1
0
Fork 0
mirror of synced 2024-08-05 05:11:43 +12:00
Commit graph

4802 commits

Author SHA1 Message Date
Gerard Burns
e88ffea1a4
Modal component (#13848)
* wip

* wip

* wip

* wip

* wip

* add note for illegalChildren reset behavior

* on close working

* wip

* lint

* wip

* Fix potential remounting loop caused by spreading props and unnecessary component keying

* theme

* user prompt

* dotted border for empty

* PR Feedback

* lint

* fix modal background color

* use bbui modal

* lint

* fix indicator and prevent closing modal in builder

* pr feedback

* pr feedback

* fix fullscreen

---------

Co-authored-by: deanhannigan <deanhannigan@gmail.com>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-06-18 11:18:05 +01:00
Conor Webb
92f9501d26
Add function to close side panel based on the browser's history. (#13944)
* Add function to close side panel based on the browser's history.

* Switched to hashchange, removed from SidePanel, added to ClientApp.svelte

* Removed unused onMount, fixed lint issue

* Removed unnecessary if statement.
2024-06-17 07:21:26 +00:00
Gerard Burns
d47c7d9227
Chart Component and Explanation Modal Fixes and Improvements (#13922)
* wip

* wip refactoring icons and column names

* wip

* wip

* remove automatic chart datetime sorting

* indefinite article, long form text

* lint

* lint
2024-06-14 08:20:56 +01:00
Sam Rose
6363965a8b
Also rename LuceneUtils -> QueryUtils 2024-06-12 15:04:56 +01:00
Sam Rose
bc8791e91e
Remove the word 'lucene' from runLuceneQuery and buildLuceneQuery. 2024-06-12 14:44:20 +01:00
Andrew Kingston
ae863a6e16 Only override grid column widths in table block when they are defined 2024-06-10 08:00:58 +01:00
Andrew Kingston
e1bc9d54f1 Merge branch 'master' of github.com:Budibase/budibase into cheeks-fixes 2024-06-10 07:52:09 +01:00
Adria Navarro
9ad1d60850 Handle dateonly by default 2024-06-06 13:25:13 +02:00
Adria Navarro
f09b6bf090 Handle times properly on time only settings for timestamps 2024-06-06 13:03:00 +02:00
Conor Webb
c9fb6e35c8
Enhancement: add ability to set custom auto-dismissal duration for notifications (#13829)
* Enhancement: add ability to set custom auto-dismissal duration for notifications

* Updated based on feedback.

* Enforce max duration for auto-dismiss to 2 minutes
2024-06-05 12:29:07 +01:00
Andrew Kingston
8563471aea Don't update text settings when editing inline unless the value actually changes, to prevent losing HBS or JS expressions 2024-05-31 16:21:21 +01:00
Adria Navarro
d4d17893ef Respect schema readonly on client 2024-05-31 13:07:25 +02:00
Andrew Kingston
7b4304d4a2 Force wrapping long words in field labels 2024-05-30 09:11:42 +01:00
Andrew Kingston
1015ec9da2 Allow field labels to wrap 2024-05-29 14:32:22 +01:00
Andrew Kingston
0fbe1e36d6 Add icons to grid buttons and simplify button column 2024-05-24 13:12:44 +01:00
Andrew Kingston
7a6863763a Allow opening app nav links in new tabs 2024-05-22 09:53:44 +01:00
Andrew Kingston
c89a7a261f Ensure in-app navigation via navigate to action automatically prefixes URLs with slashes 2024-05-22 09:35:27 +01:00
Andrew Kingston
16fd09e4c9 Merge branch 'master' of github.com:Budibase/budibase into prefill-cards 2024-05-21 12:03:16 +01:00
Gerard Burns
04cf17cea7 merge master 2024-05-21 09:51:06 +01:00
deanhannigan
8498dd7c3d
Merge branch 'master' into prefill-cards 2024-05-20 14:53:43 +01:00
deanhannigan
8d5d459c13
Merge branch 'master' into prefill-cards 2024-05-20 11:58:34 +01:00
Andrew Kingston
0fbbc3c88a Merge branch 'master' of github.com:Budibase/budibase into feature/signature-field-and-component 2024-05-20 11:08:19 +01:00
Dean
37dd75823f PR feedback, signature to signature single 2024-05-17 17:04:15 +01:00
Andrew Kingston
4b693088fa Refactor how grid schema mutations are managed to support custom orders, widths and visibility of columns that are still user-overridable 2024-05-17 14:55:52 +01:00
Andrew Kingston
62d9e2d8fb Remove leftover code 2024-05-17 12:20:06 +01:00
Andrew Kingston
89aae7a327 Merge branch 'fix/grid-column-reordering' into table-width-setting 2024-05-17 12:18:27 +01:00
Andrew Kingston
28e91959e5 Fix grid block having incorrect toolbar position in builder preview 2024-05-17 11:24:51 +01:00
deanhannigan
74d3015cae
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 11:03:28 +01:00
Andrew Kingston
8a230337e8 Merge branch 'rework-grid-block-height' of github.com:Budibase/budibase into rework-grid-block-height 2024-05-17 10:51:36 +01:00
Andrew Kingston
eaa0a2023a Move grid min height subcsription into onMount handler to be more explicit about it only running once 2024-05-17 10:51:17 +01:00
Dean
cf18417288 Added workaround for atrament doubleclick issue. Disabled edit button until the canvas is actually changed. Upgraded atrament to the latest 2024-05-16 16:40:35 +01:00
Andrew Kingston
f9c4e901f8
Merge branch 'master' into rework-grid-block-height 2024-05-15 16:36:18 +01:00
Dean
166206f185 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-15 16:35:31 +01:00
Martin McKeaveney
1b2053633d remove file size limit on self host 2024-05-15 14:23:08 +01:00
Gerard Burns
a5da091203 linting 2024-05-14 23:05:04 +01:00
Gerard Burns
693e3373a6 merge master 2024-05-14 13:38:28 +01:00
Gerard Burns
d02c04ebbe change explanation modal colors 2024-05-14 13:26:04 +01:00
Andrew Kingston
9184d1b1f4 Rework grid block height to support percentages again while ensuring min height is respected 2024-05-14 11:25:29 +01:00
Gerard Burns
bb69e0c1c9 linting 2024-05-14 11:24:51 +01:00
Gerard Burns
2e238f814c fix palette stuff 2024-05-14 11:17:54 +01:00
Gerard Burns
1c14a71ef8 remove palette name 2024-05-14 09:49:53 +01:00
Gerard Burns
bad7a535dc add clonedeep that copies non-serialisable stuff 2024-05-14 09:24:18 +01:00
Andrew Kingston
9a0d6801a1 Add sensible min and max column widths 2024-05-14 09:17:16 +01:00
Andrew Kingston
182b6463e0 Merge branch 'master' of github.com:Budibase/budibase into table-width-setting 2024-05-14 09:05:21 +01:00
Gerard Burns
ca452d7dce feedback 2024-05-13 22:42:09 +01:00
Gerard Burns
60f6553340 remove hide var from apexchart component 2024-05-13 22:33:17 +01:00
Dean
421f70635e Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-13 16:31:46 +01:00
Dean
b0a65b4699 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-13 16:22:19 +01:00
Dean
0589a6a730 Refactored signature from previous array implementation to the new single approach. Added support for automations 2024-05-13 16:19:02 +01:00
Andrew Kingston
303a7264b6 Ensure rows can always be selected in grids in apps 2024-05-13 13:54:14 +01:00