mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #151] [MERGED] feat: pages #71
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/151
Author: @Aslam97
Created: 9/8/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @nikivdev
Base:
main← Head:feat/page📝 Commits (10+)
7b38a9fwip3deefd0Merge branch 'main' of github.com:learn-anything/learn-anything.xyz into feat/pagec271070Merge branch 'main' of github.com:learn-anything/learn-anything.xyz into feat/pagee3ff07fMerge branch 'main' of github.com:learn-anything/learn-anything.xyz into feat/pagec9e2eb8Merge branch 'main' of github.com:learn-anything/learn-anything.xyz into feat/pagec5bbdb4wip85dabb2fix: conflictd566a0awip4953436Merge branch 'main' of github.com:learn-anything/learn-anything.xyz into feat/page5986d7cwwip📊 Changes
14 files changed (+419 additions, -38 deletions)
View changed files
📝
scripts/past-seed.ts(+2 -2)➕
web/app/(pages)/pages/page.tsx(+5 -0)📝
web/components/routes/link/partials/form/link-form.tsx(+1 -2)➕
web/components/routes/page/PageRoute.tsx(+35 -0)📝
web/components/routes/page/detail/PageDetailRoute.tsx(+1 -2)➕
web/components/routes/page/header.tsx(+54 -0)➕
web/components/routes/page/hooks/use-column-styles.ts(+16 -0)➕
web/components/routes/page/hooks/use-keyboard-navigation.ts(+69 -0)➕
web/components/routes/page/list.tsx(+100 -0)➕
web/components/routes/page/partials/column.tsx(+38 -0)➕
web/components/routes/page/partials/page-item.tsx(+59 -0)📝
web/components/routes/topics/detail/partials/link-item.tsx(+1 -1)➕
web/lib/utils/slug.test.ts(+29 -0)📝
web/lib/utils/slug.ts(+9 -31)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.