2aa5db580b
fix 11997 ( #12018 )
...
addressing:
https://github.com/twentyhq/twenty/issues/11997#issuecomment-2875772322
<img width="922" alt="Screenshot 2025-05-13 at 22 52 28"
src="https://github.com/user-attachments/assets/dc3b5fdd-b81b-4732-94f3-2ef2eb0012c2 "
/>
before:
https://github.com/user-attachments/assets/b55bf77e-99bf-485f-bcfa-5d311e7d2bd0
after:
https://github.com/user-attachments/assets/70fb80b2-ce9f-4a8a-ac5d-d8c793c023be
### Some other issues I found
- On clicking clear, nothing happens
Before:
https://github.com/user-attachments/assets/01e937bb-b4d4-4296-baa7-ec1602de2cc9
After:
https://github.com/user-attachments/assets/8e4e5022-fe32-44fe-a7e4-5c98a7f3c2fa
- same behaviour for inline cell DateInput:
https://github.com/user-attachments/assets/787354e5-b50a-457c-a392-4779270e2832
### Notes
The root issue seems to be that ViewBarFilterDropdown sets a fixed width
of 208px, which isn’t enough for the calendar to render correctly - it
ends up cropping the content. The fix here is more of a workaround than
a deep fix: I’ve adjusted styles to avoid the cropping, but it might be
worth revisiting how we handle sizing for filter dropdowns in general.
cc @lucasbordeau - thoughts?
Related commit:
afea017c12
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Félix Malfait <felix@twenty.com >
2025-05-14 16:35:51 +05:30
c0b2d400d8
[DRAFT]: Add full Dev Workspace seeding to Preview Env Keep-Alive workflow ( #12020 )
...
does this work?
---------
Co-authored-by: Félix Malfait <felix@twenty.com >
2025-05-13 21:58:36 +02:00
e957b1acd6
Twenty config admin panel integration ( #11755 )
...
closes https://github.com/twentyhq/core-team-issues/issues/761
closes https://github.com/twentyhq/core-team-issues/issues/762
---------
Co-authored-by: Félix Malfait <felix@twenty.com >
2025-04-30 09:12:59 +02:00
535a8d4410
Fix workflow preview environment repository dispatch ( #11739 )
...
This is hard to test without merging PRs unfortunately
Goal of this PR is to replace the action I had introduced since there
was already a similar one in the codebase
2025-04-25 15:52:12 +02:00
3fc498dba7
Attempt to add preview environments ( #11734 )
...
Just doing a quick test
2025-04-25 15:42:40 +02:00