Andrew Kingston
db9548a555
Cleanup and remove old files
2022-05-09 09:40:46 +01:00
Andrew Kingston
8fbad1b6dd
Add theme slider and completed theme panel to new design UI
2022-05-09 09:39:44 +01:00
Andrew Kingston
475fc3e127
Add majority of new theme panel
2022-05-06 14:52:38 +01:00
Andrew Kingston
c96b268c2f
Automatically go to navigation section when clicking navigation in preview
2022-05-06 13:59:16 +01:00
Andrew Kingston
3ada9a12c5
Add full navigation settings panel in new design UI. Remove navigation theme settings from theme panel
2022-05-06 13:51:27 +01:00
Andrew Kingston
071dc5be4b
Update many usages of goto to redirect to improve routing history and fix many blocking navigation cycles
2022-05-05 09:28:33 +01:00
Andrew Kingston
c18f66452c
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-05 08:26:37 +01:00
Budibase Staging Release Bot
a7091982e8
v1.0.130-alpha.3
2022-05-03 15:05:22 +00:00
Budibase Staging Release Bot
b92b4b2952
v1.0.130-alpha.2
2022-05-03 12:54:51 +00:00
Budibase Staging Release Bot
c17b5be1c0
v1.0.130-alpha.1
2022-04-29 12:55:46 +00:00
Mitch-Budibase
7e7fc41b4c
Merge pull request #5638 from Budibase/cypress-testing
...
Templates Details Tests
2022-04-29 13:45:23 +01:00
Mitch-Budibase
edc8d7f1f7
Templates Details Tests
...
Added tests which check the details button for each template.
- Split per category (Will add more specific template tests under each category)
- Checks template name matches url (There are a few exceptions)
- Checks status of url - expects 200 back each time
Also updated the DeleteApp Function
- Fixed a smoke test issue associated with deleting the tests app
2022-04-28 17:50:06 +01:00
Andrew Kingston
ff6f02dda4
Add support for instant updating of navigation settings in client apps
2022-04-28 17:30:48 +01:00
Andrew Kingston
3e8192552d
Move some role logic to frontend core and enable client library to preferentially route to home screens
2022-04-28 15:13:33 +01:00
Andrew Kingston
5b5208dfc0
Update role colours
2022-04-28 13:27:31 +01:00
Budibase Staging Release Bot
4fc5d951cc
v1.0.130-alpha.0
2022-04-28 11:30:07 +00:00
Andrew Kingston
f50ba7ab4f
Improve urlStateSync utility, improve routing structure, improve component tree
2022-04-28 12:05:34 +01:00
Budibase Release Bot
6e1aa0a2f1
v1.0.129
2022-04-28 10:19:06 +00:00
Michael Drury
8d20ab488b
Merge pull request #5616 from Budibase/fix/april-fixes
...
Various April release fixes
2022-04-28 11:09:18 +01:00
Budibase Release Bot
c5865c08a6
v1.0.128
2022-04-28 08:24:29 +00:00
Andrew Kingston
1d9b053efc
Add link settings to new navigation tab
2022-04-27 17:50:01 +01:00
mike12345567
ad26d29de5
Making it so that the filter table button isn't disabled when the filter/search didn't return any data.
2022-04-27 16:58:29 +01:00
mike12345567
056d9defe4
Fix for #5219 - default all string types to basic text format, allow user to switch string types to longform if they desire.
2022-04-27 16:29:03 +01:00
Andrew Kingston
a4b6b3e1e3
Add warning banner for old screens and allow updating screens to remove custom layouts
2022-04-27 15:47:59 +01:00
Budibase Staging Release Bot
f3f1e85aa4
v1.0.126-alpha.0
2022-04-27 14:40:24 +00:00
Budibase Release Bot
34cf54d973
v1.0.127
2022-04-27 13:13:56 +00:00
Budibase Release Bot
db5cf2cf0c
v1.0.126
2022-04-27 11:55:18 +00:00
Andrew Kingston
2c95330547
Fix issue sorting screens with custom roles
2022-04-27 12:31:51 +01:00
Andrew Kingston
570484eedf
Allow client library to render new screen structure without layouts
2022-04-27 12:30:35 +01:00
Andrew Kingston
944e7a0343
Add ability to set home screens and fix issue with sorting screens
2022-04-27 11:36:47 +01:00
Budibase Release Bot
e96d44823d
v1.0.125
2022-04-27 09:28:58 +00:00
Andrew Kingston
c22ffb9f52
Don't show selected components unless the components tab is active and automatically route to components whenever selecting on in the preview
2022-04-27 08:47:06 +01:00
Andrew Kingston
ee0dd6853a
Update panel text size and improve target panel position wording
2022-04-27 08:27:00 +01:00
Andrew Kingston
753209df59
Improve screen list sorting order
2022-04-27 08:22:41 +01:00
Andrew Kingston
d96b9cfa97
Slightly increase width of side panels and add expandable toggle for component tab
2022-04-27 08:06:09 +01:00
Andrew Kingston
76feddfaff
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-04-27 07:59:37 +01:00
Budibase Release Bot
5b1079e59a
v1.0.124
2022-04-26 22:48:04 +00:00
Budibase Staging Release Bot
fed6476b00
v1.0.124-alpha.0
2022-04-26 19:19:35 +00:00
Michael Drury
8e786bfd53
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-04-26 20:10:26 +01:00
Budibase Staging Release Bot
de25ffe0ad
v1.0.123-alpha.1
2022-04-26 18:30:39 +00:00
Budibase Release Bot
db99c31b53
v1.0.123
2022-04-26 17:11:18 +00:00
Budibase Staging Release Bot
94632aed5c
v1.0.123-alpha.0
2022-04-26 16:12:16 +00:00
Andrew Kingston
00659b4109
Allow adding blocks from new UI
2022-04-26 16:41:05 +01:00
Andrew Kingston
3ac278b77e
Improve UI and state management around adding new components
2022-04-26 16:37:12 +01:00
mike12345567
dcf42d0ab6
Merge branch 'develop' of github.com:Budibase/budibase into fix/develop-merge
2022-04-26 16:34:18 +01:00
Mitch-Budibase
2cf15cfb9f
Merge pull request #5595 from Budibase/cypress-testing
...
Small changes for Smoke Build
2022-04-26 16:31:19 +01:00
mike12345567
95c7963c0a
Merge branch 'develop' of github.com:Budibase/budibase into fix/develop-merge
2022-04-26 16:31:17 +01:00
Budibase Staging Release Bot
ca260b68cc
v1.0.105-alpha.44
2022-04-26 15:29:35 +00:00
deanhannigan
957a32678a
Merge pull request #5489 from Budibase/feature/new-app-publish-workflow
...
Feature/new app publish workflow
2022-04-26 16:22:37 +01:00
Budibase Staging Release Bot
6883d2d6c4
v1.0.105-alpha.43
2022-04-26 15:12:39 +00:00