Skip to content
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

Improved First Start experience #400

Merged
merged 16 commits into from
Mar 8, 2024

Conversation

csharpfritz
Copy link
Contributor

@csharpfritz csharpfritz commented Mar 8, 2024

This pull request includes changes to improve the security and functionality of the TagzApp application. The most important changes include modifying the _Content SortedList in Waterfall.razor to use a string key instead of a DateTimeOffset, updating the authorization checks in the admin pages, adding a single user mode in Users.razor, and updating the FirstStartConfiguration page to use an EditForm and InputSelect components.

Single user mode:

First start configuration changes:

  • src/TagzApp.Blazor/Components/Pages/FirstStartConfiguration.razor, src/TagzApp.Blazor/Components/Pages/FirstStartConfiguration.razor.cs, src/TagzApp.Blazor/Components/Pages/FirstStartConfiguration_Properties.cs: Updated the FirstStartConfiguration page to use an EditForm and InputSelect components for better validation and user experience, and added a method to precalculate the connection string for SQLite in basic configuration. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

@csharpfritz csharpfritz merged commit c7f7221 into FritzAndFriends:main Mar 8, 2024
2 checks passed
@csharpfritz csharpfritz deleted the fix_FirstStart branch March 8, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant