Daniel
cc168eb49f
feat: i18n ( #153 )
...
* Add basic i18n with i18next
* Add transifex config
* Add translation strings for wallets screen
* Delete transifex config for now
* Remove suspension
* Add exemplary german translation
* Add language switcher
* Add link to telegram group for translations
* Update tests
* Fix hook deps
* Add tx config
* Move i18n code to subfolder
* Update i18n usage in tests
* Remove unused call
* Pull de translation from transifex
* Add npm scripts for pushing and pulling
* Put back deps
* Put deps into dev
* Add tx gh config
* Add readme
* test: add empty new lang
* Remove test langs
* Remove cli integration
* Update src/i18n/README.md
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* Update src/i18n/README.md
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* Update src/i18n/README.md
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* Update public/sprite.svg
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* Change link
* Run npm install
* Update readme
* Update readme again
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2022-03-09 16:47:17 +01:00
Thebora Kompanioni
87299b3268
fix: use own qrcode component to display addresses ( #146 )
2022-03-03 15:47:27 +01:00
Daniel
1343271c64
refactor: rename to Jam ( #131 )
...
* refactor: dry up app layout (#126 )
* Rename and update readme
* Fix typos
* Run npm install
* Use html for header
* Update package name
* Add back alt texts
* Update title
* Add note about buggy raspiblitz
* Remove raspiblitz gotchas
* Update src/components/App.jsx
Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>
* Update src/components/Onboarding.jsx
Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>
* Run prettier
* Update CONTRIBUTING.md
Co-authored-by: d11n <mail@dennisreimann.de>
* Update README.md
Co-authored-by: d11n <mail@dennisreimann.de>
* Fix wording
* Update title
Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>
Co-authored-by: d11n <mail@dennisreimann.de>
2022-03-03 12:07:45 +01:00
Thebora Kompanioni
90fa57374b
test: add basic test suite ( #130 )
...
* test: add basic test for App component
* test: add basic test for Wallets component
* Debug log only in dev env (spare test environment)
* ci: enable tests in GitHub build workflow
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-03-03 11:04:31 +01:00
Daniel
410f4d6635
chore(release): prepare v0.0.3 ( #113 )
...
* chore(release): prepare v0.0.3
* Update changelog
* Update CHANGELOG.md
Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2022-02-18 19:23:59 +01:00
Daniel
b104cbf78f
devtools: document and further automate release process ( #112 )
...
* feat: version bump and changelog automation
* Automatically commit and open pr
* Add release docs
* Mention gh
* Remove reviewers
2022-02-18 11:05:46 +01:00
Daniel
e83ebb9389
docs: add automated changelog generation ( #103 )
...
* Add changelog
* Update to only generate changelog
* Fix version
2022-02-17 11:13:00 +01:00
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
Daniel
d84377071a
feat: developer docs ( #37 )
...
* Move existing docs to new file
* Add info about formatting
* Fix typo
* Add back lint script
* Automate husky setup
2022-02-01 15:59:51 +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
Dennis Reimann
69ae38a76e
Update router and wallet display
2021-11-28 22:38:52 +01:00
Dennis Reimann
2b75896525
Update repo structure
2021-11-21 12:30:24 +01:00