641 Commits

Author SHA1 Message Date
7c06c229b4 Fix order page 2023-12-02 10:40:59 +00:00
b973afe13e Add PGP keys to /static 2023-12-02 10:40:59 +00:00
7e8b2634a2 Add new X icons, replace Twitter 2023-12-02 10:40:59 +00:00
013ca083c4 Add Simplex contact method to coordinator dialog 2023-12-02 10:40:59 +00:00
7f78f69df6 More fixes 2023-12-02 10:40:59 +00:00
4eb46f1e16 Fix lint issues 2023-12-02 10:40:59 +00:00
1fcd12dbab Federation view fixes (#923) 2023-12-02 10:40:59 +00:00
2361b728fc Fix (some) lint issues 2023-12-02 10:40:59 +00:00
66c16760f6 Fix version, release_note and small typo 2023-12-02 10:40:59 +00:00
293c0b604d Refactor contexts and models (#921)
* Add SVG icons for map pins

* Add federation basis and new coordinator form (#793)

* Add new coordinator entry issue form

* Add Federation basis

* Fix eslint errors from F2F and fix languages

* Redo eslint @typescript-eslint/strict-boolean-expressions

* Robot Page working

* Contexts Working

* Garage Working

* CurrentOrder working

* Federation model working

---------

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
2023-12-02 10:40:59 +00:00
07830fd2fd Add currency Albanian LEK 2023-11-30 16:13:38 +00:00
cd42e90205 Fix use programatic colors for map marker 2023-10-19 02:35:24 -07:00
1eadde7dfa Improve f2f pin icons (#900)
* Add SVG icons for map pins

* Improve f2f pin icons

---------

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
2023-10-19 08:52:11 +00:00
d145c0c2d4 Fix hide F2F button on swap mode maker form 2023-10-18 10:35:36 -07:00
b7f4d5568b Add location to f2f clusters (#899)
* Add f2f location clusters

---------

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
2023-10-17 22:07:16 +00:00
8aed0aa7f3 Increase f2f location randomization radius 2023-10-17 09:56:48 -07:00
a383f8ad18 Fix improve wording on tiles switch 2023-10-17 08:27:24 -07:00
16426dce60 Fix allow small map and depth chart 2023-10-17 08:24:11 -07:00
2d6cc04d2b Fix f2f randomization 2023-10-17 08:10:52 -07:00
d5f6e2cbd8 Fix f2f style and self-hosted assets 2023-10-17 05:21:18 -07:00
28cf2287f2 Make it work for mobile 2023-10-17 08:26:30 +00:00
508a63a60d Bug fix 2023-10-17 08:26:30 +00:00
004d98e0d9 New icons 2023-10-17 08:26:30 +00:00
22b10df91d Code Review 2023-10-17 08:26:30 +00:00
cb973a7f1f Change switch icon 2023-10-17 08:26:30 +00:00
871299b3bf Order Map 2023-10-17 08:26:30 +00:00
a338dfc2ee Book map 2023-10-17 08:26:30 +00:00
7250286c0f Worldmap f2f Book orders 2023-10-17 08:26:30 +00:00
412242865d Worldmap f2f selection 2023-10-17 08:26:30 +00:00
33d18d67e5 Add location to F2F (frontend) 2023-10-17 08:26:30 +00:00
04def5c624 Add SVG icons for map pins 2023-10-17 08:26:30 +00:00
dd2292f8d0 Use amboss.space onion link in Stats (#859)
after pre-commit cleanup
2023-09-25 10:57:38 +00:00
19597ca8e5 Add coordinator maintainance notice 2023-09-08 08:33:00 -07:00
b4b6709918 Enable Swahili 2023-09-05 04:16:22 -07:00
0c37767d68 fix(booktable): memoized swap/fiat columns 2023-08-01 05:26:10 -07:00
ff57b8a0ae Fix book header labels (#750) 2023-07-24 19:23:53 +00:00
441bad45fb Update communities dialog (#749) 2023-07-24 11:26:52 +00:00
5cf894bf4d Update deps in package.json (#734) 2023-07-17 12:40:30 +00:00
c26e2f919a Update handleCurrencyChange to not reset amount range on currency change in maker form (#692)
* Update handleCurrencyChange to not reset amount range on currency change

* Update MakerForm.tsx
2023-07-09 21:18:22 +00:00
8b7ab0e124 Add bd taka to available currencies (#659)
* add bd to worldflags

* added bdt to currencies.json
2023-06-12 23:20:54 +00:00
582a49b8f5 Fix typo: if you if you -> if you (#647) 2023-06-05 10:09:39 +00:00
1e5f7c0715 Fix connected chat status (#632) 2023-05-30 11:38:20 +00:00
2cfed6a6f1 Merge branch 'main' into android-webview-audio 2023-05-29 16:01:57 +00:00
052865c53b Add selfhosted client custom builds (#630)
Add scripts for selfhosted client
2023-05-29 15:58:12 +00:00
f6601922b8 Fix android sound notifications 2023-05-27 06:04:59 -07:00
e1ea7289b0 Fix tradebox phrase to be swap/fiat ambivalent 2023-05-26 05:44:54 -07:00
42d8bf8b8e Small style fixes, add sinpe as payment method 2023-05-26 04:56:43 -07:00
2a06eeb02f Disable maker submit button on bad payment methods field 2023-05-26 04:38:39 -07:00
9a1007775f Fix bug with negative premium textfield (#614)
Fixing the type handlePremiumChange function to handle the discount to the right type (React.ChangeEventHandler<HTMLInputElement | HTMLTextAreaElement>)

Using the correct type of handlePremiumChange function, then deconstructing the "value" var from the event.target

Using Number(value) in declaration of "newPremium", instead of using multiplication with number and string

To not affect another methods using "premium" var, I used isNaN func to make a check and set the initial value of "premium" var to zero (if is NaN) or newPremium (when valid number is entered)

The fix in the bug is the line "premium: isNaN(newPremium) || value === '' ? '' : premium," in setMaker. That makes the "premium" var to be set to zero when the input is empty or not a number, allowing the user to input the "-" (minus sign) and not entering 0 as before.
2023-05-26 10:32:22 +00:00
fccd49b3b3 Post CLN small fixes 2023-05-23 06:10:06 -07:00