Derrick Hammer pcfreak30
pcfreak30 opened issue LumeWeb/portal-dashboard#22 2024-03-26 17:15:40 +00:00
File Size Display Improvements
pcfreak30 opened issue LumeWeb/portal-dashboard#21 2024-03-26 17:14:16 +00:00
File Table Improvements
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-26 17:01:59 +00:00
c5e22f52e1 refactor: we need to split root out for readability into a SdkWrapper component to reflect changes in init'ing the sdk down the component tree, and sdk should be a react var
5bdd888f63 fix: don't cache/store the providers, we only use in 1 place currently and we can memo it
849b723e8c dep: update portal-sdk
Compare 3 commits »
pcfreak30 pushed to develop at LumeWeb/s5-js 2024-03-26 15:46:47 +00:00
a91b58924b fix: ensure we don't have a nested array-like object with the data
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-26 15:38:30 +00:00
740d276071 feat: if dev mode is enabled store jwt to local storage and fetch it as needed
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 15:23:26 +00:00
6d12ef9b94 Revert "fix: send, echo, and remove a copy of the cookie without the domain to try and work better with localhost"
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 15:04:20 +00:00
ad23104700 fix: send, echo, and remove a copy of the cookie without the domain to try and work better with localhost
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 14:51:17 +00:00
1f183c5052 dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 05:18:26 +00:00
8b1c2f1065 dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-26 05:18:17 +00:00
4dcac43e73 fix: wrong property
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 05:00:05 +00:00
c73b5c4d47 dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-26 04:59:54 +00:00
056c1de31f fix: prefix with https
9378a984dd fix: if no portalUrl, return a loading tag
Compare 2 commits »
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 04:46:40 +00:00
46f81443c6 dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 04:46:17 +00:00
1185a2a56e feat: add /api/meta endpoint
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-26 04:41:46 +00:00
d5f63490a5 feat: access api endpoint relatively to get the portal domain if VITE_PORTAL_URL is not set
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 04:18:50 +00:00
73247a86fd fix: handle edge case where the Protocol config map has no configs, but we are creating a default configuration for a protocol.
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 04:00:08 +00:00
c9531bc588 fix: update error messages to reflect full config keys
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 02:05:29 +00:00
fc6240c149 fix: use errors.As as viper uses a custom error struct
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-26 01:09:16 +00:00
eef49c34be dep: update dashboard
pcfreak30 commented on issue LumeWeb/portal-dashboard#7 2024-03-25 19:33:18 +00:00
Dedicated Route for Email Verify

Per discord, this should be a banner that can resend a verification email.

The magic link sent should go to a dedicated route to call the API. it will be auth protected, so, a redirect would…