[PR #187] [MERGED] chore(start): update to alpha and fix editor image removed #105

Closed
opened 2025-12-29 18:28:22 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: chore/start


📝 Commits (2)

  • d9d675e chore(start): update to alpha and fix editor image removed
  • b40d7fb chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/187 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `chore/start` --- ### 📝 Commits (2) - [`d9d675e`](https://github.com/linsa-io/linsa/commit/d9d675ebf0307de8a7f04d2fa47c8d38afa57fab) chore(start): update to alpha and fix editor image removed - [`b40d7fb`](https://github.com/linsa-io/linsa/commit/b40d7fb2e724733c74eb79362d6d5ea976a5efbc) chore: fix image editor ### 📊 Changes **19 files changed** (+311 additions, -302 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:22 +01:00
adam closed this issue 2025-12-29 18:28:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#105