mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #174] [MERGED] Q & A + journal #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/174
Author: @nikivdev
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/28/2024
Merged by: @Aslam97
Base:
main← Head:q&a📝 Commits (10+)
9aaac1ctasksa9bac69task input8d16718community route0036c3dadded thread and list for community QAa5f8a8banswers thread96bdd0cjournal sidebar sectione341089journal calendar5fd5f91Merge branch 'main' into q&ad050291fix: conflict5879d50fix: stuff📊 Changes
24 files changed (+720 additions, -89 deletions)
View changed files
📝
bun.lockb(+0 -0)📝
package.json(+33 -34)➕
q&a(+0 -0)➕
web/app/(pages)/community/[topicName]/page.tsx(+5 -0)➕
web/app/(pages)/journal/page.tsx(+15 -0)📝
web/app/globals.css(+9 -0)➕
web/components/custom/GuideCommunityToggle.tsx(+50 -0)➕
web/components/custom/QuestionList.tsx(+65 -0)➕
web/components/custom/QuestionThread.tsx(+167 -0)➕
web/components/custom/sidebar/partial/journal-section.tsx(+113 -0)📝
web/components/custom/sidebar/sidebar.tsx(+2 -0)➕
web/components/routes/community/CommunityTopicRoute.tsx(+74 -0)➕
web/components/routes/journal/JournalRoute.tsx(+114 -0)📝
web/components/routes/task/TaskForm.tsx(+2 -2)📝
web/components/routes/topics/detail/TopicDetailRoute.tsx(+1 -1)📝
web/components/routes/topics/detail/header.tsx(+3 -0)📝
web/components/routes/topics/list.tsx(+0 -8)📝
web/components/routes/topics/partials/topic-item.tsx(+1 -1)📝
web/lib/schema/index.ts(+4 -1)➕
web/lib/schema/journal.ts(+11 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.