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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added a User Profile dialog that allows signed-in users to view and manage their account details.
Introduced an IndexedDBLogger to store log messages in IndexedDB for improved debugging and error tracking.
Changed
Updated the App UI to always display the left-side gutter with action buttons, allowing users to easily switch modes and access the User Profile dialog.
Optimized Updates Mode performance through improved data fetching and caching strategies.
Enhanced the sign-in experience by providing sign-in links instead of automatically prompting users to sign in.
Improved configuration management by loading settings from the .env file instead of hardcoding them in the source code.
Migrated wayback-core to use the new @esri/wayback-core package, replacing the deprecated @vannizhang/wayback-core.
Enhanced accessibility with ARIA labels, keyboard navigation support, and more semantic HTML elements.