mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #175] [MERGED] Tasks #95
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/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.