1
0
Fork 0
mirror of synced 2024-07-18 04:36:08 +12:00
Commit graph

6653 commits

Author SHA1 Message Date
Andrew Kingston 6a9358086c Merge pull request #2233 from Budibase/peek-screen
Open screen in modal
2021-08-04 12:08:49 +01:00
Budibase Staging Release Bot 2bab13bb94 v0.9.87-alpha.8 2021-08-04 10:59:07 +00:00
mike12345567 3aac3b30d0 Linting. 2021-08-04 11:35:25 +01:00
mike12345567 a55c823768 Merge branch 'feature/multi-tenants' of github.com:Budibase/budibase into feature/multi-tenants 2021-08-04 11:17:04 +01:00
mike12345567 d4dbfc834d Removing divider from org page as per comments. 2021-08-04 11:12:57 +01:00
Michael Drury ec26f6ab5e Merge branch 'develop' into feature/multi-tenants 2021-08-04 10:07:31 +01:00
Budibase Staging Release Bot 8e8fefd0ef v0.9.87-alpha.7 2021-08-04 08:58:12 +00:00
Martin McKeaveney 66eecc4041 Merge pull request #2243 from mslourens/bug/automation_crash
Automation crash
2021-08-04 09:49:15 +01:00
Budibase Staging Release Bot fe3c9a343f v0.9.87-alpha.6 2021-08-03 21:01:15 +00:00
Maurits Lourens 2f03f4acb2 fix bug when an automation was selected but not present anymore 2021-08-03 22:29:47 +02:00
Maurits Lourens 0d1ea39ae3 fix lint issues 2021-08-03 21:34:26 +02:00
Maurits Lourens f4dd196ed5 add radio buttons to standard components options picker 2021-08-03 21:30:06 +02:00
mike12345567 4e13dde657 Fixing some issues highlighted by worker test cases. 2021-08-03 17:14:17 +01:00
mike12345567 88c07d28eb Linting. 2021-08-03 15:41:51 +01:00
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 2021-08-03 15:32:25 +01:00
Budibase Staging Release Bot 92b415d109 v0.9.87-alpha.5 2021-08-03 12:48:30 +00:00
Andrew Kingston 3033181365 Remove filter from repeater settings 2021-08-03 13:40:04 +01:00
Andrew Kingston b768e2991f Lint 2021-08-03 12:52:01 +01:00
Andrew Kingston 6b2f70ce05 Fix text of close screen modal action 2021-08-03 12:22:16 +01:00
Andrew Kingston e88e1da2af Fix going full-screen when opening an external link in a modal 2021-08-03 12:22:06 +01:00
Andrew Kingston 2eba603ad8 Darken modal underlay and add actions above screen modal to allow entering full screen or closing 2021-08-03 12:02:20 +01:00
mike12345567 f3ce979230 Linting. 2021-08-02 18:36:32 +01:00
mike12345567 7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 2021-08-02 18:34:43 +01:00
Andrew Kingston 33431a5edc Rename visual actions from 'peek' to just 'open' screen in modal 2021-08-02 15:50:59 +01:00
Andrew Kingston bb0e76d92a Merge branch 'develop' of github.com:Budibase/budibase into peek-screen 2021-08-02 15:12:45 +01:00
Andrew Kingston def7f7a949 Add action to close peek modal and proxy notifications from the iframe 2021-08-02 15:12:38 +01:00
Budibase Staging Release Bot 22db140dcf v0.9.87-alpha.4 2021-08-02 13:02:24 +00:00
mike12345567 f6d0db4c4b Updating API endpoints, to include the new system one, updating hosting envoy yaml to cover these. 2021-08-02 12:09:03 +01:00
Andrew Kingston 3916b735a1 Merge branch 'develop' of github.com:Budibase/budibase into peek-screen 2021-08-02 09:27:28 +01:00
Keviin Åberg Kultalahti b94f40dea4 remove option that was not valid 2021-07-31 15:12:24 +02:00
Keviin Åberg Kultalahti 6f2fe3d81b adds the Spectrum divider component to the standard components 2021-07-31 15:11:33 +02:00
mike12345567 10bb31afd2 Linting. 2021-07-30 20:40:38 +01:00
mike12345567 af9b0a738d Fixing issues with pages reloading in weird ways. 2021-07-30 20:39:42 +01:00
Andrew Kingston 8e82a0efd9 Revert to a cleaner modal with no title or buttons for screen peeking 2021-07-30 18:16:37 +01:00
mike12345567 61de20616f Fixing worker dev script to not overwrite env file everytime. 2021-07-30 15:40:39 +01:00
mike12345567 8bcce17cd7 Removing unused mock. 2021-07-30 14:25:38 +01:00
mike12345567 79c5f01267 Fixing config test case. 2021-07-30 14:23:40 +01:00
Andrew Kingston 952c27058a Make full screen button quiet in peek modals 2021-07-30 14:13:43 +01:00
Andrew Kingston 1a0d0de406 Fix modal not shrinking to fit screen size 2021-07-30 14:13:16 +01:00
Andrew Kingston e5418deb89 Add initial work on peeking screens, only show one notification at a time, use spectrum notifications 2021-07-30 14:01:01 +01:00
Andrew Kingston 9ad07f3cf7 Add ability for layout to hide navigation when inside a peeked modal 2021-07-30 13:59:56 +01:00
Andrew Kingston 7723a1ed60 Add checkbox to specify navigate action should open in a modal insteaf 2021-07-30 13:59:04 +01:00
Andrew Kingston e711fffc45 Break out notification component to standalone component 2021-07-30 13:58:34 +01:00
Andrew Kingston a831b7f91e Add modal option to hide divider, and make title rendering optional 2021-07-30 13:57:33 +01:00
Budibase Staging Release Bot 03e66795e4 v0.9.87-alpha.3 2021-07-30 11:04:41 +00:00
Rory Powell 5a83b177d2 Merge pull request #2175 from Budibase/feature/sso-sync-picture
Sync profile picture when using SSO
2021-07-30 11:56:42 +01:00
Budibase Staging Release Bot ffbcaf1777 v0.9.87-alpha.2 2021-07-30 10:33:02 +00:00
Rory Powell 1dec11e76c Merge pull request #2182 from Budibase/feature/watchtower-hooks
Add watchtower hooks
2021-07-30 11:25:38 +01:00
Budibase Staging Release Bot 699c1964dc v0.9.87-alpha.1 2021-07-29 21:44:52 +00:00
Martin McKeaveney 714ddef8af Merge pull request #2176 from mslourens/add_size_options_to_form_controls
Add size componentStyle options to form controls
2021-07-29 22:35:50 +01:00