Auto-commit local changes before build (2026-01-01 18:18:23)
This commit is contained in:
parent
a9441d9b6e
commit
ac670afa84
@ -69,12 +69,12 @@ def changelog_page():
|
|||||||
{
|
{
|
||||||
"title": None,
|
"title": None,
|
||||||
"details": [
|
"details": [
|
||||||
"Template",
|
"Added an initial Reports UI to define, generate, and manage reports.",
|
||||||
"Template",
|
"Enabled raw data preview directly in the UI with pagination support.",
|
||||||
"Template",
|
"Implemented backend endpoints to generate and retrieve report data on demand.",
|
||||||
"Template",
|
"Replaced the “New report” modal with a dedicated Create Report page.",
|
||||||
"Template",
|
"Added month-based date selection, quick-select options, and multi-customer reporting support.",
|
||||||
"Template",
|
"Enabled actual report generation while keeping scheduling as a non-functional placeholder.",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -84,16 +84,16 @@ def changelog_page():
|
|||||||
{
|
{
|
||||||
"title": None,
|
"title": None,
|
||||||
"details": [
|
"details": [
|
||||||
"Template",
|
"Added Shift-click multi-selection for efficient bulk review.",
|
||||||
"Template",
|
"Iteratively fixed edge cases including:",
|
||||||
"Template",
|
"Off-by-one range selection issues",
|
||||||
"Template",
|
"Checkbox and row highlight desynchronization",
|
||||||
"Template",
|
"Last-row selection bugs",
|
||||||
"Template",
|
"Browser text selection interference",
|
||||||
"Template",
|
"Improved “Select all” checkbox behavior:",
|
||||||
"Template",
|
"Clearing selection when indeterminate",
|
||||||
"Template",
|
"Correctly resetting from the indeterminate state",
|
||||||
"Template",
|
"Ensuring consistent mouse and keyboard interaction",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -103,9 +103,9 @@ def changelog_page():
|
|||||||
{
|
{
|
||||||
"title": None,
|
"title": None,
|
||||||
"details": [
|
"details": [
|
||||||
"Template",
|
"Improved clarity, accountability, and daily workflow guidance across the application.",
|
||||||
"Template",
|
"Established a solid, extensible reporting foundation.",
|
||||||
"Template",
|
"Significantly enhanced usability and reliability of the Run Checks review process.",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user