Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
7 changes: 7 additions & 0 deletions packages/helpermodules/update_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2503,6 +2503,13 @@ def upgrade(topic: str, payload) -> None:
self._loop_all_received_topics(upgrade)
self._append_datastore_version(90)

BLACK = "#000000"
BLUE = "#007bff"
CYAN = "#17a2b8"
GREEN = "#28a745"
RED = "#dc3545"
YELLOW = "#ffc107"

def upgrade_datastore_91(self) -> None:
Comment on lines +2506 to 2513
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Die Zeilen scheinen unbeabsichtigt zu sein. Bitte entfernen.

def upgrade(topic: str, payload) -> Optional[dict]:
if re.search("openWB/vehicle/template/ev_template/[0-9]+$", topic) is not None:
Expand Down
207 changes: 207 additions & 0 deletions packages/modules/web_themes/koala/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/modules/web_themes/koala/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"vite-plugin-checker": "^0.10.2",
"vite-svg-loader": "^5.1.1",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.5",
"workbox-build": "^7.3.0",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions packages/modules/web_themes/koala/source/quasar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default defineConfig((ctx) => {
},
{ server: false },
],
['vite-svg-loader'],
],
},

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading