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
main
guest-auth
cf04d50
b0565d3
005e784
7cb2de4
b856534
f0b0a46
16 files changed (+138 additions, -205 deletions)
📝 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)
bun.lockb
package.json
web/app/(pages)/layout.tsx
web/app/layout.tsx
web/components/custom/sidebar/sidebar.tsx
web/components/routes/public/Autocomplete.tsx
web/components/routes/public/PublicHomeRoute.tsx
web/components/routes/topics/detail/Header.tsx
web/components/routes/topics/detail/TopicDetailRoute.tsx
web/components/routes/topics/detail/partials/link-item.tsx
web/components/routes/topics/detail/partials/section.tsx
web/components/routes/topics/detail/partials/topic-sections.tsx
web/hooks/use-topic-data.ts
web/lib/providers/jazz-provider.tsx
web/middleware.ts
web/package.json
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/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.