Improved UI warning states for holdings with missing data #1098

Merged
zachgoll merged 4 commits from zachgoll/better-ui-warnings-for-missing-prices into main 2024-08-17 04:08:27 +08:00
zachgoll commented 2024-08-17 04:02:21 +08:00 (Migrated from github.com)

Overview

  • Updates to tooltip controller
    • Removed arrow target (we likely won't need this ever based on our designs)
    • Added autoUpdate, which is necessary for keeping the position of the tooltip after the page has scrolled
  • Improved UI states for holdings with missing data that syncs up with "Issues" flow
  • Fixed the security prices issues flow

UI changes

Before
CleanShot 2024-08-16 at 15 03 51@2x

After

CleanShot 2024-08-16 at 15 38 02@2x

## Overview - Updates to tooltip controller - Removed arrow target (we likely won't need this ever based on our designs) - Added `autoUpdate`, which is necessary for keeping the position of the tooltip after the page has scrolled - Improved UI states for holdings with missing data that syncs up with "Issues" flow - Fixed the security prices issues flow ## UI changes Before ![CleanShot 2024-08-16 at 15 03 51@2x](https://github.com/user-attachments/assets/4014076e-93d7-4d5d-9abe-855d4d0c8f48) After ![CleanShot 2024-08-16 at 15 38 02@2x](https://github.com/user-attachments/assets/8ce78468-161e-481b-9565-c627e1c331b8)
Sign in to join this conversation.