]> git.ktnx.net Git - lsl.git/shortlog
lsl.git
2022-03-07 Damyan Ivanovhide the mass-action button on broken streak main
2022-03-07 Damyan Ivanovclicking item description toggles the check box
2022-03-07 Damyan Ivanovitem edit trigger padding is the same - visible or not
2022-03-07 Damyan Ivanovdismiss the mass-action button after performing the...
2022-03-07 Damyan Ivanovpop a "Check all" / "Clear all" button when multiple...
2022-03-06 Damyan Ivanovslightly smaller check box
2022-03-06 Damyan Ivanovslightly darker modal dialog overlay
2022-03-06 Damyan Ivanovmore spacious list items
2022-03-06 Damyan Ivanovremove Cancel buttons from dialogs
2022-03-06 Damyan Ivanovonly the list name is bold, not the whole header
2022-03-06 Damyan Ivanovclose modal dialogs on click outside the dialog
2022-03-06 Damyan Ivanovdestroy both dialogs on close
2022-03-06 Damyan Ivanovsubmit with Enter in list editor dialog too
2022-03-06 Damyan Ivanovworking list item updates, enter submits
2022-03-06 Damyan Ivanovversion is mandatory when updating a list
2022-03-06 Damyan Ivanovfix updating only done state or only item descriptiom
2022-03-06 Damyan Ivanovstart item management, delete works
2022-03-06 Damyan Ivanovdoc typo
2022-03-06 Damyan Ivanovlist edit input -- narrow, extending to screen width
2022-03-06 Damyan Ivanovdrop delete button's text, takes too much space on...
2022-03-06 Damyan Ivanovmake buttonpane padding symmetrical, separate the delet...
2022-03-06 Damyan Ivanovworking modification of shopping lists
2022-03-06 Damyan Ivanovfix item/list version/data tracking when adding/modifyi...
2022-03-06 Damyan Ivanovfix storage of list version to li.data()
2022-03-06 Damyan Ivanovlist version is stored in data(), not attr()
2022-03-05 Damyan Ivanovmove edi list trigger to list name heading
2022-03-05 Damyan Ivanovtypo in doc
2022-03-05 Damyan Ivanovresponsive CSS (?)
2022-03-05 Damyan Ivanovvisual improvements, grids
2022-03-04 Damyan Ivanovbugfix: list edit icon disappearing after lists reload
2022-03-04 Damyan Ivanovreset new list input upon list addition
2022-03-04 Damyan Ivanovselect newly created list
2022-03-04 Damyan IvanovTODO: undo list deletion
2022-03-04 Damyan Ivanovstart implementing list editing
2022-03-04 Damyan Ivanovmake the foreign key constraint "on delete cascade"
2022-03-04 Damyan Ivanovimplement list deletion
2022-03-04 Damyan Ivanovmanage transactions via hooks
2022-02-19 Damyan Ivanovadd a splash screen
2022-02-19 Damyan Ivanovdebug messages in development environment
2022-02-19 Damyan Ivanovfix handling of 'The list has no items' notice
2022-02-19 Damyan Ivanovmove sub declaration before usage
2022-02-16 Damyan Ivanovidentify lists by their id (part of the URI)
2022-02-16 Damyan Ivanovdocument list and item URIs containing unique IDs in...
2022-02-16 Damyan Ivanovwhitespace
2022-02-16 Damyan Ivanovcheck lists version after item submission
2022-02-16 Damyan Ivanovput item version in item data, not list version
2022-02-16 Damyan Ivanovcheck lists and list versions after updating an item
2022-02-16 Damyan Ivanovcentral handling of new list version
2022-02-16 Damyan Ivanovfix removal of 'selected' class of the previously selec...
2022-02-16 Damyan Ivanovremove spurious parameter
2022-02-15 Damyan Ivanovnext step in web-app: adding of lists and list items...
2022-02-15 Damyan Ivanovfix retrieval of shopping list items
2022-02-15 Damyan Ivanovreturn exception responses as JSON
2022-02-15 Damyan Ivanovprotocol change: supply list name in the list of lists
2022-02-10 Damyan Ivanovfirst ugly attempts at the web app
2022-02-10 Damyan Ivanovno need to decode input data, the serializar does it
2022-02-09 Damyan Ivanovclean unused parts, add web app mount
2022-02-09 Damyan Ivanovfirst take at a Dancer2 app, some functions work
2022-02-09 Damyan Ivanovdocument adding and modifying list items
2022-02-04 Damyan Ivanovinitial draft of communication protocol
2022-01-20 Damyan Ivanovrepository created