Raphaël Bosi
0bdd1c4803
Various fixes on core views ( #14093 )
...
- Fix fragments
- Add id to create inputs
- Refresh core views
- Fix kanban loading
- Fix core views creation from current view
---------
Co-authored-by: Charles Bochet <charles@twenty.com >
2025-08-29 11:20:56 +02:00
Kailash Rajput
5e905d3004
fix: Filter Selection Icon Missing #13901 ( #13950 )
...
Fixed issue #13901
https://github.com/user-attachments/assets/4aa7d0f3-88b8-474f-85e5-b2989ed8afdd
---------
Co-authored-by: Charles Bochet <charles@twenty.com >
2025-08-18 16:54:26 +02:00
Félix Malfait
8b4b9ef8da
Change type import rule ( #13751 )
...
Forcing "type" to be explicit, works best will rollup on the frontend to
exclude depdendencies
2025-08-08 01:27:05 +02:00
martmull
9a05673093
Implement branch front end ( #13489 )
...
First PR to support workflow branches on frontend
2025-08-04 14:11:46 +00:00
Mohit Agrawal
d0126e22ee
feat: ability to switch currency format ( #12542 )
...
Fixes #11927
I have added 'format' in the zod schema of currency, and for using it, I
am separately passing 'format' to 'currencyDisplay.'
The feature is working correctly.
---------
Co-authored-by: prastoin <paul@twenty.com >
Co-authored-by: Paul Rastoin <45004772+prastoin@users.noreply.github.com >
2025-06-24 10:28:50 +02:00
martmull
28466ecbf3
Add icon select to manual trigger ( #12724 )
...
## After
<img width="1220" alt="image"
src="https://github.com/user-attachments/assets/98a73aae-80d7-4e92-93d3-be13210da88b "
/>
<img width="1131" alt="image"
src="https://github.com/user-attachments/assets/9919e415-4355-4995-8979-9055b821f1e9 "
/>
<img width="1300" alt="image"
src="https://github.com/user-attachments/assets/27f11cb3-d72c-468a-a641-8414172b9b54 "
/>
<img width="1353" alt="image"
src="https://github.com/user-attachments/assets/2f0037f2-fe17-48b6-b7e6-c7528687a5fd "
/>
2025-06-19 16:32:42 +00:00
martmull
4f307a24b0
Add workflow seed ( #12572 )
...
Add "Quick Lead" workflow Manually triggered on no record selected
- form -> first name / last Name / email / job title / company name /
company domainName
- create company
- create person

<img width="1512" alt="Capture d’écran 2025-06-12 à 16 31 26"
src="https://github.com/user-attachments/assets/3c598370-12b1-4bf1-8a09-13926948ffbd "
/>
<img width="1512" alt="image"
src="https://github.com/user-attachments/assets/37db685a-ab59-46da-8086-c53cd4a2bac4 "
/>
2025-06-12 18:04:46 +02:00