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
main
fix/topic-selector
6cab914
a62cb19
1057089
d1fa9b7
637efa0
1386f46
bd9df84
170a178
6f201d3
d77ce50
21 files changed (+573 additions, -437 deletions)
📝 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)
web/components/custom/content-header.tsx
web/components/custom/delete-modal.tsx
web/components/custom/topic-selector.tsx
web/components/la-editor/styles/index.css
web/components/la-editor/styles/partials/code-highlight.css
web/components/la-editor/styles/partials/misc.css
web/components/la-editor/styles/partials/prosemirror-base.css
web/components/la-editor/styles/partials/vars.css
web/components/routes/PublicHomeRoute.tsx
web/components/routes/link/header.tsx
web/components/routes/link/partials/form/link-form.tsx
web/components/routes/link/partials/form/notes-section.tsx
web/components/routes/link/partials/form/topic-selector.tsx
web/components/routes/page/detail/PageDetailRoute.tsx
web/components/routes/page/detail/header.tsx
web/components/routes/search/wrapper.tsx
web/components/routes/topics/detail/partials/section.tsx
web/hooks/use-topic-data.ts
web/lib/constants.ts
web/store/link.ts
...and 1 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/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.