-
Notifications
You must be signed in to change notification settings - Fork 72
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
Blazor migration #352
Merged
csharpfritz
merged 97 commits into
FritzAndFriends:main
from
csharpfritz:fix_MigrateBlazor
Feb 16, 2024
Merged
Blazor migration #352
csharpfritz
merged 97 commits into
FritzAndFriends:main
from
csharpfritz:fix_MigrateBlazor
Feb 16, 2024
Conversation
This file contains 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 is the 1st commit message: Got the floating header working # This is the commit message FritzAndFriends#2: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#3: Corrected hiding of floating header for mobile # This is the commit message FritzAndFriends#4: Painting the first test message on the waterfall # This is the commit message FritzAndFriends#5: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#6: Moved resideGridItem to the WaterfallMessage # This is the commit message FritzAndFriends#7: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#8: Completed initial Waterfall Modal # This is the commit message FritzAndFriends#9: Converted PauseButton to a component # This is the commit message FritzAndFriends#10: Started connecting SignalR to the waterfall # This is the commit message FritzAndFriends#11: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#12: Updated to reimplement the startup wizard with Blazor # This is the commit message FritzAndFriends#13: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#14: Completed security services # This is the commit message FritzAndFriends#15: Updated to now start flowing data into Waterfall
# This is the 1st commit message: Got the floating header working # This is the commit message FritzAndFriends#2: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#3: Corrected hiding of floating header for mobile # This is the commit message FritzAndFriends#4: Painting the first test message on the waterfall # This is the commit message FritzAndFriends#5: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#6: Moved resideGridItem to the WaterfallMessage # This is the commit message FritzAndFriends#7: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#8: Completed initial Waterfall Modal # This is the commit message FritzAndFriends#9: Converted PauseButton to a component # This is the commit message FritzAndFriends#10: Started connecting SignalR to the waterfall # This is the commit message FritzAndFriends#11: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#12: Updated to reimplement the startup wizard with Blazor # This is the commit message FritzAndFriends#13: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#14: Completed security services # This is the commit message FritzAndFriends#15: Updated to now start flowing data into Waterfall # This is the commit message FritzAndFriends#16: Applying formatting changes through GitHub Actions # This is the commit message FritzAndFriends#17: Updated to fix waterfall layout issues # This is the commit message FritzAndFriends#18: reconnected security # This is the commit message FritzAndFriends#19: Added DisplayName as a claim for users
csharpfritz
force-pushed
the
fix_MigrateBlazor
branch
from
January 4, 2024 16:30
9c4ccc5
to
293e302
Compare
Corrected hiding of floating header for mobile Painting the first test message on the waterfall Moved resideGridItem to the WaterfallMessage Completed initial Waterfall Modal Converted PauseButton to a component Started connecting SignalR to the waterfall Updated to reimplement the startup wizard with Blazor Completed security services Updated to now start flowing data into Waterfall Updated to fix waterfall layout issues reconnected security Added DisplayName as a claim for users Updated to use Role Claims instead of RoleManager Completed Users admin page Activated the UI Customization screen Added Markdown editor Working on the Overlay display Fixed styling for the Logout button Completed Overlay display updates Updated to force first registered user to be an Admin Completed TagSearch configuration Fixed saving of UI customization and display of CSS on waterfall page
csharpfritz
force-pushed
the
fix_MigrateBlazor
branch
from
January 4, 2024 16:32
b69503d
to
523e982
Compare
…to fix_MigrateBlazor
…to fix_MigrateBlazor
…to fix_MigrateBlazor
…tion_component
…to fix_MigrateBlazor
…to fix_MigrateBlazor
…to fix_MigrateBlazor
This was referenced Feb 14, 2024
…to fix_MigrateBlazor
…to fix_MigrateBlazor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #321
Remaining tasks:
Pushed out:
Save button on providers should enabled/disable/restart appropriately (#245)Playwright tests should run against the Blazor project insteadRemove the old Web project- let's make sure we get the Playwright tests running properly first