File Size Display Improvements
File Table Improvements
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
6d12ef9b94
Revert "fix: send, echo, and remove a copy of the cookie without the domain to try and work better with localhost"
ad23104700
fix: send, echo, and remove a copy of the cookie without the domain to try and work better with localhost
056c1de31f
fix: prefix with https
9378a984dd
fix: if no portalUrl, return a loading tag
d5f63490a5
feat: access api endpoint relatively to get the portal domain if VITE_PORTAL_URL is not set
73247a86fd
fix: handle edge case where the Protocol config map has no configs, but we are creating a default configuration for a protocol.
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…