[PR #185] [MERGED] chore: Enhancement + New Feature #107

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

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


📝 Commits (10+)

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

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/185 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `feat/editor` --- ### 📝 Commits (10+) - [`c0b238b`](https://github.com/linsa-io/linsa/commit/c0b238b3e1965e8d0bfd545c7d526d36907791ff) wip - [`ba0899e`](https://github.com/linsa-io/linsa/commit/ba0899ea5e9c5ccc84a4e8abc454d97e286cc33f) wip page - [`88ed4e9`](https://github.com/linsa-io/linsa/commit/88ed4e9dd00d141e08e257079704cf5fe4fc6464) chore: style - [`23c9acd`](https://github.com/linsa-io/linsa/commit/23c9acd1b93eb6e867a402d88fcf780ada4e586c) wip pages - [`727649a`](https://github.com/linsa-io/linsa/commit/727649a6f27466e87c47ff197c9049d24614dfef) wip pages - [`bb177a5`](https://github.com/linsa-io/linsa/commit/bb177a53142d5e868b1c9557f24b213e8dce3cb9) chore: toggle - [`9e3849b`](https://github.com/linsa-io/linsa/commit/9e3849b4cae619bd822beeff430196e6b4638c6a) chore: link - [`8f31fe6`](https://github.com/linsa-io/linsa/commit/8f31fe66bfa712b8ee6cb7f1f144d80dab23b261) feat: topic search - [`64a5793`](https://github.com/linsa-io/linsa/commit/64a57931676e2ae1456b6b87d77abbbd7f9eded0) chore: page section - [`a008582`](https://github.com/linsa-io/linsa/commit/a0085825e1953be2292fcea5c1639dcd3f019c92) refactor: apply tailwind class ordering ### 📊 Changes **158 files changed** (+2809 additions, -1064 deletions) <details> <summary>View changed files</summary> ➖ `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_ </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:23 +01:00
adam closed this issue 2025-12-29 18:28:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#107