[PR #156] [MERGED] feat: feedback #76

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

📋 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: mainHead: feat/feedback


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/156 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `feat/feedback` --- ### 📝 Commits (5) - [`b1c7dc2`](https://github.com/linsa-io/linsa/commit/b1c7dc272bc443c3f7821eff97c5a17653ebc292) minimal tiptap - [`f8c9991`](https://github.com/linsa-io/linsa/commit/f8c99916f539ce8c8a28200f20f678e856fa41d5) wip - [`a89f801`](https://github.com/linsa-io/linsa/commit/a89f80170e7a85b9fcdb68660bc45696bc8bd559) img edit block - [`683f42a`](https://github.com/linsa-io/linsa/commit/683f42aefa359c7359cb8c0e9cd98e6f41aaf76a) wip - [`d975333`](https://github.com/linsa-io/linsa/commit/d975333802f6b4a6209e95cdd0167408598bfd78) fix ### 📊 Changes **62 files changed** (+2689 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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:10 +01:00
adam closed this issue 2025-12-29 18:28:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/archived-linsa#76