Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cc549e5
feat: Add toolbar colors and improve table selection/styling
MatthewReed303 Oct 29, 2025
172098a
Checkpoint from VS Code for coding agent session
MatthewReed303 Nov 3, 2025
2e6da9c
Initial planning - add date/time pickers to Query Builder WHERE condi…
Copilot Nov 3, 2025
09c197b
Add date/time pickers to Query Builder WHERE and HAVING conditions
Copilot Nov 3, 2025
5622c95
Fix linting errors - remove trailing spaces and fix quotes
Copilot Nov 3, 2025
035b7ce
Address code review feedback - fix performance and logic issues
Copilot Nov 3, 2025
92ff539
Add type safety for cached date/time properties in QueryBuilderCondit…
Copilot Nov 3, 2025
6e00d95
Merge branch 'fix-table' into feat/odbc-browser
MatthewReed303 Nov 5, 2025
3156cf5
Merge upstream/master with ODBC work preserved
MatthewReed303 Nov 9, 2025
8ed12c9
Update ODBC to use date format helper
MatthewReed303 Nov 9, 2025
543a9b5
Add UI5 Web Components
MatthewReed303 Nov 11, 2025
f895c99
Update ui5 datetime picker theme colors to match fuxa
MatthewReed303 Nov 18, 2025
f6f83cc
Merge remote-tracking branch 'upstream/master' into feat/odbc-browser
MatthewReed303 Nov 18, 2025
dd08e86
Fix ODBC query with table and optimize large data and auto refresh
MatthewReed303 Nov 18, 2025
faeb6dc
Add new paramters table, manegment and backend for sqllite and odbc
MatthewReed303 Dec 3, 2025
b6da604
clean up debugging and comments
MatthewReed303 Dec 3, 2025
060f9a6
Remove logging from ODBC
MatthewReed303 Dec 3, 2025
917ca40
Merge remote-tracking branch 'upstream/master' into feat/odbc-browser
MatthewReed303 Dec 3, 2025
a6d3869
Add Table history time rounding interval option to work with ODBC
MatthewReed303 Dec 3, 2025
c21eaf6
clean up comments
MatthewReed303 Dec 3, 2025
95825f0
Fix production build and static data table rows being updated
MatthewReed303 Dec 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,337 changes: 0 additions & 1,337 deletions client/dist/3rdpartylicenses.txt

This file was deleted.

96 changes: 95 additions & 1 deletion client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,16 @@
"table.property-name": "Name",
"table.property-type": "Type",
"table.property-type-with-realtime": "Realtime",
"table.property-refresh-interval": "Refresh Interval",
"table.property-header": "Header",
"table.property-header-height": "Height",
"table.property-header-background": "Background",
"table.property-header-color": "Color",
"table.property-header-fontSize": "Font size",
"table.property-toolbar": "Toolbar",
"table.property-toolbar-background": "Background",
"table.property-toolbar-color": "Text Color",
"table.property-toolbar-button-color": "Button Color",
"table.property-row": "Row",
"table.property-row-height": "Height",
"table.property-row-background": "Background",
Expand Down Expand Up @@ -483,6 +488,7 @@
"table.property-column-label": "Label",
"table.property-column-variable": "Variable",
"table.property-column-device": "Device",
"table.property-column-odbc": "ODBC Query",
"table.property-column-timestamp": "Date/Time",
"table.property-column-align": "Align",
"table.property-column-width": "Width",
Expand All @@ -507,13 +513,22 @@
"table.cell-ts-format": "Format (DD/MM/YYYY - HH:mm:ss)",
"table.cell-ts-interval": " and rounding interval",
"table.cell-value-format": "Format (0.000)",
"table.cell-odbc-query": "ODBC Query",
"table.cell-format": "Format",
"table.cell-text": "Text",
"table.cell-align-left": "Left",
"table.cell-align-center": "Center",
"table.cell-align-right": "Right",
"table.cell-odbc-ts-column": "ODBC Timestamp Column",
"table.cell-odbc-ts-sources": "Timestamp Sources",
"table.cell-add-ts-source": "Add timestamp source from another table",
"table.cell-remove-ts-source": "Remove this timestamp source",
"table.cell-no-ts-sources": "No timestamp sources added. Click + to add one.",
"table.cell-convert-utc-local": "Convert UTC to Local Time",
"table.cell-odbc-ts-source-name": "Timestamp Source",

"table.history-filter": "Filter",
"table.rangetype-none": "None",
"table.rangetype-last1h": "Last hour",
"table.rangetype-last1d": "Last day",
"table.rangetype-last3d": "Last 3 days",
Expand Down Expand Up @@ -1855,5 +1870,84 @@
"msg.maps-location-name-exist": "The Maps Location name already exists!",
"msg.text-name-exist": "Text name already exists!",
"msg.texts-text-remove": "Would you like to remove Text '{{value}}'?",
"msg.operation-unauthorized": "Operation Unauthorized!"
"msg.operation-unauthorized": "Operation Unauthorized!",
"odbc.browser-title": "ODBC Browser",
"odbc.select-device": "Select ODBC Device",
"odbc.select-table": "Select Table",
"odbc.select-columns": "Select Columns",
"odbc.select-timestamp-column": "Select Timestamp Column",
"odbc.loading-tables": "Loading tables...",
"odbc.loading-columns": "Loading columns...",
"odbc.loading-data": "Loading data...",
"odbc.generating-query": "Generating query...",
"odbc.executing-query": "Executing query...",
"odbc.creating-table": "Creating table...",
"odbc.generated-query": "Generated Query",
"odbc.browse": "Browse ODBC",
"odbc.browser": "Browser",
"odbc.data-viewer": "Data Viewer",
"odbc.sql-editor": "SQL Editor",
"odbc.create-table": "Create Table",
"odbc.no-columns-found": "No columns found",
"odbc.no-tables-found": "No tables found",
"odbc.no-data": "No data available",
"odbc.no-results": "No results returned from query",
"odbc.select-columns-first": "Please select columns first",
"odbc.select-device-first": "Please select a device to begin",
"odbc.rows-limit": "Show rows:",
"odbc.show-rows": "Number of rows to display",
"odbc.all-rows": "All rows",
"odbc.refresh-data": "Refresh Data",
"odbc.rows-count": "Rows",
"odbc.custom-query": "Custom SQL Query",
"odbc.execute-query": "Execute Query",
"odbc.query-results": "Query Results",
"odbc.clear": "Clear",
"odbc.table-definition": "Table Definition",
"odbc.table-name": "Table Name",
"odbc.columns": "Columns",
"odbc.column-name": "Column Name",
"odbc.data-type": "Data Type",
"odbc.column": "Column",
"odbc.nullable": "Nullable",
"odbc.auto-increment": "Auto Increment",
"odbc.auto-timestamp": "Auto Timestamp",
"odbc.add-column": "Add Column",
"odbc.primary-key": "Primary Key",
"odbc.foreign-key": "Foreign Key Constraints",
"odbc.create": "Create",
"odbc.open-odbc-browser": "Open ODBC Browser",
"odbc.query-builder": "Query Builder",
"odbc.query-type": "Query Type",
"odbc.main-table": "Main Table",
"odbc.select-all": "Select All",
"odbc.select-columns": "Select Columns",
"odbc.select-table": "Select Table",
"odbc.generated-query": "Generated Query",
"odbc.joins": "JOINs",
"odbc.join-type": "Join Type",
"odbc.table": "Table",
"odbc.on-column": "On Column",
"odbc.with-column": "With Column",
"odbc.remove-join": "Remove join",
"odbc.add-join": "Add Join",
"odbc.where-conditions": "WHERE Conditions",
"odbc.operator": "Operator",
"odbc.value": "Value",
"odbc.remove-condition": "Remove condition",
"odbc.add-condition": "Add Condition",
"odbc.group-by": "GROUP BY",
"odbc.order-by": "ORDER BY",
"odbc.direction": "Direction",
"odbc.remove-order": "Remove order",
"odbc.add-order": "Add Order",
"odbc.insert-rows": "Insert Rows",
"odbc.insert-values": "Insert Values",
"odbc.add-row": "Add Row",
"odbc.remove-row": "Remove row",
"odbc.update-values": "Update Values",
"odbc.add-value": "Add Value",
"odbc.remove-value": "Remove value",
"odbc.set-values": "Set Values",
"device.open-odbc-browser": "Open ODBC Browser"
}
Empty file modified client/dist/assets/i18n/fr.json
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion client/dist/assets/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"graph.property-date-last-range": "Datumintervall",
"graph.property-date-group": "Grupp",
"graph.property-offline": "Online",
"graph.property-graph-orientation": "Orientering",
"graph.property-graph-oriantation": "Orientering",
"graph.property-ori-vartical": "Vertikal",
"graph.property-ori-horizontal": "Horisontell",
"graph.property-decimals": "Decimaler",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Loading