mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #161] [MERGED] fix: Bug fixing & Enhancement #80
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/161
Author: @Aslam97
Created: 9/11/2024
Status: ✅ Merged
Merged: 9/11/2024
Merged by: @Aslam97
Base:
main← Head:bug-fixing📝 Commits (10+)
3d99ebcchore: memoize sorted pages36e53d4chore: make link size more precisec62ebcffix(link): disable enter press on create mode540e542fix(onboarding): move is base logic and use escape for single quote2eb2aabfix(page): on delete success redirect to pages8d2cf9efix(sntry): sentry client error report960dc76chore(page): dynamic focus on title/contenta9ed676chore(link): tweak badge class0a08ec9chore(link): use nuqs for handling create mode5af42c3fix(link): refs📊 Changes
20 files changed (+181 additions, -231 deletions)
View changed files
📝
web/.env.example(+4 -2)➖
web/app/api/sentry-example-api/route.ts(+0 -9)➖
web/app/sentry-example-page/page.tsx(+0 -79)📝
web/components/custom/command-palette/command-data.ts(+1 -1)📝
web/components/custom/learn-anything-onboarding.tsx(+6 -8)📝
web/components/custom/sidebar/partial/link-section.tsx(+53 -45)📝
web/components/custom/sidebar/partial/page-section.tsx(+17 -23)📝
web/components/routes/link/LinkRoute.tsx(+4 -3)📝
web/components/routes/link/bottom-bar.tsx(+22 -23)📝
web/components/routes/link/list.tsx(+4 -6)📝
web/components/routes/link/manage.tsx(+4 -5)📝
web/components/routes/link/partials/link-item.tsx(+6 -2)📝
web/components/routes/page/detail/PageDetailRoute.tsx(+13 -16)➕
web/components/routes/page/hooks/use-page-actions.ts(+36 -0)📝
web/instrumentation.ts(+4 -0)📝
web/next.config.mjs(+3 -4)📝
web/package.json(+2 -2)📝
web/sentry.client.config.ts(+1 -1)📝
web/sentry.server.config.ts(+1 -1)📝
web/store/link.ts(+0 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.