This repository has been archived by the owner on May 4, 2023. It is now read-only.
0.0.4
Added
- instructions and details to README
- empty states for no results and no results due to filtering
- the latter includes a CTA to clear the filters
- poll intervals on page queries to refresh data periodically (10 secs)
- view snippet page
- view cookbook snippets page
- added a dropdown in code actions
- if the current user owns the in-view snippet, show a link to edit the snippet
Removed
- unneeded custom filtering on snippet/cookbook pages
Fixes
- search behavior when the search term and tags are empty
- iOS stoplights instead of using the Windows buttons for Mac builds
- changed refetchQueries to include the current filtering values
- this fixed an issue where unfavoriting a cookbook/snippet didn't refresh the list
- disabled privacy/subscribed actions while searching for unauthenticated users
- only fetch snippet vote data once scrolled into view to reduce unnecessary API calls
- updated maximize button to maximize if unmaximized and vice-versa
- added space between code and code actions so they don't overlap
- scrollbars positioning
- App icon on Mac
- allow a user to submit the login form by clicking enter
- link/anchor focus styles
- removed unneeded custom filtering on snippet/cookbook pages
- made snippet/cookbook table row properly clickable to redirect to the new pages above
- lifted nested actions so only one action is called on clicks
Notes
- updated our component library import to be the latest