Commit Graph

3746 Commits

Author SHA1 Message Date
Adria Navarro f6bbbd7b3f Merge branch 'master' into labday/monorepo-setup 2024-12-10 10:18:43 +01:00
Sam Rose 84d9f6816c
Enable a variety of useful looking lints. 2024-12-09 12:52:21 +00:00
Adria Navarro f4f70220d2 Monorepo package versions to * 2024-12-05 17:41:42 +01:00
Adria Navarro 5a524be591 dist/bbui.es.mjs -> dist/bbui.mjs 2024-11-29 11:03:13 +01:00
Adria Navarro 115b1db968 Add css into the bundle 2024-11-29 09:40:16 +01:00
Adria Navarro 6221922b33 Update bundle refs 2024-11-29 09:38:18 +01:00
Adria Navarro a7c2dd8171 Clean unused post-css 2024-11-29 09:33:38 +01:00
Adria Navarro a73165470e Only build sourcemap for !prod 2024-11-29 09:33:38 +01:00
Adria Navarro 18cd0169d8 Remove unused nx dependency 2024-11-29 09:33:38 +01:00
Adria Navarro dee85857f9 bbui use alias instead of packages 2024-11-29 09:33:38 +01:00
Adria Navarro f8855bb0c1 Replace rollup.config for vite.config 2024-11-29 09:33:38 +01:00
Adria Navarro 9982b5d907 Change bbui dependencies from rollup to vite 2024-11-29 09:33:38 +01:00
Adria Navarro 233824dc78 Lint 2024-11-25 23:49:49 +01:00
Adria Navarro 2bd48dde39 Type plugins page 2024-11-25 18:24:54 +01:00
Adria Navarro 4750e9faca Move atrament dependency 2024-11-18 14:10:34 +01:00
Andrew Kingston 52d3126d60
Prevent adding multiple files to single attacment cells and fields 2024-11-06 12:56:08 +00:00
Andrew Kingston 00f145e8ce
Add loading spinner while uploading files 2024-11-06 12:42:25 +00:00
Andrew Kingston 74aa91d120
Update color picker to account for new theme values 2024-11-04 09:35:13 +00:00
Andrew Kingston 470ace7dad
Merge branch 'v3-ui' of github.com:Budibase/budibase into view-calculation-ui 2024-10-23 14:10:05 +01:00
Andrew Kingston 88b2f423f7
Improve UX when editing view calculations 2024-10-10 16:05:02 +01:00
Andrew Kingston adfe467329
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-09-30 08:21:36 +01:00
Andrew Kingston 60c55b06ed
Update new view popover to allow for creating calculation views 2024-09-27 10:39:50 +01:00
deanhannigan 577dfb0d17
Merge branch 'master' into v3-ui 2024-09-26 09:13:56 +01:00
mikesealey 3e9ca562c5 reworks changes based on feedback 2024-09-24 12:12:46 +01:00
Andrew Kingston de34217bb2
Increase spacing to M in list items 2024-09-23 11:57:04 +01:00
Andrew Kingston 376ac1c04b
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-09-23 11:45:21 +01:00
Andrew Kingston e663a80020
Reduce gap in list items 2024-09-20 15:26:27 +01:00
mikesealey ddc360a3da tweaks sizing of multi-attachment preview in compact setting 2024-09-20 11:54:26 +01:00
Andrew Kingston 7e6f1407fe
Ensure roles always have new metadta and update access popover 2024-09-11 16:30:17 +01:00
Andrew Kingston d8dc8744a9
Add ability to update roles 2024-09-10 16:44:50 +01:00
Andrew Kingston 4fd74c3a19
Add new access selection UI for tables and views 2024-09-09 17:04:02 +01:00
Andrew Kingston 714d05a9d2
Request new name for row actions rather than autonaming 2024-09-09 12:36:03 +01:00
Andrew Kingston 61b82b8817
Add quiet reverse button variant for collapsed button groups in grids 2024-09-06 09:20:00 +01:00
Andrew Kingston da6ce2256a
Fix issue with button column width and allow collapsed button groups to use a secondary variant 2024-09-05 16:46:55 +01:00
Andrew Kingston 238b1cecf1
Highlight row action row rather than select 2024-09-04 11:28:49 +01:00
Andrew Kingston 0e6d903c74
Select row when opening row actions popover 2024-09-03 15:14:40 +01:00
Andrew Kingston 789df301cb
Enable renaming row actions and improve row actions in grids 2024-09-03 15:05:13 +01:00
Andrew Kingston b37a4cb0c9
Lint 2024-09-03 08:49:49 +01:00
Andrew Kingston 3b827c35a2
Add collapsed button option to multistep form block 2024-09-02 16:30:14 +01:00
Andrew Kingston 51cbced119
Add common collapsed button group and use it for row actions and client button groups. Add collapsed settings to grids and form blocks 2024-09-02 11:44:49 +01:00
Andrew Kingston d8b6d10dce
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-02 10:17:56 +01:00
Andrew Kingston fae897f468
Allow button groups to be collapsed 2024-09-02 09:31:19 +01:00
Andrew Kingston c5e27b860f
Add row actions to tables in data section 2024-09-02 08:45:49 +01:00
melohagan 3f357561d0
The UI should indicate who the account holder is (#14470)
* Get tenantInfo in user fetch

* Add account holder label in users table

* Don't allow account holder to be selected in users table

* Sort account holder to top of list

* Only use account holder role in users table

* lint

* Remove joi validation from tenant-info endpoint

* Remove dayPasses

* Catch CouchDB 404 and return undefined

* Don't allow account holder role to be changed UI

* Don't offer delete option for tenant owner

* Backend validation to ensure account holder role cannot be updated

* Don't allow account holder role to be changed UI

* Get tenantOwner in separate call

* Pass data into SelectEditRenderer

* Rename var to __selectable

* setEnrichedUsers

* Update pro reference

* Only load tenantOwner once
2024-08-30 16:29:38 +00:00
Dean d2b6959b44 Reduced the z-index to just 1 above the binding drawer. The updated value caused index issues in other areas of budibase. 2024-08-29 12:58:12 +01:00
Andrew Kingston 2ee3d60fe6
Undo spectrum icon version bump 2024-08-23 14:49:19 +01:00
Andrew Kingston a4fa619dda
Fix issue with text input autofocus and autofocus when creating views 2024-08-23 14:41:05 +01:00
Andrew Kingston c694b07ff4
Standardise hover and selected states between action buttons and icons in view nav bar 2024-08-23 14:38:08 +01:00
Andrew Kingston 304c6fb58a
Lint 2024-08-23 14:30:22 +01:00
Andrew Kingston 3da0a04fa5
Add comments 2024-08-23 14:13:41 +01:00