[PR #174] [MERGED] Q & A + journal #98

Closed
opened 2025-12-29 18:28:19 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: q&a


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/174 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `q&a` --- ### 📝 Commits (10+) - [`9aaac1c`](https://github.com/linsa-io/linsa/commit/9aaac1cdfbc69a3044d5a3878f55f7f6987500c1) tasks - [`a9bac69`](https://github.com/linsa-io/linsa/commit/a9bac691572288817d8e1ba35e0cfdac822c782a) task input - [`8d16718`](https://github.com/linsa-io/linsa/commit/8d16718027da2937cb068eaa917be965509ecc6f) community route - [`0036c3d`](https://github.com/linsa-io/linsa/commit/0036c3dead11f7ff5f7090f813ba0e7d24c4f340) added thread and list for community QA - [`a5f8a8b`](https://github.com/linsa-io/linsa/commit/a5f8a8be998346e52c9828f43a7f2d6608a7ffc3) answers thread - [`96bdd0c`](https://github.com/linsa-io/linsa/commit/96bdd0cbd8ce5e3a428f19ea3d50d87113b5bc31) journal sidebar section - [`e341089`](https://github.com/linsa-io/linsa/commit/e341089518dba630ae0c5a6b8075f5ddcff2aa40) journal calendar - [`5fd5f91`](https://github.com/linsa-io/linsa/commit/5fd5f91e76a1c206c1d54ce4e1ca47ea11bb18ba) Merge branch 'main' into q&a - [`d050291`](https://github.com/linsa-io/linsa/commit/d0502914fadcb55e0b31e84995af4cec0e533f73) fix: conflict - [`5879d50`](https://github.com/linsa-io/linsa/commit/5879d50679f7b972b0b8cf37241ab4bd8d40be21) fix: stuff ### 📊 Changes **24 files changed** (+720 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:19 +01:00
adam closed this issue 2025-12-29 18:28:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#98