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
main
q&a
9aaac1c
a9bac69
8d16718
0036c3d
a5f8a8b
96bdd0c
e341089
5fd5f91
d050291
5879d50
24 files changed (+720 additions, -89 deletions)
📝 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)
bun.lockb
package.json
web/app/(pages)/community/[topicName]/page.tsx
web/app/(pages)/journal/page.tsx
web/app/globals.css
web/components/custom/GuideCommunityToggle.tsx
web/components/custom/QuestionList.tsx
web/components/custom/QuestionThread.tsx
web/components/custom/sidebar/partial/journal-section.tsx
web/components/custom/sidebar/sidebar.tsx
web/components/routes/community/CommunityTopicRoute.tsx
web/components/routes/journal/JournalRoute.tsx
web/components/routes/task/TaskForm.tsx
web/components/routes/topics/detail/TopicDetailRoute.tsx
web/components/routes/topics/detail/header.tsx
web/components/routes/topics/list.tsx
web/components/routes/topics/partials/topic-item.tsx
web/lib/schema/index.ts
web/lib/schema/journal.ts
...and 4 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.