Original PR: https://github.com/linsa-io/linsa/pull/187 Author: @Aslam97 Created: 11/18/2024 Status: ✅ Merged Merged: 11/18/2024 Merged by: @Aslam97
Base: main ← Head: chore/start
main
chore/start
d9d675e
b40d7fb
19 files changed (+311 additions, -302 deletions)
📝 web/app.config.ts (+33 -31) 📝 web/app/actions.ts (+5 -6) 📝 web/app/client.tsx (+1 -1) 📝 web/app/components/sidebar/partials/feedback.tsx (+8 -8) 📝 web/app/components/sidebar/partials/journal-section.tsx (+1 -1) 📝 web/app/components/sidebar/partials/task-section.tsx (+1 -1) 📝 web/app/routes/__root.tsx (+54 -58) 📝 web/app/routes/_layout/(auth)/_auth.tsx (+3 -2) 📝 web/app/routes/_layout/_pages/(topic)/-item.tsx (+1 -1) 📝 web/app/routes/_layout/_pages/_protected/links/-item.tsx (+3 -1) 📝 web/app/routes/_layout/_pages/_protected/links/-link-form.tsx (+58 -56) 📝 web/app/routes/_layout/_pages/_protected/tasks/index.tsx (+1 -1) 📝 web/app/routes/_layout/_pages/search/index.tsx (+2 -2) 📝 web/package.json (+14 -14) 📝 web/shared/actions.ts (+12 -13) 📝 web/shared/editor/extensions/image/components/image-view-block.tsx (+3 -2) 📝 web/shared/editor/extensions/image/image.ts (+82 -89) 📝 web/shared/editor/hooks/use-la-editor.ts (+28 -14) 📝 web/shared/minimal-tiptap/components/image/image-edit-block.tsx (+1 -1)
web/app.config.ts
web/app/actions.ts
web/app/client.tsx
web/app/components/sidebar/partials/feedback.tsx
web/app/components/sidebar/partials/journal-section.tsx
web/app/components/sidebar/partials/task-section.tsx
web/app/routes/__root.tsx
web/app/routes/_layout/(auth)/_auth.tsx
web/app/routes/_layout/_pages/(topic)/-item.tsx
web/app/routes/_layout/_pages/_protected/links/-item.tsx
web/app/routes/_layout/_pages/_protected/links/-link-form.tsx
web/app/routes/_layout/_pages/_protected/tasks/index.tsx
web/app/routes/_layout/_pages/search/index.tsx
web/package.json
web/shared/actions.ts
web/shared/editor/extensions/image/components/image-view-block.tsx
web/shared/editor/extensions/image/image.ts
web/shared/editor/hooks/use-la-editor.ts
web/shared/minimal-tiptap/components/image/image-edit-block.tsx
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/187
Author: @Aslam97
Created: 11/18/2024
Status: ✅ Merged
Merged: 11/18/2024
Merged by: @Aslam97
Base:
main← Head:chore/start📝 Commits (2)
d9d675echore(start): update to alpha and fix editor image removedb40d7fbchore: fix image editor📊 Changes
19 files changed (+311 additions, -302 deletions)
View changed files
📝
web/app.config.ts(+33 -31)📝
web/app/actions.ts(+5 -6)📝
web/app/client.tsx(+1 -1)📝
web/app/components/sidebar/partials/feedback.tsx(+8 -8)📝
web/app/components/sidebar/partials/journal-section.tsx(+1 -1)📝
web/app/components/sidebar/partials/task-section.tsx(+1 -1)📝
web/app/routes/__root.tsx(+54 -58)📝
web/app/routes/_layout/(auth)/_auth.tsx(+3 -2)📝
web/app/routes/_layout/_pages/(topic)/-item.tsx(+1 -1)📝
web/app/routes/_layout/_pages/_protected/links/-item.tsx(+3 -1)📝
web/app/routes/_layout/_pages/_protected/links/-link-form.tsx(+58 -56)📝
web/app/routes/_layout/_pages/_protected/tasks/index.tsx(+1 -1)📝
web/app/routes/_layout/_pages/search/index.tsx(+2 -2)📝
web/package.json(+14 -14)📝
web/shared/actions.ts(+12 -13)📝
web/shared/editor/extensions/image/components/image-view-block.tsx(+3 -2)📝
web/shared/editor/extensions/image/image.ts(+82 -89)📝
web/shared/editor/hooks/use-la-editor.ts(+28 -14)📝
web/shared/minimal-tiptap/components/image/image-edit-block.tsx(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.