Code Snippets Manager Versions Save

Codiga Code Snippets Manager

v0.0.18

1 year ago

v0.0.14

1 year ago

v0.0.12

1 year ago

Added

  • about section/modal
  • rollbar

Removed

  • unneeded peer dependencies

Fixes

  • update the auto-update title on windows
  • updated app theme handling so its either the user’s platform setting or whatever in localStorage
  • rollover state for mac traffic lights
  • updated .icns file
  • update the minimum window dimensions

Full Changelog: https://github.com/codiga/code-snippets-manager/compare/v0.0.11...v0.0.12

v0.0.4

1 year ago

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

v0.0.3

1 year ago

Initial beta release of the Coding Assistant. All binaries are signed for Windows and Mac OS.