jam/src
Thebora Kompanioni 73078bf8e3
ui: Earn screen figma alignment (#304)
* ui: show config options on Earn screen only in advanced mode

* refactor: externalize AdvancedModeToggleButton component to own file

* refactor: ToggleSwitch from jsx to tsx

* refactor: pass api result down the promise chain on Earn page

* ui: center offertype toggle switch on Earn page

* ui: ability to add an 'off' label and subtitle to ToggleSwitch

* ui: add label to off state of offertype toggle switch on Earn page

* ui: add individual 'simple/advanced view' toggle to Earn screen

* ui: add prefix to inputs on Earn page

* fix: do not populate fee rel with zero when no input is given

* refactor: move styles for Earn page from global to module file

* Revert "ui: ability to add an 'off' label and subtitle to ToggleSwitch"

This reverts commit 04edc2914e.

* Revert "ui: add label to off state of offertype toggle switch on Earn page"

This reverts commit 3142131e47.

* Revert "ui: add individual 'simple/advanced view' toggle to Earn screen"

This reverts commit 0f850f3e28.

* Revert "refactor: externalize AdvancedModeToggleButton component to own file"

This reverts commit 6bf5445265.

* dev: move styles for Receive screen to module

* review: replace toggle with 'advanced' form dropdown in Earn screen

* review: add RadioTabs component

* review: use RadioTabs for offertype on Earn screen

* fix: title in RadioTab

* feedback: style updates

* feedback: rename control element

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
2022-06-07 11:19:21 +02:00
..
components ui: Earn screen figma alignment (#304) 2022-06-07 11:19:21 +02:00
constants chore: enable cheatsheet (#288) 2022-05-19 13:14:17 +02:00
context Fetch config values only once per wallet session (#299) 2022-06-02 14:18:41 +02:00
fonts feat: add sat symbol & update balance UI (#11) 2022-01-26 15:54:25 +01:00
hooks dev: add useBalanceSummary hook 2022-05-25 11:53:48 +02:00
i18n ui: Earn screen figma alignment (#304) 2022-06-07 11:19:21 +02:00
libs fix: prevent unnecessary wallet info requests (#297) 2022-06-02 13:28:20 +02:00
index.css ui: Earn screen figma alignment (#304) 2022-06-07 11:19:21 +02:00
index.tsx Fetch config values only once per wallet session (#299) 2022-06-02 14:18:41 +02:00
reportWebVitals.ts Add typescript support (#176) 2022-03-17 12:44:01 +01:00
session.ts Add typescript support (#176) 2022-03-17 12:44:01 +01:00
setupProxy.js feat: allow for deployment in subdirectory (#129) 2022-03-02 12:37:29 +01:00
setupTests.js chore: dependencies update (#292) 2022-06-02 13:16:01 +02:00
testUtils.tsx Fetch config values only once per wallet session (#299) 2022-06-02 14:18:41 +02:00
utils.ts fix: show balance in unit based on settings on Send screen (#276) 2022-05-25 12:19:02 +02:00