Skip to content

[1.30.0] - 2024-12-19

Compare
Choose a tag to compare
@hmpf hmpf released this 19 Dec 13:18
· 67 commits to master since this release

Mostly changes to the alpha frontend

Added

  • Added docs for how to vendor a repo (copy one repo into another, preserving
    history).

HTMX app

  • Add HTMX version of the destinations page
    (#1001)
  • Show user an error message in case a htmx partial request fails
    (#1023)
  • Allow extending preferences page
    (#1070)
  • Keep django messages in queue on htmx redirects or refreshes
    (#1071)

Added

  • Replaced the placeholder notification profile page with a very ugly but
    functional one.
  • Replaced the placeholder time-slots page with a very ugly but functional one.
  • Added loading indicator to bulk action buttons

Changed

  • Performance: Reduced the number of queries to preferences db table
    (#1082)
  • Declared argus-theme as one with the light color scheme in order to always
    have reasonable fallbacks.
    (#1088)
  • Generalized the multiselect dropdown widget used for the source field in the
    filterbox so that we can use it for other dropdowns on other pages.
  • Renamed some directories and templates to give them better, more
    consistent names.

Fixed

  • Fixed background color in input fields for argus-theme globally.
    (#1088)