mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
[PR #250] [CLOSED] [Core] [Auth] Add action to open inherited auth config #175
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/mountain-loop/yaak/pull/250
Author: @Moshyfawn
Created: 8/12/2025
Status: ❌ Closed
Base:
main← Head:feat/auth-inherit-expand📝 Commits (2)
93fac1afeat: add action to open inherited auth config9fa5becMerge branch 'main' into feat/auth-inherit-expand📊 Changes
1 file changed (+23 additions, -7 deletions)
View changed files
📝
src-web/hooks/useAuthTab.tsx(+23 -7)📄 Description
This PR makes use of the "inheritance" icon button that allows users to navigate to the parent auth config.
I noticed a minor issue with the icon button tooltip - it occasionally gains focus and displays the tooltip at unexpected times. Happy to discuss this further if you'd like.
For this implementation, I've updated the existing hook code to avoid refactoring areas that might be used elsewhere in the app. That said, it might be worth considering separating the view/JSX from the auth logic in a future refactor, as returning JSX directly from hooks isn't typically recommended. Let me know your thoughts on this approach.
https://github.com/user-attachments/assets/0ae754e5-6072-4530-a5d0-808c8906f4af
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.