Commit graph

114 commits

Author SHA1 Message Date
Daniel
699e951fda
feat: style navbar (#29)
* Add gear icon in navbar

* feat: add basic settings screen and context

* fix: remove unneeded props chains

* Update navbar

* Add wallet preview UI

* Add border to highlight active tab

* Update icons

* Update balance font

* Fix collapsing behaviour

* Add WalletContext

* Update balance in header

* Fix spacing

* Fix dark theme

* Replace inline SVGs with sprites

* Clean up

* Fix warnings

* Clean up layout

* Make height dynamic

* Remove headings

* Add progress inidcators

* Fix balance height

* Reset wallet info when reloading

* Improve activity indicator display

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-02-01 23:22:32 +01:00
dependabot[bot]
58d6ba0198
Bump nanoid from 3.1.30 to 3.2.0 (#23)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 10:54:20 +01:00
Daniel
08232d7d36
feat: setup code formatting (#21)
* Install prettier

* Install husky

* Add npm lint and format scripts

* Format files

* Remove unused import

* Setup prettier config

* Update line width

* Update package.json

Co-authored-by: d11n <mail@dennisreimann.de>

* Reformat

Co-authored-by: d11n <mail@dennisreimann.de>
2022-01-27 10:20:31 +01:00
Daniel
4351d1380e
feat: add sat symbol & update balance UI (#11)
* feat: update balance ui

* fix: change currency symbol placement

* User sat symbol

* Add digit grouping

* Clean up some things

* Fix copy: Balance -> balance

* SATS -> sats

* Show ₿ as prefix and sats as suffix

* fix: add padding to sat symbol

Co-authored-by: Gigi <dergigi@pm.me>
2022-01-26 15:54:25 +01:00
Dennis Reimann
58d5ec732d
Upgrade dependencies 2022-01-21 15:59:49 +01:00
Dennis Reimann
fc725e565e
0.0.2 2022-01-04 13:35:50 +01:00
Dennis Reimann
60693a6a75
Upgrade dependencies 2022-01-04 12:52:20 +01:00
Dennis Reimann
ea5be3782c
Upgrade nth-check dependency 2021-12-22 16:14:32 +01:00
Dennis Reimann
da527bca86
Add MIT license and update package info 2021-12-22 16:06:25 +01:00
Dennis Reimann
c962ea07bc
Upgrade dependencies 2021-12-20 16:52:17 +01:00
Dennis Reimann
2f8024ee53
Upgrade dependencies 2021-12-15 11:06:34 +01:00
Dennis Reimann
7c345d07cc
More app refactorings 2021-12-14 20:25:38 +01:00
Dennis Reimann
69a9105833
Try to fix websocket connection 2021-12-07 15:11:34 +01:00
Dennis Reimann
ef3ae37376
Use npm instead of yarn 2021-11-29 17:24:39 +01:00