[PR #141] [MERGED] feat: guest auth #62

Closed
opened 2025-12-29 18:28:04 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: guest-auth


📝 Commits (6)

  • cf04d50 feat: Start using guest auth
  • b0565d3 feat: Implement more functionality to work as guest
  • 005e784 merge main
  • 7cb2de4 chore: update package and tweak public route
  • b856534 chore: update root package json
  • f0b0a46 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/141 **Author:** [@aeplay](https://github.com/aeplay) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `guest-auth` --- ### 📝 Commits (6) - [`cf04d50`](https://github.com/linsa-io/linsa/commit/cf04d5086c0a0ee6094316742d20c8817b3fa4d4) feat: Start using guest auth - [`b0565d3`](https://github.com/linsa-io/linsa/commit/b0565d3df49f6925e4b207b748105df96e674227) feat: Implement more functionality to work as guest - [`005e784`](https://github.com/linsa-io/linsa/commit/005e784310052dcd9cd6a27a7805206693f43930) merge main - [`7cb2de4`](https://github.com/linsa-io/linsa/commit/7cb2de48c4e799e2c7691bc2a4be16f83c616d92) chore: update package and tweak public route - [`b856534`](https://github.com/linsa-io/linsa/commit/b8565346691817866a87174c883ab885fa8181c8) chore: update root package json - [`f0b0a46`](https://github.com/linsa-io/linsa/commit/f0b0a46da26e4ce3d5ab7641830258a4fdfafdd3) chore: update web package json ### 📊 Changes **16 files changed** (+138 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:04 +01:00
adam closed this issue 2025-12-29 18:28:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#62