You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a user logs in, paint a button in the navbar that lets them download all of their logs as a json file to save locally.
Basically, just export all of their logs from Firestore.
In future: Allow user-configurable parameters in the GUI to download their logs windowed by datetime or filtered by criteria (eg. dt, etc)
The text was updated successfully, but these errors were encountered:
* 🐞 Fix#23: 'FlashAlert' bug. Reset every time the theme changes
* 🎨 Make minor GUI changes on 'index.html'
* ♻️ Refactor 'ThemeContext' to expose a 'toggler' hook
* ♻️ Refactor the buttons in Navbar to use types
* ✨ #4: Add 'watch' command to add clickable Youtube links in logs
* ♻️ Refactor public config into its own file
* 🐞 Enable 'dev' mode & 'inline-source-map' for debugging
* 🐞 Fix IooB bug when processing ActivityLogs to compute durations
* 🐞 Fix bug: Allow dt of YoutubeLogs to be edited
* ♻️ Refactor the way logs are read from db & updated. Use 'Object.assign(..)'
* ♻️🤡 Refactor code in 'Navbar'. Add 'Export Logs' dummy button
* ♻️🤡 Rename all event handlers in 'Navbar'. Add 'Export Logs' dummy function
* ✨ #29: Impl log exporter - exports the most recent 1000 logs as '.json' file
* ♻️ Refactor the way YoutubeLogs are stored in db. Store 'vid' instead of 'url'
After a user logs in, paint a button in the navbar that lets them download all of their logs as a json file to save locally.
Basically, just export all of their logs from Firestore.
In future: Allow user-configurable parameters in the GUI to download their logs windowed by
datetime
or filtered by criteria (eg.dt
, etc)The text was updated successfully, but these errors were encountered: