-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): render the next and previous menu items in place of f…
…ooter/header when there is such item #76 fix(notifications): scrollbar doesn't wrap around when scrolling up anymore
- Loading branch information
Showing
37 changed files
with
578 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ubo-app" | ||
version = "0.13.2" | ||
version = "0.13.3" | ||
description = "Ubo main app, running on device initialization. A platform for running other apps." | ||
authors = ["Sassan Haradji <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -18,10 +18,10 @@ priority = "primary" | |
python = "^3.11" | ||
psutil = "^5.9.8" | ||
ubo-gui = [ | ||
{ version = "^0.10.8", markers = "extra=='default'", extras = [ | ||
{ version = "^0.11.2", markers = "extra=='default'", extras = [ | ||
"default", | ||
] }, | ||
{ version = "^0.10.8", markers = "extra=='dev'", extras = [ | ||
{ version = "^0.11.2", markers = "extra=='dev'", extras = [ | ||
"dev", | ||
] }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.