Skip to content

Commit

Permalink
Fix bell on error; and other misc changes (#224)
Browse files Browse the repository at this point in the history
* update bell on focus variable to exist again in self.app

* add bell on error to self.app

* remove remaining references to sensitive values

* fix weird SyntaxError: f-string: unmatched '(' error

* fix extra lines for seaweedfs and add restore section to home assistant

* update textual and do a poetry update

---------

Co-authored-by: cloudymax <[email protected]>
  • Loading branch information
jessebot and cloudymax authored May 19, 2024
1 parent 8a49757 commit 72a08ca
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 125 deletions.
164 changes: 82 additions & 82 deletions docs/assets/images/screenshots/help_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 20 additions & 22 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smol_k8s_lab"
version = "5.0.2"
version = "5.0.3"
description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD"
authors = ["Jesse Hitch <[email protected]>",
"Max Roby <[email protected]>"]
Expand Down Expand Up @@ -43,7 +43,7 @@ requests = "^2.28"
rich = "^13.0"
ruamel-yaml = "^0.18"
ruamel-yaml-string = "^0.1"
textual = "^0.60"
textual = "^0.61"
xdg-base-dirs = "^6.0"
pygame = "^2.5.2"

Expand Down
Loading

0 comments on commit 72a08ca

Please sign in to comment.