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

remove error msgs in offline mode #680

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

raphaelladinig
Copy link
Contributor

@raphaelladinig raphaelladinig commented May 13, 2024

Issue #462

  • remove error messages for dashboard and history that could not load

I'm not 100% sure if that's what you wanted, please suggest improvements.

Copy link
Contributor

@veloce veloce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the long delay before review.

You did what was intended in the issue, but I think the change in the dashboard screen is no more relevant, so I'd revert just that one.

Thanks!

),
);

if (isOnline) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't make sense anymore I find, since now the dashboard is in its own screen.

I'd leave it as it was.

child: const Text('Could not load Puzzle history.'),
);

if (isOnline) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is makes sense, since the whole puzzle tab reacts to connectivity. 👍

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

2 participants