Thomas Heartman
|
000ee66692
|
fix: long flag names push table to overflow and flag descriptions are not truncated (#9350)
Addresses two issues related to flag names and descriptions overflowing:
1: In the project flag overview, long flag names push the environments
off screen. This is handled by setting overflow-wrap: anywhere on the
offending text. The text will now use ellipses instead.
Before full-width:

Before narrower:

After full-width:

After narrower:

2: On the flag page, long descriptions are rendered in their entirety,
even if that's not sensible. They are now truncated after five lines.
There is a tooltip that shows the full text, or you can go the flag
settings to see the full description.
Before:

After:

After (with tooltip):

---
Note, I don't think this is necessarily the perfect solution (it'd be
nice to get tooltips for overflowing flag names a "show full
description" disclosure button instead of the stupidly long tooltip),
but I think it's a step in the right direction.
|
2025-02-25 13:39:30 +01:00 |
|
Jaanus Sellin
|
ca307b2bab
|
feat: archived label tooltip correct format (#8610)

|
2024-10-31 13:28:35 +02:00 |
|
Jaanus Sellin
|
90ed7b6079
|
feat: archived row styling (#8608)
1. Added badge
2. Added archived row styling. Button not clickable and gray

|
2024-10-31 12:30:00 +02:00 |
|
Mateusz Kwasniewski
|
e621c7a2a5
|
feat: Preview dependency (#7284)
|
2024-06-05 10:05:41 +02:00 |
|
Mateusz Kwasniewski
|
fef77c1fde
|
feat: filter by feature type (#7273)
|
2024-06-05 08:17:54 +02:00 |
|
Mateusz Kwasniewski
|
75529f465d
|
feat: clickable tags in project overview (#7263)
|
2024-06-04 11:08:38 +02:00 |
|
Mateusz Kwasniewski
|
6a0135a482
|
feat: Table with feature overview cell (#6713)
|
2024-03-27 13:30:31 +01:00 |
|
Jaanus Sellin
|
93395d2c3f
|
chore: generate orval types (#6699)
|
2024-03-26 16:38:18 +02:00 |
|
Mateusz Kwasniewski
|
a3ddefaf6d
|
feat: feature overview cell (#6697)
|
2024-03-26 14:32:17 +01:00 |
|