Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Upgrades 📈

  1. Interactive Graph Tooltip for Price and Time Details (Web and Mobile):

    • Implemented a new feature in the graph interface to enhance data visualization and user interaction. Users can now hover over or tap on any data point within the graph to reveal an on-demand tooltip displaying detailed information about that specific point.

    • Tooltip Information: The tooltip shows the exact price and the corresponding date and time for the selected data point, providing users with precise insight without needing to switch views or access additional data panels.

    • Design and Usability: The tooltip is styled with a semi-transparent dark background, rounded edges, and high-contrast text to ensure readability on the graph. This design choice maintains visual consistency with the graph's theme while allowing the tooltip to stand out.

    • User Benefits: This update makes it easier for users to analyze specific points on the graph, track price changes over time, and quickly access detailed information for improved decision-making and analysis.

This enhancement offers a more intuitive and detailed viewing experience, especially for users monitoring trends closely.

Untitled 13.35.37.pngUntitled.png

  1. New Configuration Parameter: enabledAutoSignInAfterSignUp

    • Description: Introduced a new parameter, enabledAutoSignInAfterSignUp, to the configuration file, providing enhanced control over the user sign-in experience post-registration.

    • Functionality

      • true: Automatically logs the user into the system immediately after successful registration, streamlining the onboarding experience.

      • false: Redirects the user to the login form after registration, requiring email verification before they can log in for added security.

    • Benefits: This parameter allows for flexible configuration of the registration flow, enabling a balance between convenience and security based on system requirements.

  1. New Configuration Parameter: enabledUniqueColorForSelectWalletWeb

    • Description: Added a new configuration parameter, enabledUniqueColorForSelectWalletWeb, to provide greater customization over wallet selection colors in the web interface.

    • Functionality

      • true: Applies the unique color specified by the admin for each currency, enhancing the visual distinction of selected wallets.

      • false: Uses the default color defined in the code, maintaining a consistent color scheme across all wallets.

    • Benefits: This parameter allows admins to customize the user interface with unique wallet colors, providing a more personalized and visually appealing experience for users.

Untitled 00.34.09.png

Improvements 🏆

  1. Google Auth on Flutter Web (Mobile):

    • Pop-Up Blocker Guidance: Updated the Google Auth flow to detect and provide guidance for browsers with pop-up blockers enabled. Since Google Auth requires pop-ups to complete the authentication process, users are now advised to disable pop-up blocking for a smooth sign-in experience. This ensures that users are informed about potential pop-up restrictions that could disrupt the sign-in process.image-20241107-115452.png

    • Cross-Browser Compatibility: Resolved an issue where Google Auth was only functional in Chrome. The application now supports Google Sign-In across various browsers, enhancing accessibility for users on different platforms.

These improvements provide a more reliable and user-friendly sign-in flow, ensuring that users have all necessary guidance and support for a successful Google Sign-In experience on Flutter Web (Mobile).

  1. Enhanced Automatic Session Termination:

    • Improvements: Extended the automatic session termination feature to cover additional scenarios, providing a more robust and secure session management experience.

    • Coverage: The update now handles a wider range of cases where sessions may need to be terminated automatically, ensuring that inactive or unauthorized sessions are promptly closed.

    • Benefits: This improvement strengthens security by minimizing the risk of unauthorized access and helps maintain a smoother, more secure user experience.

These enhancements ensure more comprehensive session control, offering both increased security and reliability across various user scenarios.

  • No labels