mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #129] [MERGED] fix: topic selector #51
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/129
Author: @Aslam97
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @Aslam97
Base:
main← Head:fix/topic-selector📝 Commits (10+)
6cab914feat: add jazz globa group consa62cb19chore: remove topic selector atom1057089chore: use jazz from constantd1fa9b7chore: remove delete model and add new topic selector637efa0chore: use jazz group id form constant in search component1386f46chore: use jazz group id form constant in public home routebd9df84fix: topic selector in link170a178fix: topic section in detail topic6f201d3chore: update la editord77ce50chore: content header tweak class📊 Changes
21 files changed (+573 additions, -437 deletions)
View changed files
📝
web/components/custom/content-header.tsx(+1 -3)➖
web/components/custom/delete-modal.tsx(+0 -37)➕
web/components/custom/topic-selector.tsx(+179 -0)📝
web/components/la-editor/styles/index.css(+6 -140)➕
web/components/la-editor/styles/partials/code-highlight.css(+86 -0)📝
web/components/la-editor/styles/partials/misc.css(+8 -0)➕
web/components/la-editor/styles/partials/prosemirror-base.css(+86 -0)➕
web/components/la-editor/styles/partials/vars.css(+43 -0)📝
web/components/routes/PublicHomeRoute.tsx(+5 -10)📝
web/components/routes/link/header.tsx(+1 -1)📝
web/components/routes/link/partials/form/link-form.tsx(+30 -18)📝
web/components/routes/link/partials/form/notes-section.tsx(+1 -1)➖
web/components/routes/link/partials/form/topic-selector.tsx(+0 -90)📝
web/components/routes/page/detail/PageDetailRoute.tsx(+61 -75)📝
web/components/routes/page/detail/header.tsx(+24 -15)📝
web/components/routes/search/wrapper.tsx(+5 -9)📝
web/components/routes/topics/detail/partials/section.tsx(+28 -27)📝
web/hooks/use-topic-data.ts(+5 -7)📝
web/lib/constants.ts(+4 -0)📝
web/store/link.ts(+0 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.