-
Notifications
You must be signed in to change notification settings - Fork 1
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
UI: Add star icon toggle and refactor TitleBar actions #272
Merged
ksharma-xyz
merged 1 commit into
main
from
10-31-add_star_button_to_save_trip_on_timetablescreen
Oct 31, 2024
Merged
UI: Add star icon toggle and refactor TitleBar actions #272
ksharma-xyz
merged 1 commit into
main
from
10-31-add_star_button_to_save_trip_on_timetablescreen
Oct 31, 2024
Conversation
This file contains 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
This was referenced Oct 30, 2024
ksharma-xyz
force-pushed
the
10-31-display_stop_names_on_timetable_screen
branch
from
October 30, 2024 13:52
69ea28b
to
9d13ca2
Compare
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 30, 2024 13:52
6bedcd2
to
d51ffe6
Compare
ksharma-xyz
changed the title
Add star button to save trip on TimeTableScreen
UI: Add star icon toggle and refactor TitleBar actions
Oct 31, 2024
ksharma-xyz
force-pushed
the
10-31-display_stop_names_on_timetable_screen
branch
from
October 31, 2024 04:20
9d13ca2
to
3c286e3
Compare
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 31, 2024 04:20
d51ffe6
to
36b1bab
Compare
This was referenced Oct 31, 2024
ksharma-xyz
force-pushed
the
10-31-display_stop_names_on_timetable_screen
branch
from
October 31, 2024 04:31
3c286e3
to
f557002
Compare
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 31, 2024 04:32
36b1bab
to
1fe3fd1
Compare
ksharma-xyz
force-pushed
the
10-31-display_stop_names_on_timetable_screen
branch
2 times, most recently
from
October 31, 2024 04:42
34d3dd6
to
67d3814
Compare
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 31, 2024 04:42
1fe3fd1
to
db4ce93
Compare
ksharma-xyz
changed the base branch from
10-31-display_stop_names_on_timetable_screen
to
graphite-base/272
October 31, 2024 04:51
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 31, 2024 04:51
db4ce93
to
8cbc12e
Compare
ksharma-xyz
force-pushed
the
graphite-base/272
branch
from
October 31, 2024 04:51
67d3814
to
0680fb1
Compare
ksharma-xyz
force-pushed
the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
from
October 31, 2024 04:52
8cbc12e
to
c4de318
Compare
Merge activity
|
ksharma-xyz
deleted the
10-31-add_star_button_to_save_trip_on_timetablescreen
branch
October 31, 2024 05:02
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.
TL;DR
Added star outline icon and updated title bar to support save/unsave trip functionality.
What changed?
star_outline.xml
drawable and renamed existing star icon tostar_filled.xml
TitleBar
component to support action buttonsdisassembledName
instead ofname
Why make this change?
To provide users with a more intuitive way to save and unsave trips directly from the TimeTable screen's title bar, improving the overall user experience and making the save functionality more discoverable.