mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
[PR #156] [MERGED] feat: feedback #76
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/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.