mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #176] [MERGED] fix(link): Keybind, scroll behaviour, restrict drag to vertical #96
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/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.