ditorodev
  • Joined on 2023-08-12
ditorodev closed issue LumeWeb/portal-dashboard#20 2024-03-27 06:23:14 +00:00
Finish Forgot Password
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-27 06:23:05 +00:00
ffef784f50 feat: closes #21
ditorodev closed issue LumeWeb/portal-dashboard#17 2024-03-27 06:13:25 +00:00
Upload FIle modal is broken
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-27 06:02:59 +00:00
7fec1f0543 fix: remove unusued type
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-27 06:02:26 +00:00
4afa8f58b9 fix: adds proper filesize formatting
ditorodev commented on issue LumeWeb/portal-dashboard#23 2024-03-27 05:55:00 +00:00
Email Verification Request Fail

How can we make this be able to handle erros? Any API to use? Any input field? not sure what the process in terms of API is here

ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-26 14:54:56 +00:00
e6d296d6af chore: debugging
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-26 13:42:24 +00:00
b2a822bf08 fix: error state for file upload
ditorodev commented on issue LumeWeb/portal-dashboard#17 2024-03-26 12:29:21 +00:00
Upload FIle modal is broken

Well just checked and for some reason this is not happening anymore, but we are not handling the error stage of a file

ditorodev commented on issue LumeWeb/portal-dashboard#20 2024-03-26 12:23:52 +00:00
Finish Forgot Password

I think is done as when you submit a forgot password request we are showing a notification thru Refine useNotification

ditorodev closed issue LumeWeb/portal-dashboard#7 2024-03-26 12:22:36 +00:00
Dedicated Route for Email Verify
ditorodev commented on issue LumeWeb/portal-dashboard#7 2024-03-26 12:22:33 +00:00
Dedicated Route for Email Verify

Done

ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-26 12:22:25 +00:00
2bca9ce939 feat: closes #7. Adds a verify screen
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-25 08:12:37 +00:00
ab425c6f2c fix: every time in progress query is fetched, we check the results for atleast one complete query and this invalidates the query results for the files data provider on the list query
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-25 08:02:16 +00:00
1cb7afda8f fix: only completed items can be unpinned. Maybe cross iscon is not the best
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-25 08:00:47 +00:00
4290904143 fix: pinned items in progress cannot be cancelled
ditorodev pushed to develop at LumeWeb/portal-dashboard 2024-03-25 07:59:42 +00:00
4d271ec421 fix: textarea for pinning modal. small refactor to the api exposed by the hook
ditorodev commented on issue LumeWeb/portal-dashboard#7 2024-03-25 07:37:43 +00:00
Dedicated Route for Email Verify

The usual stuff products do here is to have and endpoint that autovalidates, basically a magic link, i dont see a need to make a view for this, this could be a notification alone which we could…

ditorodev closed issue LumeWeb/portal-dashboard#4 2024-03-25 07:35:08 +00:00
Implement Network Pinning UI
ditorodev commented on issue LumeWeb/portal-dashboard#4 2024-03-25 07:35:05 +00:00
Implement Network Pinning UI

This is done