Original PR: https://github.com/linsa-io/linsa/pull/156 Author: @Aslam97 Created: 9/10/2024 Status: ✅ Merged Merged: 9/10/2024 Merged by: @nikivdev
Base: main ← Head: feat/feedback
main
feat/feedback
b1c7dc2
f8c9991
a89f801
683f42a
d975333
62 files changed (+2689 additions, -6 deletions)
📝 web/.env.example (+2 -0) 📝 web/.gitignore (+2 -0) ➕ web/.npmrc (+2 -0) ➕ web/app/actions.ts (+71 -0) ➕ web/components/custom/sidebar/partial/feedback.tsx (+137 -0) 📝 web/components/custom/sidebar/partial/profile-section.tsx (+3 -0) ➕ web/components/custom/spinner.tsx (+17 -0) ➕ web/components/minimal-tiptap/components/bubble-menu/image-bubble-menu.tsx (+39 -0) ➕ web/components/minimal-tiptap/components/bubble-menu/link-bubble-menu.tsx (+106 -0) ➕ web/components/minimal-tiptap/components/image/image-edit-block.tsx (+98 -0) ➕ web/components/minimal-tiptap/components/image/image-edit-dialog.tsx (+48 -0) ➕ web/components/minimal-tiptap/components/image/image-popover-block.tsx (+21 -0) ➕ web/components/minimal-tiptap/components/link/link-edit-block.tsx (+75 -0) ➕ web/components/minimal-tiptap/components/link/link-edit-popover.tsx (+68 -0) ➕ web/components/minimal-tiptap/components/link/link-popover-block.tsx (+62 -0) ➕ web/components/minimal-tiptap/components/section/five.tsx (+84 -0) ➕ web/components/minimal-tiptap/components/section/four.tsx (+73 -0) ➕ web/components/minimal-tiptap/components/section/one.tsx (+137 -0) ➕ web/components/minimal-tiptap/components/section/three.tsx (+191 -0) ➕ web/components/minimal-tiptap/components/section/two.tsx (+100 -0)
web/.env.example
web/.gitignore
web/.npmrc
web/app/actions.ts
web/components/custom/sidebar/partial/feedback.tsx
web/components/custom/sidebar/partial/profile-section.tsx
web/components/custom/spinner.tsx
web/components/minimal-tiptap/components/bubble-menu/image-bubble-menu.tsx
web/components/minimal-tiptap/components/bubble-menu/link-bubble-menu.tsx
web/components/minimal-tiptap/components/image/image-edit-block.tsx
web/components/minimal-tiptap/components/image/image-edit-dialog.tsx
web/components/minimal-tiptap/components/image/image-popover-block.tsx
web/components/minimal-tiptap/components/link/link-edit-block.tsx
web/components/minimal-tiptap/components/link/link-edit-popover.tsx
web/components/minimal-tiptap/components/link/link-popover-block.tsx
web/components/minimal-tiptap/components/section/five.tsx
web/components/minimal-tiptap/components/section/four.tsx
web/components/minimal-tiptap/components/section/one.tsx
web/components/minimal-tiptap/components/section/three.tsx
web/components/minimal-tiptap/components/section/two.tsx
...and 42 more files
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/156
Author: @Aslam97
Created: 9/10/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @nikivdev
Base:
main← Head:feat/feedback📝 Commits (5)
b1c7dc2minimal tiptapf8c9991wipa89f801img edit block683f42awipd975333fix📊 Changes
62 files changed (+2689 additions, -6 deletions)
View changed files
📝
web/.env.example(+2 -0)📝
web/.gitignore(+2 -0)➕
web/.npmrc(+2 -0)➕
web/app/actions.ts(+71 -0)➕
web/components/custom/sidebar/partial/feedback.tsx(+137 -0)📝
web/components/custom/sidebar/partial/profile-section.tsx(+3 -0)➕
web/components/custom/spinner.tsx(+17 -0)➕
web/components/minimal-tiptap/components/bubble-menu/image-bubble-menu.tsx(+39 -0)➕
web/components/minimal-tiptap/components/bubble-menu/link-bubble-menu.tsx(+106 -0)➕
web/components/minimal-tiptap/components/image/image-edit-block.tsx(+98 -0)➕
web/components/minimal-tiptap/components/image/image-edit-dialog.tsx(+48 -0)➕
web/components/minimal-tiptap/components/image/image-popover-block.tsx(+21 -0)➕
web/components/minimal-tiptap/components/link/link-edit-block.tsx(+75 -0)➕
web/components/minimal-tiptap/components/link/link-edit-popover.tsx(+68 -0)➕
web/components/minimal-tiptap/components/link/link-popover-block.tsx(+62 -0)➕
web/components/minimal-tiptap/components/section/five.tsx(+84 -0)➕
web/components/minimal-tiptap/components/section/four.tsx(+73 -0)➕
web/components/minimal-tiptap/components/section/one.tsx(+137 -0)➕
web/components/minimal-tiptap/components/section/three.tsx(+191 -0)➕
web/components/minimal-tiptap/components/section/two.tsx(+100 -0)...and 42 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.