1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 17:18:33 +00:00
Commit graph

59 commits

Author SHA1 Message Date
Evren Ozkan
03dc4e13aa refactor: Clean up rating element code & fix linting errors
* Remove print statement from registry and reorder imports
* Fix imports ordering and unused imports in rating tests
* Order element and collection field type registrations alphabetically
* Clean up pytest parameters for rating elements
2025-03-27 10:12:46 +00:00
Evren Ozkan
3072629133 feat: add rating elements support
* Add RatingElement and RatingInputElement models with styles and validation
* Create new element types RatingElementType and RatingInputElementType
* Add RatingCollectionFieldType for collection field support
* Implement rating styles (star, heart, thumbs-up, flag, smile)
* Configure element fields (value, max_value, color, style)
* Register new element types and collection field type
* Add validation for max_value (1-10) and default styles
* Support formula fields for value and label properties
2025-03-27 10:12:45 +00:00
Tsering Paljor
722bd54323 Configure Link decoration in Builder Theme 2025-03-18 15:41:04 +01:00
Jérémie Pardou
1d0481abf9 Add simple container element 2025-03-12 11:49:12 +01:00
Tsering Paljor
20bdef49ae Improvements to Menu element 2025-03-06 09:38:07 +04:00
Tsering Paljor
5d44cdd944 Add a menu element 2025-03-03 11:49:21 +00:00
Jérémie Pardou
12bbde2155 Add cache for used properties computation in preview 2025-02-13 14:11:25 +00:00
Jérémie Pardou
b10a65666a Resolve "Create a multi-page container element" 2024-11-28 08:47:54 +00:00
Afonso Silva
cee61bd8aa Resolve "Add date time picker element" 2024-11-26 11:23:15 +00:00
Afonso Silva
f681661b67 Resolve "Add "related row" selector" 2024-09-19 13:39:45 +00:00
Afonso Silva
4d25f17cc2 Resolve "Add an image collection field" 2024-09-03 14:34:20 +00:00
Jérémie Pardou
a393091f47 Add table styles 2024-07-26 10:08:59 +00:00
Peter Evans
b6c9c545c6 Resolve "Implement the backend for a local Baserow delete row action" 2024-07-24 14:18:52 +00:00
Jérémie Pardou
6e16645bda Add styles for inputs 2024-07-18 12:51:03 +00:00
Andrea Disarò
99f42a66f2 Resolve "Define dropdown values from an existing store" 2024-07-08 10:19:01 +00:00
Jérémie Pardou
58730451c1 Improve AB styling v3 - Add a lot of new styles 2024-07-05 15:41:24 +00:00
Jérémie Pardou
61b2548716 Improve AB styling capabilities v2 - Migrate more styles 2024-07-04 11:57:41 +00:00
Jérémie Pardou
495af48ede Improve AB styling capabilities v1 2024-07-03 12:05:50 +00:00
Andrea Disarò
8b9a981a26 Resolve "Improve Dropdown element to allow to change the display" 2024-06-13 08:00:02 +00:00
Afonso Silva
ce868c341d Resolve "Add Button collection field" 2024-05-24 18:18:11 +00:00
Afonso Silva
279fb5f738 Resolve "Add multi-tag collection field" 2024-05-07 08:25:48 +00:00
Jérémie Pardou
b17daa1e49 Resolve "Add database + application templates" 2024-05-02 14:25:42 +00:00
Peter Evans
133bc547c4 Resolve "Repeat element: implement the new element" 2024-05-01 14:10:16 +00:00
Tsering Paljor
4fdd336b07 Add an Event Action to refresh the Data Source 2024-04-26 05:31:18 +00:00
Tsering Paljor
cddcd8e3e5 Add new Collection Field Type of Boolean 2024-04-15 10:18:49 +00:00
Afonso Silva
67f77c8515 Resolve "Allow to use the result from the previous action in the next action" 2024-04-03 13:40:20 +00:00
Jérémie Pardou
7dde16e0fd Add visibility tab 2024-03-26 15:46:43 +00:00
Jérémie Pardou
e0e75358b4 Add logout action 2024-03-21 08:28:58 +00:00
Jérémie Pardou
4b1e479b78 Resolve "Handle end user authentication on application builder" 2024-02-28 20:20:30 +00:00
Afonso Silva
2fa6f579cf Rename ParagraphElement to TextElement 2024-01-19 09:19:05 +00:00
Afonso Silva
3cab642633 Resolve "Add Iframe element" 2024-01-15 14:51:39 +00:00
Alexander Haller
af2ff2dd6e Resolve "Checkbox element" 2024-01-04 13:10:44 +00:00
Alexander Haller
4cc7945c1d Resolve "Dropdown Element" 2023-12-20 09:01:03 +00:00
Peter Evans
724803f440 Create a "Create/Update row" local baserow service, part 2 2023-12-15 09:04:09 +00:00
Alexander Haller
e8c05f7847 Resolve "Add the form container" 2023-12-12 09:12:00 +00:00
Alexander Haller
242e8359cd Order workflow actions 2023-12-06 09:44:50 +00:00
Alexander Haller
c7b4d91c94 Resolve "Add form values data provider" 2023-11-29 13:59:07 +00:00
Jérémie Pardou
50360c1c86 Add collection field backend 2023-11-22 09:58:59 +00:00
Jérémie Pardou
22b06c604b Import formulas updating the data_source and field ids 2023-11-09 13:24:28 +00:00
Alexander Haller
d990d2852c Resolve "WorkflowActions for the AB" 2023-10-18 15:36:12 +00:00
Jérémie Pardou
13252356a1 [backend] Add table element 2023-09-22 13:01:54 +00:00
Alexander Haller
bc161dd77e Merge branch '1839-allow-to-create-sub-domains' into 'develop'
Resolve "Allow to create sub domains"

Closes  and 

See merge request 
2023-09-18 08:29:10 +00:00
Alexander Haller
55533d021e Resolve "Allow to create sub domains" 2023-09-18 08:29:09 +00:00
Alexander Haller
e3841d4bcb Resolve "Create Button element" 2023-09-15 08:12:19 +00:00
Bram Wiepjes
6fd76d2829 Application builder themes 2/8: Introduced endpoint to update theme properties 2023-08-17 19:27:34 +00:00
Bram Wiepjes
1049743b3e Application builder themes 1/8: list theme properties per application 2023-08-16 19:47:24 +00:00
Alexander Haller
5fc28f50c8 Resolve "Container Elements - Column Element" 2023-08-08 13:28:03 +00:00
Jérémie Pardou
73e51624db Resolve "Use integration & data source in elements" 2023-08-04 14:29:34 +00:00
Peter Evans
029c763572 Resolve "Add form text/number input element" 2023-07-31 09:05:38 +00:00
Alexander Haller
f1cfa3e6e5 Resolve "Image element image file is always set to None on update" 2023-07-07 19:51:28 +00:00