Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
-
v0.1.4
Release: v0.1.47698c786 · ·Version 0.1.4 release Major Changes: - New users now see a "welcome" screen which provides some brief usage explanation while highlighting the relevant buttons - There is a brand new CSS color system, zebra, which defines contextual foreground/background colors. It is similar to the rhino system (which handles sizing) - All buttons now use a consistent visual language in terms of hover/active/focus/disabled state - Use of mat-icon has been completely removed in favor of server-provided SVGs - Server now sends JSON and javascript in gzip which leads to much faster page load times Minor Changes: - All editable text/date elements now show a hover outline - All uploaded photos now generate thumbnails in the background (not used yet though) - CSS page layout classes have been simplified - On hotkey screen, currently disabled actions are shown in grey. - Icons are slightly larger in most contexts. Bug Fixes: - plant name column no longer resizes when edited with one plant on table - clicking on already-present search filter no longer triggers a new search - fixed bug where previously used key bindings could not be rebound - actions which could not correctly have been triggered by hotkeys no longer appear on hotkey selector - delete actions for top-level items can now be triggered by hotkeys - fixed bug where photo navigation hotkeys didn't work
-
-
-
-
v0.1.2
Release: v0.1.22b221b0e · ·- All text fields are validated on client and server. On client validation errors in all text fields are shown in real time - Client: - text fields now use form controls and show errors in validation in real time - text fields now use `input` elements in editing mode which looks a lot nicer than the contenteditable divs used before. - dialogs now use consistent visual theme and mostly share common codebase - a standardized loading screen is now used in many contexts (dialogs especially) - photo uploader now shows nice preview of uploaded images - photo uploader restricts file selections to images - plant editor - shows newly created plants after creating them - UI of care card (watered, feeding etc.) improved - UI of notes card improved - newly added notes/watering/etc now show pending icon next to them until saved (no longer flashes) - chips no longer wrap content - fixed bug where clicking "x" button on date inputs did nothing - fixed some bugs preventing certain date fields from updating correctly - query filter chips now update correctly when using back/forward navigation - loading screen now appears correctly when using back/forward navigation -
-
-
-