Original PR: https://github.com/linsa-io/linsa/pull/176 Author: @Aslam97 Created: 9/21/2024 Status: ✅ Merged Merged: 9/21/2024 Merged by: @Aslam97
Base: main ← Head: fix/link
main
fix/link
0fb122a
0811ba1
2f427d8
99f8df6
1197026
63c2d94
9319a2a
b5f70f4
14 files changed (+450 additions, -383 deletions)
➕ web/app/custom.css (+11 -0) 📝 web/app/globals.css (+1 -0) 📝 web/components/routes/link/LinkRoute.tsx (+6 -41) 📝 web/components/routes/link/bottom-bar.tsx (+23 -19) 📝 web/components/routes/link/header.tsx (+2 -2) 📝 web/components/routes/link/hooks/use-link-actions.ts (+7 -5) 📝 web/components/routes/link/list.tsx (+148 -121) 📝 web/components/routes/link/partials/link-item.tsx (+83 -66) 📝 web/components/routes/page/list.tsx (+1 -1) 📝 web/components/routes/topics/list.tsx (+1 -1) 📝 web/hooks/use-active-item-scroll.ts (+3 -2) ➕ web/hooks/use-touch-sensor.ts (+20 -0) 📝 web/lib/utils/index.ts (+18 -0) 📝 web/package.json (+126 -125)
web/app/custom.css
web/app/globals.css
web/components/routes/link/LinkRoute.tsx
web/components/routes/link/bottom-bar.tsx
web/components/routes/link/header.tsx
web/components/routes/link/hooks/use-link-actions.ts
web/components/routes/link/list.tsx
web/components/routes/link/partials/link-item.tsx
web/components/routes/page/list.tsx
web/components/routes/topics/list.tsx
web/hooks/use-active-item-scroll.ts
web/hooks/use-touch-sensor.ts
web/lib/utils/index.ts
web/package.json
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/176
Author: @Aslam97
Created: 9/21/2024
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @Aslam97
Base:
main← Head:fix/link📝 Commits (8)
0fb122achore: expose scrollActiveElementIntoView0811ba1feat(utils): editable element2f427d8fix: memoize exceptionRefs, use animation frame and check editable element99f8df6fix: improve btn on mobile1197026chore(drps): bump framer motion version63c2d94fix(link): big fix9319a2achore: remove comment codeb5f70f4feat: touch device📊 Changes
14 files changed (+450 additions, -383 deletions)
View changed files
➕
web/app/custom.css(+11 -0)📝
web/app/globals.css(+1 -0)📝
web/components/routes/link/LinkRoute.tsx(+6 -41)📝
web/components/routes/link/bottom-bar.tsx(+23 -19)📝
web/components/routes/link/header.tsx(+2 -2)📝
web/components/routes/link/hooks/use-link-actions.ts(+7 -5)📝
web/components/routes/link/list.tsx(+148 -121)📝
web/components/routes/link/partials/link-item.tsx(+83 -66)📝
web/components/routes/page/list.tsx(+1 -1)📝
web/components/routes/topics/list.tsx(+1 -1)📝
web/hooks/use-active-item-scroll.ts(+3 -2)➕
web/hooks/use-touch-sensor.ts(+20 -0)📝
web/lib/utils/index.ts(+18 -0)📝
web/package.json(+126 -125)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.