1
0
Fork 0
mirror of synced 2024-08-23 22:11:39 +12:00
Commit graph

113 commits

Author SHA1 Message Date
Martin McKeaveney
792eac2ca5 fix filepath issue 2020-11-25 16:27:49 +00:00
Martin McKeaveney
61a9d954e5 fix users test, remove superfluous files 2020-11-25 15:30:10 +00:00
Martin McKeaveney
f1fe5de294 users as table working end to end 2020-11-24 17:00:15 +00:00
Martin McKeaveney
327f77dbb3 user table and relationships complete 2020-11-24 14:04:14 +00:00
Martin McKeaveney
27813f5fbb fix windows url issue 2020-11-24 10:23:29 +00:00
mike12345567
87528c8d55 Fixing issues with the application API, it utilised /api/:appId heavily which is a route that matches nearly everything. 2020-11-19 16:55:59 +00:00
Andrew Kingston
7bc306fe43 Bump BBUI and use slider components from BBUI 2020-10-30 14:54:12 +00:00
Andrew Kingston
1f5b1cfd10 Save theme settings to local storage and improve slider styles 2020-10-30 13:23:49 +00:00
Andrew Kingston
cb5bce660b Add theme editor component to top bar 2020-10-30 10:41:44 +00:00
Andrew Kingston
8df7781dd4 More tidy up 2020-10-27 09:16:54 +00:00
Andrew Kingston
cef81ea3e0 Fix top right settings icon styles 2020-10-22 17:44:17 +01:00
Martin McKeaveney
e300134186 lint 2020-10-15 17:05:09 +01:00
Martin McKeaveney
3ba8f19e7f more filtering updates 2020-10-15 12:09:41 +01:00
Martin McKeaveney
11927d2340 adding sum and count functionality, preventing user from doing bad filters 2020-10-15 10:48:57 +01:00
Martin McKeaveney
d2a7bf55a7 lint 2020-10-14 13:21:43 +01:00
Martin McKeaveney
e95af51cde simplify user authentication, remove anon user, fix login cookie issues 2020-10-13 21:33:56 +01:00
Martin McKeaveney
f921f4c090 fix issues from eslint plugin prettier 2020-10-13 16:33:45 +01:00
Martin McKeaveney
34bfef5661 bulk deletes on grid 2020-10-13 16:17:07 +01:00
Martin McKeaveney
dd2a84d58a support for external webhooks 2020-10-12 11:57:37 +01:00
Andrew Kingston
b7edf26754 Move modal to BBUI and update usages 2020-10-08 09:35:11 +01:00
Andrew Kingston
6170921d45 Remove padding on top nav bar so that things are properly centered 2020-10-07 12:00:15 +01:00
Andrew Kingston
c80f9e9da2 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-06 18:03:43 +01:00
mike12345567
f3c4144072 Minor update to remove send grid from the API component of the builder and make them part of the automation itself. 2020-10-05 17:45:31 +01:00
Andrew Kingston
70b70252ec Fix cypress texts and update use of modal 2020-10-05 11:13:09 +01:00
Andrew Kingston
812e4b891a Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 2020-10-02 16:43:08 +01:00
mike12345567
6b222ffbf0 Merge branch 'remove-views' of github.com:Budibase/budibase into linked-records 2020-10-02 14:49:23 +01:00
Andrew Kingston
337f0591b5 Update settings to use new modal 2020-10-02 12:22:49 +01:00
Andrew Kingston
71cc7a9059 Increase settings modal padding 2020-10-01 11:29:43 +01:00
Martin McKeaveney
a35c4bca2a fix select elements 2020-09-30 11:57:42 +01:00
Andrew Kingston
049426b399 Fix all styles in settings modal 2020-09-30 10:24:16 +01:00
Michael Shanks
69292c353c analytics - identify user + extra actions added 2020-09-29 15:26:56 +01:00
Michael Shanks
8aad7eb49d Fetching analytics userId, when api_key entered 2020-09-28 10:47:18 +01:00
Martin McKeaveney
bbcb282e53
Cypress Tests Running in CI (#524)
* cypress test setup

* running cypress in CI

* fixing tests after first time setup wizard

* bb api key

* API Key in right place

* adding env in cypress.json

* env var in setup

* lint

* API key not working

* fill in API key form if present

* allow more time for creation

* cypress server for debug

* video recording, better debugging

* Adding debug logs

* set node env

* cypress env

* cancel irrelevant test
2020-08-05 15:18:28 +01:00
Joe
8df53290ba Map, Icon, Datalist removed from UI 2020-07-15 11:12:43 +01:00
Martin McKeaveney
cbc22306cd lint 2020-07-13 19:44:42 +01:00
Martin McKeaveney
ec323a69ea identify user in builder 2020-07-13 18:09:32 +01:00
Joe
70050332e6 Various minor UI updates including the settings modal
Settings modal update includies, improved spacing, element sizing. Working with this part of the platform felt a little brittle. It might be the fact it's a modal.

The frontend component section had a different layout that the block section in the backend and workflow section - updated to follow suit.

Dataform button updated and improved.

Settings button color updated

Additonal data blocks added which are pretty popular (not essential but took me mew a seconds to add and will save me a decent bit in the future)
2020-07-12 19:19:12 +01:00
kevmodrome
bea29bd392
fix inconsistencies in heights and paddings 2020-07-10 11:05:58 +02:00
kevmodrome
2134d38fb9
fix: fixes gap in danger zone and removes placeholder message 2020-07-10 09:57:47 +02:00
kevmodrome
c9be2fa2c4
fix: corrects border radii on some elements in the users and api keys panels 2020-07-10 09:53:00 +02:00
kevmodrome
2b884a68a8
updates error message when users are fetched 2020-07-10 09:27:50 +02:00
kevmodrome
40835eae67
corrects background on general tab and bumps bbui version 2020-07-10 09:22:36 +02:00
kevmodrome
a85d67574a
remove som console.logs 2020-07-07 14:47:27 +02:00
kevmodrome
dc5db6f552
adds delete functionality to application 2020-07-07 14:44:05 +02:00
kevmodrome
f6f2dfb8e4
dummy methods wired up to return values to the front-end 2020-07-02 18:38:00 +02:00
kevmodrome
03980182d2
fetches keys correctly on the front-end 2020-07-02 17:55:36 +02:00
kevmodrome
aabde78c47
sets up dummy back-end 2020-07-02 17:53:09 +02:00
kevmodrome
d5b85ba8d7
adds tab to settings modal on front-end to display API Keys 2020-07-02 17:28:33 +02:00
kevmodrome
69e5086388
remove unneeded appPackage route 2020-07-02 11:30:36 +02:00
kevmodrome
4f6283eef2
adds functionality to update name and description of app 2020-06-29 17:18:43 +02:00
kevmodrome
5e8909cf0e
correct put call to not remove password 😅 2020-06-29 15:55:12 +02:00
kevmodrome
f25ae8750d
bump bbui version and fix disabled Select component in user row component 2020-06-29 13:31:51 +02:00
kevmodrome
9761ac21e0
fix wrong stuff coming back after updating user 2020-06-29 13:14:15 +02:00
kevmodrome
19981cb223
lint fixes 2020-06-29 10:12:13 +02:00
kevmodrome
c144436bb8
adds edit/save mode to update user list 2020-06-29 10:10:41 +02:00
kevmodrome
5c532e1543 sets up frontend side of updating users 2020-06-26 11:04:50 +02:00
kevmodrome
68e1441b83 adds functionality to check list of users and add users in settings modal 2020-06-25 14:25:17 +02:00
kevmodrome
106b28ced6 change spacing var to be hardcoded 2020-06-25 12:41:22 +02:00
kevmodrome
5c67285db3 more work on settings modal 2020-06-24 15:04:01 +02:00
kevmodrome
a50dd46a97 adds integration design 2020-06-19 15:50:39 +02:00
kevmodrome
c9a49e4d4b bump bbui and add DangerZone design 2020-06-19 12:51:02 +02:00
kevmodrome
310b41c4b3 adds General tab design and updates bbui 2020-06-19 12:09:27 +02:00
kevmodrome
482d791b96 Sets up tabbed modal for settings 2020-06-19 09:14:03 +02:00