Skip to content

Commit 5ef9c97

Browse files
committed
Improve pickers, responsive shell & sidebar UI
Refactor the editor and career pages into a responsive app shell with a nav drawer and scrim; add accessible profile/save picker overlays with backdrop, centered positioning, keyboard support, selection state, grouped save sections and empty states. Implement dropdown positioning, resize/scroll syncing, ESC/interaction-driven closing (including nav drawer auto-close), and various UI quality-of-life updates (picker icons, check state, dropdown item bindings). Update global CSS: spacing tokens, scroll masking, hide native scrollbars, header/sidebar layout and other style adjustments. Also update bundled app metadata (version string changes in Cargo.toml, Cargo.lock and tauri.conf.json) and include updated app.sqlite binaries.
1 parent 0a138b6 commit 5ef9c97

11 files changed

Lines changed: 2597 additions & 432 deletions

File tree

ets2-tool/data/app.sqlite

84 KB
Binary file not shown.

ets2-tool/data/app.sqlite-shm

0 Bytes
Binary file not shown.

ets2-tool/data/app.sqlite-wal

-2.88 MB
Binary file not shown.

ets2-tool/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ets2-tool/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ets2-tool"
3-
version = "0.7.5"
3+
version = "0.7.0"
44
description = "Save-Edit Tool for ETS2"
55
authors = ["xLieferant"]
66
edition = "2024"

ets2-tool/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33

44
"productName": "Save-Edit Tool xLieferant",
5-
"version": "0.7.5",
5+
"version": "0.7.0",
66
"identifier": "com.xlieferant.saveedittool",
77

88
"build": {

0 commit comments

Comments
 (0)