mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #141] [MERGED] feat: guest auth #62
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/141
Author: @aeplay
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/6/2024
Merged by: @Aslam97
Base:
main← Head:guest-auth📝 Commits (6)
cf04d50feat: Start using guest authb0565d3feat: Implement more functionality to work as guest005e784merge main7cb2de4chore: update package and tweak public routeb856534chore: update root package jsonf0b0a46chore: update web package json📊 Changes
16 files changed (+138 additions, -205 deletions)
View changed files
📝
bun.lockb(+0 -0)📝
package.json(+1 -1)📝
web/app/(pages)/layout.tsx(+20 -22)📝
web/app/layout.tsx(+2 -1)📝
web/components/custom/sidebar/sidebar.tsx(+15 -4)📝
web/components/routes/public/Autocomplete.tsx(+6 -7)📝
web/components/routes/public/PublicHomeRoute.tsx(+4 -12)📝
web/components/routes/topics/detail/Header.tsx(+19 -8)📝
web/components/routes/topics/detail/TopicDetailRoute.tsx(+4 -9)📝
web/components/routes/topics/detail/partials/link-item.tsx(+18 -8)📝
web/components/routes/topics/detail/partials/section.tsx(+1 -18)📝
web/components/routes/topics/detail/partials/topic-sections.tsx(+0 -10)➕
web/hooks/use-topic-data.ts(+15 -0)📝
web/lib/providers/jazz-provider.tsx(+13 -90)📝
web/middleware.ts(+16 -12)📝
web/package.json(+4 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.