You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the buttons are rendered conditionally with Jinja based on the user's authentication status. Try-except blocks also wrap UI methods used by the Jinja templates.
All these should be refactored (e.g. dynamically rendering the button type with JS) following the checklist:
Switch to API calls
Handle & present errors in the frontend
The text was updated successfully, but these errors were encountered:
Currently, the buttons are rendered conditionally with Jinja based on the user's authentication status. Try-except blocks also wrap UI methods used by the Jinja templates.
All these should be refactored (e.g. dynamically rendering the button type with JS) following the checklist:
The text was updated successfully, but these errors were encountered: