-
Notifications
You must be signed in to change notification settings - Fork 165
update login and logout #742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
FransVanEk
wants to merge
22
commits into
main
Choose a base branch
from
feature/remove-rendering-before--login
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5327511
Add auth loading screen and logout button to app bar
FransVanEk 5a5f145
Improve Blazor WASM loading screen and startup logic
FransVanEk 0606d2d
Improve Blazor WASM loading screen and startup logic
FransVanEk ec62ae8
Change @keyframes to @@keyframes in _Host.cshtml
FransVanEk 8a8ffc8
Initial plan
Copilot f402b1b
Create Elsa.Studio.Hosting framework with reusable components
Copilot c961097
Add JavaScript initialization file to Hosting project
Copilot 30d565f
Add reusable hosting components to Elsa.Studio.Shared
Copilot 459f33a
Add documentation and fix CSHTML host files to use inline HTML with s…
Copilot 4127240
Add implementation summary document
Copilot b41be70
Create complete single-script loaders for minimal host integration
Copilot 44f7261
Update implementation summary with complete single-script loader details
Copilot 73d42e8
Refine loading screen logic for Blazor Server & WASM
FransVanEk c34852a
Merge branch 'main' into feature/remove-rendering-before--login
sfmskywalker b10dc3c
Refactor script loading to ensure Monaco loads first
FransVanEk 3a01ef0
Merge branch 'feature/remove-rendering-before--login' of https://gith…
FransVanEk 645b289
Refactor loaders, improve startup and resilience
FransVanEk 198ae84
Smarter unauthorized handling in MainLayout
FransVanEk ddf4b98
Unified logout service & login page performance optimizations
FransVanEk bf93b74
Configurable branding for login page via appsettings
FransVanEk 897a8a1
Refactor logout and branding to use config-driven values
FransVanEk bc5cb5f
Merge branch 'main' into feature/remove-rendering-before--login
sfmskywalker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/framework/Elsa.Studio.Shared/Components/AppBar/LogoutButton.razor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <MudIconButton Icon="@Icons.Material.Outlined.Logout" Color="Color.Inherit" Href="/login" Target="_self" Title="Logout"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.