58 Commits

Author SHA1 Message Date
c913da67d6 Generate Robot and Order 2024-10-19 22:52:47 +02:00
3f882db902 Frontend eslint fixes 2024-10-19 15:57:20 +02:00
da635ad55f Change to fast generate order 2024-10-18 22:41:41 +02:00
a79d3c2330 Extra spaces not handled properly in input field of recovery token 2024-10-18 22:37:28 +02:00
fc1a6b360e Better Robot recovery tool 2024-10-18 22:34:57 +02:00
1695745cac Federation coordinators list refactor 2024-10-18 12:40:03 +02:00
7bf77a538e Refactor info endpoint calls 2024-10-18 12:40:02 +02:00
bfda0e93be Fix files cache problem and static files management 2024-09-17 15:14:43 +02:00
a92ca62bb1 Refactor Order/Slot models 2024-09-10 12:56:56 +02:00
958da6a11b Eslint fixes 2024-08-10 17:54:13 +02:00
34738e8a51 Merge branch 'main' into update-order-nav-bar-on-time 2024-06-16 22:38:35 +00:00
74143c8da1 Disable tor option (#1315)
* Disable Tor option

* Fix settings save

* Remove unused code

* Remove unused code 2
2024-06-16 22:14:32 +00:00
cac8856d23 Update order navbar on time 2024-06-16 18:24:36 +02:00
d3d1ddcf07 Refresh roboname 2024-05-01 20:27:40 +02:00
66e9fc46c5 Android robo-identities 2024-04-30 16:03:52 +02:00
52c20099b6 Federation Android App and new Tor engine 2024-03-28 22:42:32 +01:00
4741c660c3 Fix order navbar (#1178) 2024-03-15 01:13:59 +00:00
e26435f4f3 Fix loading robots (#1166)
* Fix loading Robot orders

* remove logs

* feat: move looking for orders loading bar

---------

Co-authored-by: KoalaSat <yv1vtrul@duck.com>
2024-03-09 15:53:04 +00:00
c648132163 Fix book loading (#1086)
* Fix book loading

* Fix Robot page

* Code Review
2024-01-23 23:30:16 +00:00
d080b6a663 Fix garage deletion (#1085) 2024-01-23 10:37:04 +00:00
f7b504cea7 Minor lint fixes 2024-01-15 09:33:47 +00:00
ed9dd3599f Fix currentOrder fetch 2024-01-15 00:48:40 +00:00
27b265220e Fix too-many fetchRobots and coordinator endpoints print 2024-01-14 18:20:48 +00:00
a4b2327ff4 Small fixes and lint fixes 2024-01-07 14:16:26 +00:00
a44e280864 Fix onboarding offers/create navigation 2024-01-06 21:00:52 +00:00
fa0781bc36 Perf hide animated backgrounds 2024-01-06 20:59:57 +00:00
94af0b2afd Fix order autoupdate and chat (#1047)
* Fix Order autoupdate and chat

* Remove console.log
2024-01-06 12:33:57 +00:00
085e9ccd48 Fix order flow (#1040)
Fix Order flow
2024-01-04 14:07:10 +00:00
8884c7f187 Fix and disable strict boolean lintern 2023-12-22 13:58:59 +01:00
4a273fd98a Avatar hashid in Garage (#983) 2023-12-15 15:17:46 +00:00
25e6e82a9f Small fixes 2023-12-02 20:19:23 +00:00
4fda9370fd Small fixes 2023-12-02 20:05:17 +00:00
2408190869 Fix statusToDelay, linting and others 2023-12-02 19:50:07 +00:00
802942761d Fix mobile app (#969) 2023-12-02 10:40:59 +00:00
e8ec7f989a Adapt garage to coordinators 2023-12-02 10:40:59 +00:00
937ac62c5d Change getRobot by getSlot (#955) 2023-12-02 10:40:59 +00:00
88833a5a10 Fix last order 2023-12-02 10:40:59 +00:00
7c06c229b4 Fix order page 2023-12-02 10:40:59 +00:00
8d8e3a5688 Fix robot recovery (#945)
* Fix Robot recovery

* Change testralia onion
2023-12-02 10:40:59 +00:00
4eb46f1e16 Fix lint issues 2023-12-02 10:40:59 +00:00
2361b728fc Fix (some) lint issues 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
63c17e15f4 Fix inverted color on Learn More button 2023-07-24 02:59:10 -07:00
052865c53b Add selfhosted client custom builds (#630)
Add scripts for selfhosted client
2023-05-29 15:58:12 +00:00
0d180ee7c9 Small fixes, fix reconnecting websockets, fix rewards webln 2023-05-08 17:37:23 -07:00
e6ddcf9e4b Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc (#512)
* Add RobotTokenSHA256 middleware for in-the-fly robot generation/login

* Add RobotView, fix middleware, upgrade frontend

* Token header as base91

* Add OAS schema of RobotView

* Use RobotView on new fetchRobot(), mimick old fetchRobot() functionality

* Upgrade websockets for token based authentication

* Small fixes

* Add frontend token entropy checks, add token on route /robot/<token>

* Rename admin panel

* Collect phrases
2023-05-05 10:12:38 +00:00
275a68a7f0 Small fixes. Click through laoding overlay, take amount calc with no api/info. 2023-04-27 09:04:37 -07:00
4f2ef09c6f Simplify routing (#458)
* Fix payment methods as icons memo

* Simplify pages / router

* Load current order on robotfetch
2023-04-26 12:10:21 +00:00
e878299ae8 Add light weight webp avatars (#457)
* Add generate webp avatars, also small size

* Use new avatars in frontend
2023-04-25 18:40:46 +00:00
28ef253020 Refactor context (#427)
* Move AppContext to top level

* Refactor context
2023-04-20 14:52:03 +00:00