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
c98e643645
Small fixes
2024-01-14 16:56:03 +00:00
8ae259e143
Re-set fetchOrder on page change, empty book on not_found
2024-01-13 12:43:17 +00:00
ab6c902593
fix infinite re-render loop
2024-01-13 11:44:23 +00:00
963a3b9e00
Fix Contexts
2024-01-12 13:05:15 -08:00
b18dcecddb
Add setAcknowledgeWarning to initialAppContext
2024-01-11 09:20:28 +00:00
39453058a3
Fix cancel button, add debug console log fetchOrder
2024-01-10 14:48:35 +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
353897cf9d
Fix show coordinator warning only once
2024-01-02 17:13:20 +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
4fda9370fd
Small fixes
2023-12-02 20:05:17 +00:00
7e97c325f1
Add robo-identity-wasm
2023-12-02 20:01:11 +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
eb840c5b14
Fix order workflow ( #957 )
...
* Order workflow working
* Refactoring
2023-12-02 10:40:59 +00:00
937ac62c5d
Change getRobot by getSlot ( #955 )
2023-12-02 10:40:59 +00:00
b9bab30de3
Not expose current notification order
2023-12-02 10:40:59 +00:00
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
7f78f69df6
More fixes
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
19597ca8e5
Add coordinator maintainance notice
2023-09-08 08:33:00 -07:00
2092a33f88
Simplify and optimize nodeapp ( #565 )
...
* Simplify and optimize nodeapp
* Add pro frontend
2023-05-11 16:22:01 +00:00
0d180ee7c9
Small fixes, fix reconnecting websockets, fix rewards webln
2023-05-08 17:37:23 -07:00
3b77a473f8
Coordinator db performance clean up ( #561 )
...
* Improve DB writes performance and concurrency. Add order coordinator proceeds field.
* Fix checks on order GET inducing 400
2023-05-08 12:49:21 -07:00
2293a8922d
Small fixes chat
2023-05-07 11:52:31 -07:00
8ae18f8b2a
Small fixes, increase WS reconnection delay
2023-05-07 10:11:52 -07:00
25f0b0eea5
Fix token auth native ( #558 )
...
* Fix token auth on Native
* Fix pre-release action
2023-05-06 13:42:48 +00:00
298ce130f7
Add switch for light QR codes on dark theme
2023-05-05 06:42:20 -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
c813da1b2e
Small book optimizations ( #462 )
2023-04-28 10:02:29 +00: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
8c81bed013
Fix Garage and Settings load on Android
2023-04-24 07:55:49 -07:00
28ef253020
Refactor context ( #427 )
...
* Move AppContext to top level
* Refactor context
2023-04-20 14:52:03 +00:00
72f620fee4
Fix fetchInfo android
2023-04-10 04:42:17 -07:00
719c41705d
Improve payment method strings to icons performance
2023-04-09 12:44:02 -07:00
e783dea305
Fixes "no robot", add launchers on Android. ( #411 )
...
* Update robohash repo url to RoboSats org
* Add external launchers
* Fix no-robot issue due to timing of initial fetchInfo
* Collect new phrases
2023-04-09 18:48:25 +00:00
42f208fad4
Fix race condition onchain ( #388 )
...
* Fix race condition swaps
* Collect new phrases
* Increase random delay interval
2023-03-14 17:23:11 +00:00
7a5ae1c25c
Fix initial fetchInfo on torified app
2023-03-07 08:07:14 -08:00
e69aa09bb6
Fix useffects for book/limit baseurl change, robot open profile and stats.
2023-03-04 11:49:10 -08:00
41feb8cf8e
Fix useffects for book/limit baseurl change, robot open profile and stats.
2023-03-04 10:55:24 -08:00
8d4301a0c0
Fix Native requests ( #375 )
...
* fix-android-maker
* test
2023-03-04 12:54:06 +00:00
74398a019c
Small fixes and updates
2023-03-03 07:25:21 -08:00
9412764f1d
Functional UnsafeAlert and other Icons ( #371 )
...
* Add unsafe alert functional component
* Convert icons to functional components
* Run lin fix
* Fix webln uncaught error
2023-03-02 14:20:30 +00:00
c0b8a6d3ac
Add robot garage ( #370 )
...
* Add garage model
* Add robot select to profile
* Replace Robot for Garage init
* Add Garage inners, not re-rendering
* Revert
* Collect new phrases and small fixes
* Small fixes
* Fix unencrypted # hack on Turtle chat
* Small fixes and collect phrases
2023-03-02 11:01:06 +00:00