mmcknett / loggr

Time logging system
https://loggr-a3f89.web.app/
0 stars 0 forks source link

Log name can be added, and matches the last log the user used #1

Closed mmcknett closed 1 year ago

mmcknett commented 1 year ago

There's also an implicit need for the existing options to be selectable, since mostly you will want to add log entries to logs you've created before. The simplest component for this seems like it would be the input & datalist.

mmcknett commented 1 year ago

Got adding the list to each log entry done. Next, still need to load all of the existing lists and combine that with the default list name ("Main").

mmcknett commented 1 year ago

Got existing lists loading and fixed a small issue where the form was being incorrectly default-populated.

mmcknett commented 1 year ago

This has been completed with the following commits: