All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2023-07-07
- tagging and releasing app as is -- have been using for a year with great success
- string was using .order as an ordering index instead of .index
- was causing problems after deleting. still possible .index bugs
- Styles
- overflow text now shows as a big block instead of coming outside the row borders
- adding margin-bottom to StringField so that there was room to see the bottom string
- standardized box-sizings on the main containers to be the same height (thread row, string row, stringfield)
- localStorage persistence of the activeThread
- 0.1.0 brings thread and string creation with a drag and drop prioritize-able interface.
- UI Design
- bug in drag n drop handler where it wasn't getting the most recent string data state
- delete string w/ api
- update string name w/ api
- save order of strings on drag n drop w/ api
- Removed the
threadStringMap
and using the query data directly withrefetch
- create/fetch strings from backend
- create/delete/fetch threads via backend
- commented out code as I switch to using a persistent backend
- static: update string name
- static: delete string
- static: create/delete threads
- static: create strings under threads
- static: drag and drop strings