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
main
feat/page
7b38a9f
3deefd0
c271070
e3ff07f
c9e2eb8
c5bbdb4
85dabb2
d566a0a
4953436
5986d7c
14 files changed (+419 additions, -38 deletions)
📝 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)
scripts/past-seed.ts
web/app/(pages)/pages/page.tsx
web/components/routes/link/partials/form/link-form.tsx
web/components/routes/page/PageRoute.tsx
web/components/routes/page/detail/PageDetailRoute.tsx
web/components/routes/page/header.tsx
web/components/routes/page/hooks/use-column-styles.ts
web/components/routes/page/hooks/use-keyboard-navigation.ts
web/components/routes/page/list.tsx
web/components/routes/page/partials/column.tsx
web/components/routes/page/partials/page-item.tsx
web/components/routes/topics/detail/partials/link-item.tsx
web/lib/utils/slug.test.ts
web/lib/utils/slug.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/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.