Skip to content

Commit

Permalink
Dark mode improvements (#68)
Browse files Browse the repository at this point in the history
- Build chain improved to use poetry install directly
- dark mode for the chart and icons
- upgraded nostr chat  (Reliability and dark mode)
- version bump to 1.0.2
  • Loading branch information
andreasgriffin authored Jan 23, 2025
1 parent 04ad369 commit 3e2cdd8
Show file tree
Hide file tree
Showing 43 changed files with 936 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ celerybeat.pid

# Environments
.env
.venv
.venv*
env/
venv/
ENV/
Expand Down
2 changes: 1 addition & 1 deletion bitcoin_safe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# this is the source of the version information
__version__ = "1.0.1"
__version__ = "1.0.2"
45 changes: 45 additions & 0 deletions bitcoin_safe/gui/icons/add-person_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bitcoin_safe/gui/icons/camera_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bitcoin_safe/gui/icons/clip_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions bitcoin_safe/gui/icons/cloud-sync-off_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions bitcoin_safe/gui/icons/cloud-sync_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bitcoin_safe/gui/icons/csv-file_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bitcoin_safe/gui/icons/dice_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bitcoin_safe/gui/icons/history_darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e2cdd8

Please sign in to comment.