nitin
4b34add51c
Fix command menu input click outside listener blocking other elements ( #16934 )
...
click outside listeners for `CommandMenuItemNumberInput` and
`CommandMenuItemTextInput` were always active, even when the input
wasn't focused. This blocked clicks on other elements like toggles in
chart settings.
fixed by only enabling click outside listener when input is actually
focused
2026-01-05 11:10:54 +00:00
Raphaël Bosi
7b6071619c
Refactor command menu input ( #16773 )
...
- Open input on item click
- `CommandMenuItemNumberInput` and `CommandMenuItemTextInput` don't only
define the input but the whole menu item now
- Fixed behavior on escape
## Video QA
https://github.com/user-attachments/assets/bf2f03e9-d07c-4a1e-9bc8-6606839269ff
2025-12-23 14:00:04 +01:00
Raphaël Bosi
db960cf509
Fix command menu input text color ( #16661 )
...
## Before
<img width="798" height="164" alt="CleanShot 2025-12-18 at 11 48 15@2x"
src="https://github.com/user-attachments/assets/f67c0d4b-8480-4649-8e46-f8ff6c9bacca "
/>
## After
<img width="400" height="76" alt="image"
src="https://github.com/user-attachments/assets/502a378b-ce89-4992-b5da-3fe6f4413feb "
/>
2025-12-18 10:57:50 +00:00
nitin
ab0cb67686
Render depends on menu items conditionally in chart settings + fix min max values ( #15391 )
...
closes
https://discord.com/channels/1130383047699738754/1430894689317294152
---------
Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com >
Co-authored-by: Raphaël Bosi <71827178+bosiraphael@users.noreply.github.com >
2025-10-30 20:56:37 +05:30
nitin
226cc9eb74
[Dashboards] - Min Max range on secondary axis bar charts ( #15118 )
...
video QA
https://github.com/user-attachments/assets/70c37188-2398-43de-bbf6-5882bb79940a
---------
Co-authored-by: Charles Bochet <charles@twenty.com >
2025-10-22 10:51:01 +02:00