Original PR: https://github.com/linsa-io/linsa/pull/185 Author: @Aslam97 Created: 10/9/2024 Status: ✅ Merged Merged: 10/18/2024 Merged by: @Aslam97
Base: main ← Head: feat/editor
main
feat/editor
c0b238b
ba0899e
88ed4e9
23c9acd
727649a
bb177a5
9e3849b
8f31fe6
64a5793
a008582
158 files changed (+2809 additions, -1064 deletions)
➖ q&a (+0 -0) 📝 web/app.config.ts (+1 -1) 📝 web/app/components/DefaultCatchBoundary.tsx (+5 -5) 📝 web/app/components/GlobalKeyboardHandler.tsx (+1 -1) 📝 web/app/components/NotFound.tsx (+3 -3) 📝 web/app/components/Onboarding.tsx (+1 -1) 📝 web/app/components/command-palette/command-data.ts (+1 -1) 📝 web/app/components/command-palette/command-palette.tsx (+1 -1) 📝 web/app/components/custom/content-header.tsx (+2 -2) 📝 web/app/components/custom/learning-state-selector.tsx (+1 -1) ➕ web/app/components/custom/nav-item.tsx (+71 -0) 📝 web/app/components/custom/textarea-autosize.tsx (+1 -1) ➕ web/app/components/icons/arrow-icon.tsx (+27 -0) 📝 web/app/components/shortcut/shortcut.tsx (+5 -5) 📝 web/app/components/sidebar/partials/feedback.tsx (+2 -2) 📝 web/app/components/sidebar/partials/journal-section.tsx (+2 -2) ➕ web/app/components/sidebar/partials/link-collection.tsx (+28 -0) 📝 web/app/components/sidebar/partials/link-section.tsx (+65 -40) 📝 web/app/components/sidebar/partials/page-section.tsx (+84 -55) 📝 web/app/components/sidebar/partials/profile-section.tsx (+3 -2)
q&a
web/app.config.ts
web/app/components/DefaultCatchBoundary.tsx
web/app/components/GlobalKeyboardHandler.tsx
web/app/components/NotFound.tsx
web/app/components/Onboarding.tsx
web/app/components/command-palette/command-data.ts
web/app/components/command-palette/command-palette.tsx
web/app/components/custom/content-header.tsx
web/app/components/custom/learning-state-selector.tsx
web/app/components/custom/nav-item.tsx
web/app/components/custom/textarea-autosize.tsx
web/app/components/icons/arrow-icon.tsx
web/app/components/shortcut/shortcut.tsx
web/app/components/sidebar/partials/feedback.tsx
web/app/components/sidebar/partials/journal-section.tsx
web/app/components/sidebar/partials/link-collection.tsx
web/app/components/sidebar/partials/link-section.tsx
web/app/components/sidebar/partials/page-section.tsx
web/app/components/sidebar/partials/profile-section.tsx
...and 80 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/185
Author: @Aslam97
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @Aslam97
Base:
main← Head:feat/editor📝 Commits (10+)
c0b238bwipba0899ewip page88ed4e9chore: style23c9acdwip pages727649awip pagesbb177a5chore: toggle9e3849bchore: link8f31fe6feat: topic search64a5793chore: page sectiona008582refactor: apply tailwind class ordering📊 Changes
158 files changed (+2809 additions, -1064 deletions)
View changed files
➖
q&a(+0 -0)📝
web/app.config.ts(+1 -1)📝
web/app/components/DefaultCatchBoundary.tsx(+5 -5)📝
web/app/components/GlobalKeyboardHandler.tsx(+1 -1)📝
web/app/components/NotFound.tsx(+3 -3)📝
web/app/components/Onboarding.tsx(+1 -1)📝
web/app/components/command-palette/command-data.ts(+1 -1)📝
web/app/components/command-palette/command-palette.tsx(+1 -1)📝
web/app/components/custom/content-header.tsx(+2 -2)📝
web/app/components/custom/learning-state-selector.tsx(+1 -1)➕
web/app/components/custom/nav-item.tsx(+71 -0)📝
web/app/components/custom/textarea-autosize.tsx(+1 -1)➕
web/app/components/icons/arrow-icon.tsx(+27 -0)📝
web/app/components/shortcut/shortcut.tsx(+5 -5)📝
web/app/components/sidebar/partials/feedback.tsx(+2 -2)📝
web/app/components/sidebar/partials/journal-section.tsx(+2 -2)➕
web/app/components/sidebar/partials/link-collection.tsx(+28 -0)📝
web/app/components/sidebar/partials/link-section.tsx(+65 -40)📝
web/app/components/sidebar/partials/page-section.tsx(+84 -55)📝
web/app/components/sidebar/partials/profile-section.tsx(+3 -2)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.