[codex] Fix schedule labels and briefing order#112
Merged
Conversation
PR Policy Preflight / PR 规则预检
Findings / 规则命中
Shadow mode: this result is informational and does not block merge. Shadow mode:当前结果仅供参考,不会阻塞合并。 |
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.
Summary
day_dateat render time so stale Today/Tomorrow labels update across date boundaries.Validation
flutter pub get --offlineflutter analyze --no-pub lib/ui/schedule/models/schedule_day_label.dart lib/ui/schedule/widgets/schedule_aggregator_screen.dart lib/ui/schedule/widgets/tabs/magazine_narrative_tab.dart test/ui/schedule/models/schedule_day_label_test.dart test/ui/schedule/widgets/schedule_widgets_test.dartflutter analyze --no-pub lib/ui/timeline/models/schedule_briefing_merge.dart lib/ui/timeline/view_models/timeline_viewmodel.dart test/ui/timeline/models/schedule_briefing_merge_test.dartenv -u http_proxy -u https_proxy -u ws_proxy -u wss_proxy NO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 flutter test --no-pub test/ui/schedule/models/schedule_day_label_test.dart test/ui/schedule/widgets/schedule_widgets_test.dartenv -u http_proxy -u https_proxy -u ws_proxy -u wss_proxy NO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 flutter test --no-pub test/ui/schedule test/domain/models/schedule_aggregation_model_test.dartenv -u http_proxy -u https_proxy -u ws_proxy -u wss_proxy NO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 flutter test --no-pub test/ui/timeline/models/schedule_briefing_merge_test.dart test/ui/schedule test/domain/models/schedule_aggregation_model_test.dart test/data/repositories/get_schedule_briefing_timeline_card_test.dart