hashgraph / guardian

The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets. It leverages a customizable Policy Workflow Engine and Web3 technology to ensure transparent and fraud-proof operations, making it a key tool for transforming sustainability practices and carbon markets.
Apache License 2.0
98 stars 128 forks source link

Dynamic size for dropdown menus #4064

Open Neurone opened 3 weeks ago

Neurone commented 3 weeks ago

Problem description

In some cases the dropdown menu is too short to allow users to read all the content and to distinguish the different options. See for example the project selection dropdown menu in the monitoring reports section of the CDM AMS-III.F policy (attached screenshot).

Requirements

The dropdown menus should show as much information as possible to the users to allow them to make a proper selections.

Definition of done

The size of those dropdown menu dynamically resize based on the available space, so they can show as much data as possible.

Acceptance criteria

At least the main dropdown menus (i.e. the project selection mentioned above) are fixed.

Immagine 2024-08-17 021107
Neurone commented 3 weeks ago

I see now there's a similar request with #4052 , but with a different proposed solution (use tooltips). I suggest to have both, dynamic size and tooltips.