Commit Graph

128 Commits

Author SHA1 Message Date
Derrick Hammer c1b4e668e2
feat: initial wiring of the pinning system 2024-03-22 18:30:58 -04:00
Juan Di Toro 8d4fcfba5c feat: connecting the pinning thingy 2024-03-22 19:33:30 +01:00
Juan Di Toro c9de506c56 fix: small fixes 2024-03-22 18:53:39 +01:00
Juan Di Toro e1ca45f1f1 Merge branch 'develop' into riobuenoDevelops/pinning-network 2024-03-22 17:13:10 +01:00
Tania Gutierrez 7b31d561fe
fix: Moved useQuery to PinningProvider and moved mutations into usePinning 2024-03-22 09:54:46 -04:00
Juan Di Toro c9851d8dee fix: closes #10 2024-03-22 14:27:40 +01:00
Juan Di Toro 2ccf55f75f fix: closes #9 2024-03-22 14:14:45 +01:00
Juan Di Toro a61fe195ee fix: closes #8 2024-03-22 14:04:22 +01:00
Juan Di Toro e401889b04 fix: UX changes regarding showing dates on table and actions pannel 2024-03-22 13:47:50 +01:00
Juan Di Toro 9d9aa4e9c9 feat: add pinning modal 2024-03-22 12:31:31 +01:00
Juan Di Toro db91cb9590 Merge branch 'develop' of git.lumeweb.com:LumeWeb/portal-dashboard into develop 2024-03-22 11:43:16 +01:00
Tania Gutierrez 8b8fa967d0
fix: Removed PinningProvider and used react-query directly 2024-03-21 23:15:56 -04:00
Derrick Hammer 364f2b048b
fix: wrong accessorKey 2024-03-21 17:00:30 -04:00
Derrick Hammer 4619f9709c
fix: size is missing 2024-03-21 16:49:14 -04:00
Derrick Hammer 6252979d28
refactor: update columns 2024-03-21 16:46:02 -04:00
Derrick Hammer ea395df494
refactor: add pinned property for date 2024-03-21 16:45:06 -04:00
Derrick Hammer 0c304b20db
refactor: use new CID with the multihash 2024-03-21 16:20:37 -04:00
Derrick Hammer f7a760051f
refactor: use our own abort controller 2024-03-21 16:15:04 -04:00
Derrick Hammer 3a5cd0ae32
refactor: split app to App and Root and store the sdk context in the root for app to use 2024-03-21 15:32:39 -04:00
Derrick Hammer 61b70ffa2e
fix: use Authenticated component 2024-03-21 15:04:19 -04:00
Derrick Hammer a7ef0b4773
fix: update resource name 2024-03-21 14:34:55 -04:00
Derrick Hammer 3162d4dcd6
fix: pass all providers 2024-03-21 14:30:11 -04:00
Derrick Hammer d724359622
feat: initial very basic file listing 2024-03-21 13:24:13 -04:00
Tania Gutierrez 39a8789f95
fix: Added resurce and dataProvider props to data-table, fixed UI 2024-03-21 10:56:08 -04:00
Derrick Hammer 82b4f9f4fc
fix: need to pass currentPassword 2024-03-21 08:49:29 -04:00
Tania Gutierrez b646fc4887
feat: Created Pinning banner to show inprogress and completed PinningProcess 2024-03-21 01:17:00 -04:00
Tania Gutierrez 140a9d222f
feat: Created PinningContext and PinningProvider to abstract logic from frontend components 2024-03-21 01:16:27 -04:00
Tania Gutierrez 52fc50d480
feat: Mocked PinningProvider 2024-03-21 01:15:12 -04:00
Derrick Hammer bba7ce59d3
refactor: nop on onError 2024-03-20 16:22:06 -04:00
Derrick Hammer 9332598627
refactor: pass ret as a HttpError 2024-03-20 16:21:56 -04:00
Derrick Hammer 81d52d2524
refactor: ret should now satisfy HttpError 2024-03-20 16:08:40 -04:00
Derrick Hammer bec75e63ee
refactor: fix handling of check by creating a handleCheckResponse wrapper to translate success to authenticated 2024-03-20 15:26:24 -04:00
Juan Di Toro 43a0ab0b29 Merge branch 'develop' of git.lumeweb.com:LumeWeb/portal-dashboard into develop 2024-03-20 20:05:13 +01:00
Derrick Hammer b3f0044723
refactor: use handleResponse on login 2024-03-20 13:43:51 -04:00
Derrick Hammer 729414c45a
refactor: add success notification on register, remove success from route form and auto login call 2024-03-20 13:42:21 -04:00
Derrick Hammer 6fbbe4975c
refactor: switch to using Authenticated and Navigate components 2024-03-20 13:26:41 -04:00
Derrick Hammer 33decc2e2d
Revert "fix: route redirection issue"
This reverts commit 9a8a7ee978.
2024-03-20 13:19:53 -04:00
Derrick Hammer 081df029e0
refactor: de-duplicate code into handleResponse helper and add support for success notifications 2024-03-20 13:10:57 -04:00
Juan Di Toro 65bf663b67 chore: dont break the app by throwing error just yet 2024-03-19 23:47:33 +01:00
Juan Di Toro 9a8a7ee978 fix: route redirection issue 2024-03-19 23:41:45 +01:00
Tania Gutierrez dec1fd29f5
Merge branch 'develop' into riobuenoDevelops/refine-integration 2024-03-19 14:17:59 -04:00
Tania Gutierrez d59130930f
fix: Fixed Dialog not reseting state 2024-03-19 14:13:37 -04:00
Tania Gutierrez 34e9009e96
fix: Added cancelMutation to toast 2024-03-19 11:38:42 -04:00
Derrick Hammer 8770e24639
fix: wrap page in Authenticated component 2024-03-19 11:10:02 -04:00
Juan Di Toro c291434881 fix: wrong login schema 2024-03-19 15:40:12 +01:00
Derrick Hammer 847f7537a3
fix: don't validate as email 2024-03-19 10:27:55 -04:00
Derrick Hammer 02cd490700
fix: update password needs the correct data sent to the mutation 2024-03-19 10:25:44 -04:00
Derrick Hammer 1dae0ba771
refactor: have UpdatePasswordFormRequest extend UpdatePasswordFormTypes 2024-03-19 10:23:03 -04:00
Derrick Hammer 03b1d761f0
fix: use ChangePasswordSchema 2024-03-19 10:16:22 -04:00
Derrick Hammer b65bd12c8a
feat: implement updatePassword 2024-03-19 10:12:13 -04:00