Implement new App Design#263
Draft
flixcoo wants to merge 100 commits into
Draft
Conversation
…ent/250-update-navbar-design # Conflicts: # pubspec.yaml
# Conflicts: # pubspec.yaml
# Conflicts: # pubspec.yaml
…ent/243-update-list-tiles-in-main-menu # Conflicts: # lib/presentation/views/home/main_menu_view.dart # pubspec.yaml
…app-design # Conflicts: # lib/core/custom_theme.dart # lib/l10n/arb/app_de.arb # lib/l10n/arb/app_en.arb # lib/l10n/generated/app_localizations.dart # lib/l10n/generated/app_localizations_de.dart # lib/l10n/generated/app_localizations_en.dart # lib/presentation/components/placeholders/empty_filter_placeholder.dart # lib/presentation/components/tab_bar.dart # lib/presentation/components/widgets/custom_form_row.dart # lib/presentation/components/widgets/settings/custom_stepper.dart # lib/presentation/components/widgets/whats_new/whats_new_dialog.dart # lib/presentation/components/widgets/whats_new/whats_new_item.dart # lib/presentation/views/about/licenses/license_detail_view.dart # lib/presentation/views/about/licenses/license_view.dart # lib/presentation/views/home/active_game/points_view.dart # lib/presentation/views/home/active_game/round_view.dart # lib/presentation/views/home/create_game/mode_selection_view.dart # lib/presentation/views/home/settings_view.dart # lib/services/popup_service.dart # pubspec.yaml
…ent/256-replace-cupertinopagescaffold-with-scaffold # Conflicts: # lib/presentation/views/about/about_view.dart # lib/presentation/views/home/active_game/round_view.dart # lib/services/icon_service.dart # pubspec.yaml
…opagescaffold-with-scaffold Replace CupertinoPageScaffold with Scaffold
…onizer Implement skeletonizer
# Conflicts: # lib/l10n/arb/app_de.arb # lib/l10n/arb/app_en.arb # lib/l10n/generated/app_localizations.dart # lib/l10n/generated/app_localizations_de.dart # lib/l10n/generated/app_localizations_en.dart # lib/services/data_transfer_service.dart # pubspec.yaml
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
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.
Related Issue(s):
Closes #249
Description
This PR implements X by doing Y. The main change is in Z, which now handles ... instead of ...
Changes
UI-Changes (if applicable)
Before:

After:

PR-Checklist
Additional Notes