[PR #175] [MERGED] Tasks #95

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

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/175
Author: @nikivdev
Created: 9/19/2024
Status: Merged
Merged: 9/27/2024
Merged by: @Aslam97

Base: mainHead: tasks


📝 Commits (7)

📊 Changes

13 files changed (+533 additions, -142 deletions)

View changed files

📝 bun.lockb (+0 -0)
web/app/(pages)/tasks/page.tsx (+15 -0)
📝 web/app/actions.ts (+13 -0)
web/components/custom/sidebar/partial/task-section.tsx (+149 -0)
📝 web/components/custom/sidebar/sidebar.tsx (+14 -14)
web/components/routes/task/TaskForm.tsx (+114 -0)
web/components/routes/task/TaskItem.tsx (+26 -0)
web/components/routes/task/TaskList.tsx (+23 -0)
web/components/routes/task/TaskRoute.tsx (+33 -0)
📝 web/lib/schema/index.ts (+6 -1)
web/lib/schema/tasks.ts (+12 -0)
📝 web/middleware.ts (+2 -1)
📝 web/package.json (+126 -126)

📄 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/175 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `tasks` --- ### 📝 Commits (7) - [`9aaac1c`](https://github.com/linsa-io/linsa/commit/9aaac1cdfbc69a3044d5a3878f55f7f6987500c1) tasks - [`a9bac69`](https://github.com/linsa-io/linsa/commit/a9bac691572288817d8e1ba35e0cfdac822c782a) task input - [`fdb73a2`](https://github.com/linsa-io/linsa/commit/fdb73a25220d189c2156d11fa38db77abbacfc7f) Merge branch 'main' into tasks - [`da4f018`](https://github.com/linsa-io/linsa/commit/da4f018bbd1a1f94a19f6019dc2967c9b071ff59) fixed jazz things - [`f362f70`](https://github.com/linsa-io/linsa/commit/f362f70ff00ef40b28aedebd28628200f91fdd77) create new task ui - [`cc578b1`](https://github.com/linsa-io/linsa/commit/cc578b1ab8522950f2c62990b8349a34453b75d3) fix: conflict - [`8435931`](https://github.com/linsa-io/linsa/commit/8435931dca9e86df9576ffb3be22b7d378d0fa6b) feat: simple feature flag ### 📊 Changes **13 files changed** (+533 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `bun.lockb` (+0 -0) ➕ `web/app/(pages)/tasks/page.tsx` (+15 -0) 📝 `web/app/actions.ts` (+13 -0) ➕ `web/components/custom/sidebar/partial/task-section.tsx` (+149 -0) 📝 `web/components/custom/sidebar/sidebar.tsx` (+14 -14) ➕ `web/components/routes/task/TaskForm.tsx` (+114 -0) ➕ `web/components/routes/task/TaskItem.tsx` (+26 -0) ➕ `web/components/routes/task/TaskList.tsx` (+23 -0) ➕ `web/components/routes/task/TaskRoute.tsx` (+33 -0) 📝 `web/lib/schema/index.ts` (+6 -1) ➕ `web/lib/schema/tasks.ts` (+12 -0) 📝 `web/middleware.ts` (+2 -1) 📝 `web/package.json` (+126 -126) </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:18 +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#95