mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #117] [MERGED] fix: detail topic #39
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/117
Author: @Aslam97
Created: 8/26/2024
Status: ✅ Merged
Merged: 8/28/2024
Merged by: @Aslam97
Base:
main← Head:fix/topics📝 Commits (10+)
c3d1a9ffeat: keyboard navab65f73fix: link update1471784feat: reusable learning state031b69dchore: use new learning statee668f59feat: add to my profile9073dc3.9c2bc35.e4b6ab7feat: on enter open the link2664eb0fix: lint4d9432afix: use eslint v8 instead of v9📊 Changes
50 files changed (+1651 additions, -984 deletions)
View changed files
📝
web/app/(pages)/page.tsx(+2 -2)📝
web/app/(pages)/pages/[id]/page.tsx(+2 -2)📝
web/app/layout.tsx(+1 -2)➖
web/components/LinkOptions.tsx(+0 -25)➕
web/components/custom/learning-state-selector.tsx(+107 -0)📝
web/components/custom/sidebar/partial/page-section.tsx(+205 -164)📝
web/components/custom/sidebar/partial/topic-section.tsx(+123 -53)📝
web/components/custom/sidebar/sidebar.tsx(+11 -3)📝
web/components/la-editor/styles/partials/placeholder.css(+1 -1)➖
web/components/routes/AuthHomeRoute.tsx(+0 -19)📝
web/components/routes/force-graph.tsx(+1 -1)➖
web/components/routes/link/AuthHomeRoute.tsx(+0 -19)➕
web/components/routes/link/LinkRoute.tsx(+28 -0)➕
web/components/routes/link/bottom-bar.tsx(+198 -0)➖
web/components/routes/link/form/index.ts(+0 -1)➖
web/components/routes/link/form/manage.tsx(+0 -100)➖
web/components/routes/link/form/partial/floating-button.tsx(+0 -28)➖
web/components/routes/link/form/partial/learning-state-selector.tsx(+0 -90)📝
web/components/routes/link/header.tsx(+2 -0)➖
web/components/routes/link/list-item.tsx(+0 -255)...and 30 more files
📄 Description
Bug Fixes
New Features
Topic Detail
Learning State Selector
Personal Page
createdAtandupdatedAtfields to schemaslugandtitlefields optional in schemaUntitledfor pages without a titlePage Sidebar
manualsorting withlast editedsort. since we dont have a draggable page item feature in the sidebar now.Personal Link
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.