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
main
bug-fixing
3d99ebc
36e53d4
c62ebcf
540e542
2eb2aab
8d2cf9e
960dc76
a9ed676
0a08ec9
5af42c3
20 files changed (+181 additions, -231 deletions)
📝 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)
web/.env.example
web/app/api/sentry-example-api/route.ts
web/app/sentry-example-page/page.tsx
web/components/custom/command-palette/command-data.ts
web/components/custom/learn-anything-onboarding.tsx
web/components/custom/sidebar/partial/link-section.tsx
web/components/custom/sidebar/partial/page-section.tsx
web/components/routes/link/LinkRoute.tsx
web/components/routes/link/bottom-bar.tsx
web/components/routes/link/list.tsx
web/components/routes/link/manage.tsx
web/components/routes/link/partials/link-item.tsx
web/components/routes/page/detail/PageDetailRoute.tsx
web/components/routes/page/hooks/use-page-actions.ts
web/instrumentation.ts
web/next.config.mjs
web/package.json
web/sentry.client.config.ts
web/sentry.server.config.ts
web/store/link.ts
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/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.