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
After creating a user personalizable page after clicking on the pencil as a registered user a user then is creating their own personalizable page they can modify currently by adding/removing modules and editing them.
This part is working now, however a new issue is when you select "My Page" you will see the default page first render, then forwarded to the user page. This will cause a user experience issue seeing both UI's when they click on their personalizable page.
Steps to reproduce
From a fresh 5.1.0 dev branch VS installation:
Create a registered user
Login as registered user and navigate to the personalizable "My Page".
Click Edit Pencil to generate a personalizable page for the registered user.
Navigate to and from this page after changing title adding an extra character for example an s to make My Pages for the title of the default HTML/Text module to notice the behavior.
Screenshots
The text was updated successfully, but these errors were encountered:
thabaum
changed the title
Bug: Default Personalizable Page Renders First, Then The Users Page Is Displayed Causing UI/UX Issue
Bug: 5.1.0 - Default Personalizable Page Renders First, Then The Users Page Is Displayed Causing UI/UX Issue
Mar 15, 2024
Supporting both static and interactive render modes is going to be a challenge... as the runtime characteristics are a lot different. Fixing a bug in static mode can very easily break the functionality in interactive mode.
Issue
Description
After creating a user personalizable page after clicking on the pencil as a registered user a user then is creating their own personalizable page they can modify currently by adding/removing modules and editing them.
This part is working now, however a new issue is when you select "My Page" you will see the default page first render, then forwarded to the user page. This will cause a user experience issue seeing both UI's when they click on their personalizable page.
Steps to reproduce
From a fresh 5.1.0 dev branch VS installation:
s
to makeMy Pages
for the title of the default HTML/Text module to notice the behavior.Screenshots
The text was updated successfully, but these errors were encountered: