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: main ← Head: tasks
main
tasks
9aaac1c
a9bac69
fdb73a2
da4f018
f362f70
cc578b1
8435931
13 files changed (+533 additions, -142 deletions)
📝 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)
bun.lockb
web/app/(pages)/tasks/page.tsx
web/app/actions.ts
web/components/custom/sidebar/partial/task-section.tsx
web/components/custom/sidebar/sidebar.tsx
web/components/routes/task/TaskForm.tsx
web/components/routes/task/TaskItem.tsx
web/components/routes/task/TaskList.tsx
web/components/routes/task/TaskRoute.tsx
web/lib/schema/index.ts
web/lib/schema/tasks.ts
web/middleware.ts
web/package.json
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/175
Author: @nikivdev
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/27/2024
Merged by: @Aslam97
Base:
main← Head:tasks📝 Commits (7)
9aaac1ctasksa9bac69task inputfdb73a2Merge branch 'main' into tasksda4f018fixed jazz thingsf362f70create new task uicc578b1fix: conflict8435931feat: simple feature flag📊 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.