-
Notifications
You must be signed in to change notification settings - Fork 14
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
simplify "pinned" / "starred" language in UI #757
Open
marcustyphoon
wants to merge
1
commit into
feat/character-local-storage
Choose a base branch
from
character-local-storage-ui-tweak
base: feat/character-local-storage
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
simplify "pinned" / "starred" language in UI #757
marcustyphoon
wants to merge
1
commit into
feat/character-local-storage
from
character-local-storage-ui-tweak
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
Deployed preview build to Cloudflare!
|
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
May 30, 2024 21:33
aa2807d
to
9dab79d
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
August 6, 2024 20:52
9dab79d
to
ab192cf
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
August 6, 2024 20:55
ab192cf
to
edf3ccb
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
August 7, 2024 05:44
edf3ccb
to
e44cd8b
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
September 17, 2024 19:44
e44cd8b
to
a2a02e7
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
September 28, 2024 21:55
a2a02e7
to
c460790
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
September 30, 2024 11:38
c460790
to
34d1f1a
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 1, 2024 22:21
34d1f1a
to
569dbe4
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 3, 2024 22:51
569dbe4
to
411460b
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 4, 2024 20:51
411460b
to
ce81fd3
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 13, 2024 23:22
ce81fd3
to
b8ae16c
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 16, 2024 08:59
b8ae16c
to
1a16bfd
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 16, 2024 09:47
1a16bfd
to
48abd1b
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 18, 2024 00:27
48abd1b
to
68833bb
Compare
marcustyphoon
force-pushed
the
character-local-storage-ui-tweak
branch
from
October 26, 2024 06:15
68833bb
to
d27d5d3
Compare
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.
The terminology of different kind of saved results gets a bit confusing in the local storage PR.
Here's an idea about how to make it clearer: we could always use "save" to refer to saving builds to local storage, and always refer to the temporary storage as "pinning" (a word that generally implies that something is being kept around for a particular purpose temporarily).
(On the other hand, I bet some people would prefer it if we didn't make a distinction at all and just persisted all starred builds to local storage. This would prevent people from losing results when they closed the page without manually going into the menu, but it would clutter the main UI—and screenshots of it—for power users with a lot of saved builds.)