Skip to content

Commit

Permalink
Signpost page, UI refactoring (#55)
Browse files Browse the repository at this point in the history
* Add basic skeleton for initial screen; version update.

* Working prototype version of signpost screen.

* Fix UI to react to light/dark mode, add some help messages, fix dialog messages.
  • Loading branch information
ondrej33 authored Nov 2, 2024
1 parent 5cc0101 commit eb0811f
Show file tree
Hide file tree
Showing 17 changed files with 2,049 additions and 121 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aeon-sketchbook",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aeon-sketchbook"
version = "0.0.0"
version = "0.1.0"
description = "A multi-platform application for designing and analysing large-scale logical models."
authors = ["Ondrej Huvar <[email protected]>", "Samuel Pastva <[email protected]>", "Petr Ivicic"]
license = "MIT"
Expand Down
Loading

0 comments on commit eb0811f

Please sign in to comment.