1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 09:08:32 +00:00
Commit graph

107 commits

Author SHA1 Message Date
Peter Evans
e07bc8347a Resolve "Repeat element: add styling options" 2024-05-24 11:09:00 +00:00
Peter Evans
55d4ed8f69 Resolve "Repeat element: add current_record data provider support" 2024-05-24 10:35:59 +00:00
Jeremie Pardou
3a3d0b6882 Disable element addition in read-only mode 2024-05-22 18:24:48 +02:00
Peter Evans
bbebeab07a Resolve "Improve collection element mixin's load more behaviour so it's more resilient to slow / offline connections." 2024-05-21 15:36:45 +00:00
Peter Evans
eb05eabfba Resolve "When the application builder editor loads with elements, automatically select the first one." 2024-05-17 10:29:45 +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
Andrea Disarò
464c521486 Resolve "Auto populate fields for table element when selecting the data source" 2024-05-02 10:03:09 +00:00
Peter Evans
133bc547c4 Resolve "Repeat element: implement the new element" 2024-05-01 14:10:16 +00:00
Jérémie Pardou
a4532644a8 Fix missing table update if the table element was hidden 2024-04-30 12:04:14 +00:00
Bram Wiepjes
b544d29663 Fix theme heading properties 2024-04-29 16:37:27 +02:00
Jonathan Adeline
4deeed8877 radio refactor 2024-04-26 17:23:19 +00:00
Tsering Paljor
4fdd336b07 Add an Event Action to refresh the Data Source 2024-04-26 05:31:18 +00:00
Jonathan Adeline
c88245b816 Bump stylelint 2024-04-25 10:30:21 +00:00
Peter Evans
0b670d9276 Resolving a few style issues in AB since the button refactor. 2024-04-18 08:24:10 +00:00
Peter Evans
5323743756 Resolve "Fix two application builder RadioButton so that their labels get displayed." 2024-04-15 13:58:39 +00:00
Jonathan Adeline
3dd3d98972 Buttons refactor 2024-04-15 11:29:17 +00:00
Tsering Paljor
cddcd8e3e5 Add new Collection Field Type of Boolean 2024-04-15 10:18:49 +00:00
Andrea Disarò
7ce3a9fbf6 Resolve "Link Collection field and Open page action should allow same options as Link element" 2024-04-15 08:27:27 +00:00
Andrea Disarò
32df72359b Resolve "Add an option to make an input element a password input" 2024-04-10 12:42:46 +00:00
Afonso Silva
a6cfa93fbf Merge branch '2224-allow-to-use-the-result-from-the-previous-action-in-the-next-action' into 'develop'
Resolve "Allow to use the result from the previous action in the next action"

Closes  and 

See merge request 
2024-04-03 13:40:21 +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
Peter Evans
65132aea66 Resolve "Make input size consistent in the application builder" 2024-04-03 13:07:24 +00:00
Jérémie Pardou
a23da02755 Fix re-login process with the auth form 2024-03-29 08:02:34 +00:00
Peter Evans
48080d9274 Resolve "Add loading state for the button of the form container element" 2024-03-28 16:51:11 +00:00
Afonso Silva
30be7b7326 Resolve "Data explorer shows bad type for complex data" 2024-03-27 12:01:43 +00:00
Jérémie Pardou
7dde16e0fd Add visibility tab 2024-03-26 15:46:43 +00:00
Andrea Disarò
c12f43ade0 Resolve "Create base components for the AB" 2024-03-26 14:37:13 +00:00
Tsering Paljor
22add3e8d3 Refactor Code Around Element Moving Logic 2024-03-26 11:53:32 +00:00
Peter Evans
6c26f9cb42 Resolve "Add form validation" 2024-03-22 09:22:34 +00:00
Jérémie Pardou
4a289587a6 Improve performance when we have a lot of input fields 2024-03-13 15:34:09 +00:00
Afonso Silva
b105bae1b1 Resolve "Use ensureString for dropdown Element" 2024-03-12 15:17:14 +00:00
Tsering Paljor
37636210c7 Add Keyboard Shortcut Support for Page Elements 2024-03-05 08:16:41 +00:00
Jérémie Pardou
f98ccdfd77 Minor Ab fixes before public 2024-03-05 07:59:38 +00:00
Peter Evans
a8695a5883 Resolve "Name elements in the element modal" 2024-03-01 14:14:55 +00:00
Peter Evans
09578f0e45 Resolve "ListRows/GetRow services need to check the trashed state of their table and database." 2024-03-01 13:50:13 +00:00
Jérémie Pardou
4b1e479b78 Resolve "Handle end user authentication on application builder" 2024-02-28 20:20:30 +00:00
Peter Evans
3cd490db3b Resolve "Allow service filters which don't use ViewFilterTypeText/ViewFilterTypeNumber to support formulas." 2024-02-09 09:58:40 +00:00
Jérémie Pardou
d39487e944 2️⃣ Add frontend to set authentication providers of a user source 2024-02-09 08:12:40 +00:00
Peter Evans
15dd350ca3 Merge branch '2298-when-page-parameters-change-the-table-link-fields-pointing-to-that-page-are-not-updated' into 'develop'
Resolve "When page parameters change, the table link fields pointing to that page are not updated properly"

Closes 

See merge request 
2024-02-01 17:39:04 +00:00
Peter Evans
53d7ef19e4 Resolve "When page parameters change, the table link fields pointing to that page are not updated properly" 2024-02-01 17:39:04 +00:00
Afonso Silva
124fb9aa23 Resolve "Add an option to enter Markdown for the paragraph element" 2024-01-31 16:22:33 +00:00
Peter Evans
bc9bb888a0 Merge branch '2252-add-image-element-sizing-in-the-style-tab' into 'develop'
Resolve "Add image element sizing in the style tab."

Closes 

See merge request 
2024-01-24 16:15:12 +00:00
Peter Evans
f2bde81b16 Resolve "Add image element sizing in the style tab." 2024-01-24 16:15:11 +00:00
Peter Evans
1d67f8c5a9 Resolve "Allow paragraph and heading elements to have their text alignments changed." 2024-01-24 15:49:10 +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
Peter Evans
a40ab14735 Resolve "Improve Table element: improve link field type." 2024-01-12 11:48:34 +00:00
Afonso Silva
6e1ea595e1 Resolve "Add a multiline option to the input text element" 2024-01-11 10:32:19 +00:00
Peter Evans
eadeaaf2b2 Resolve "Image element file uploads aren't displaying properly." 2024-01-10 13:28:18 +00:00