robosats/frontend
Rodrigo Schieck c5380664b0
fix(frontend): hard coded receiving method into order detail message (#1260)
Change frontend order detail receiving status message.

Inside the order detail component we have a little text telling the user how much he'sreceiving from the transaction, this commit changes the text removing the lightning word from it because sometimes the receiving method is on-chain. Ideally we would have aorder.is_swap boolean that is only sent to the buyer to identify the method but since we don't have it yet, we are just changing the text.
2024-05-05 19:56:11 +00:00
..
src fix(frontend): hard coded receiving method into order detail message (#1260) 2024-05-05 19:56:11 +00:00
static fix(frontend): hard coded receiving method into order detail message (#1260) 2024-05-05 19:56:11 +00:00
templates/frontend Worldmap f2f selection 2023-10-17 08:26:30 +00:00
__init__.py Add frontend app 2022-01-01 15:05:55 -08:00
.eslintrc.json Fix and disable strict boolean lintern 2023-12-22 13:58:59 +01:00
.prettierignore Add pgp signature to sensitive client - coordinator messages (#592) 2023-05-17 13:06:04 +00:00
.prettierrc Add linter and formatter 2022-08-28 00:20:45 +02:00
admin.py Conform to pep8 rules (#295) 2022-10-20 20:53:51 +00:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
babel.config.json Add version mismatch detection, refactor GH workflows, draft release.yml, increase prettier scope (#250) 2022-09-21 07:03:38 -07:00
Dockerfile Minor fixes on dev setup start up 2023-05-17 04:16:26 -07:00
entrypoint.sh Migrate to react-dom-router v6 (#422) 2023-04-16 18:10:48 +00:00
package-lock.json Bump i18next-browser-languagedetector from 7.2.0 to 7.2.1 in /frontend (#1218) 2024-04-20 19:41:34 +00:00
package.json Bump i18next-browser-languagedetector from 7.2.0 to 7.2.1 in /frontend (#1218) 2024-04-20 19:41:34 +00:00
tests.py Conform to pep8 rules (#295) 2022-10-20 20:53:51 +00:00
tsconfig.json Add version mismatch detection, refactor GH workflows, draft release.yml, increase prettier scope (#250) 2022-09-21 07:03:38 -07:00
urls.py Refactor contexts and models (#921) 2023-12-02 10:40:59 +00:00
views.py Add pre-commit-config (#298) 2022-10-24 14:34:21 +00:00
webpack.config.ts Fix coordinator avatars and pgp key files 2024-04-30 21:48:00 +01:00