Skip to content

Conversation

@mobiletonster
Copy link

Updated MainLayout.razor to include a new navigation header with an external link. Improved styling in app.css with a new background gradient and .monkey class for card elements. Added a back navigation link in MonkeyDetails.razor with an SVG icon. Simplified Monkeys.razor by removing the loading spinner and offline alert, and eliminated the RefreshHandler method. Overall, these changes improve the user interface and visual appeal of the application.

Updated `MainLayout.razor` to include a new navigation header with an external link. Improved styling in `app.css` with a new background gradient and `.monkey` class for card elements. Added a back navigation link in `MonkeyDetails.razor` with an SVG icon. Simplified `Monkeys.razor` by removing the loading spinner and offline alert, and eliminated the `RefreshHandler` method. Overall, these changes improve the user interface and visual appeal of the application.
@mobiletonster
Copy link
Author

mobiletonster commented May 20, 2025 via email

@mobiletonster
Copy link
Author

mobiletonster commented May 20, 2025 via email

Removed `NavigationManager` injection from `MonkeyDetails.razor`.
Added `NavigationManager` injection and `<OfflineAlert>` component in `Monkeys.razor`, with a new `RefreshHandler` method to re-fetch monkeys and reload the page.
`OnInitializedAsync` remains unchanged.
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.

1 participant