Visual indicator when schema was reloaded
See original GitHub issueVisual feedback is one of the most important components to a great UX. When developing a GraphQL server, you’re changing your schema quite often. This workflow is being steadily improved by allowing CMD + R
to reload the schema (#180) and even automatic schema reloads based on filewatching via graphqlconfig (#331).
I suggest to introduce a nice visual animation (some sort of pulse & rotation - maybe even colored) when the schema has been reloaded.
@xavcz maybe you have some idea how we could design/implement this? 👨🎨
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
recursive schema items are empty · Issue #2137 - GitHub
Observe the list is empty. Expected behavior. Either allow expanding the item's type, or a visual indicator that it is a placeholder for...
Read more >Reload Historical Data - NinjaTrader 8
Historical data for the base interval unit (minute bars for a 5 minute chart for example) will be reloaded for all charts of...
Read more >Reload a Dataset's Data - Analytics Cloud - Oracle Help Center
You can reload a dataset that uses one file as its source, when one or more tables in the dataset are cached, or...
Read more >How can I fix the Microsoft Visual Studio error: "package did ...
Followed the steps in solution from @dinesh below, and error went away. Don't know if it was the steps, or simply opening Visual...
Read more >LOAD command - Db2 - IBM
LOAD authority on the database or LOAD authority on the schema and the following privileges: INSERT or INSERTIN privilege on the table when...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Aaaah, “simplicity is the ultimate sophistication”. Thanks for the feedbacks and making me get down on the ground!
👌, stay tuned
Here is what I came up with so far:
Live prototype here: https://framer.cloud/iGRSF
What do you think?
Considering the implementation, React state + CSS keyframes with
styled-components
? 🎨 🖌