cmack
efff8041b9
Checkbox component
2020-07-26 12:14:13 +01:00
Michael Shanks
a2bb8762b4
Updated settings icon
2020-07-20 15:31:38 +01:00
Joe
ddaec1167b
Update LinkedRecordSelector.svelte
2020-07-15 12:58:35 +01:00
cmack
dd3c66680a
Tidyup and Deletion of old files
2020-07-15 10:50:20 +01:00
Joe
0e2bb2cf84
Layout update
...
The backend table was pushing the right panel out of sight on smaller screens. I have added css grid to control the layout, including a minimax section so the content does not dictate the size of the middle screen.
2020-07-14 14:52:11 +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
Martin McKeaveney
e293f3f70a
adding renaming test
2020-06-26 09:55:15 +01:00
Martin McKeaveney
48f3392152
record keys as names
2020-06-25 20:04:58 +01:00
Joe
dcfa39ef67
Formatting
2020-06-25 16:02:30 +01:00
Joe
d9a48e3a51
General UI fixing previous styling issues
2020-06-25 15:49:56 +01:00
Martin McKeaveney
69c6a86ccd
renamed colours
2020-06-24 17:13:16 +01:00
Martin McKeaveney
65d0454377
merge
2020-06-24 17:02:38 +01:00
Martin McKeaveney
ee86d6fb16
update when linked field added
2020-06-24 16:56:13 +01:00
Martin McKeaveney
1f2c1a06aa
lint ✨
2020-06-24 16:12:55 +01:00
Martin McKeaveney
2c764a787c
custom notifications solution
2020-06-24 16:10:54 +01:00
Joe
5b600c4f2b
Merge branch 'master' into Css-update-to-reflect-BBUI
2020-06-24 15:35:40 +01:00
Joe
027d81be29
Props panel updated
...
All design props tested
SImplification of design props completed, with, in some cases, the replacement of units with general terminology.
2020-06-24 15:06:28 +01:00
Martin McKeaveney
01d7f80e7b
custom notifications, models + fields keyed by ID
2020-06-24 12:41:26 +01:00
Martin McKeaveney
3c3104be7b
enable renaming of records by using IDs
2020-06-23 23:26:54 +01:00
Joe
8f967116fc
Selected pseudo class removed, workflow panels updated
2020-06-23 21:29:18 +01:00
Martin McKeaveney
c5bd314931
lint ✨
2020-06-23 16:20:06 +01:00
Martin McKeaveney
afcc80ab9d
improvements to linked records
2020-06-23 13:50:45 +01:00
Joe
a77be47076
CSS update UI refresh
...
Font changed to Inter
Colors reflect BBUI
Panel background removed
2020-06-23 08:19:16 +01:00
Martin McKeaveney
6adb2a72e0
merge
2020-06-22 22:39:41 +01:00
Martin McKeaveney
1b1b804bbd
bidirectional linked records
2020-06-22 21:30:23 +01:00
Martin McKeaveney
099e394270
lint ✨
2020-06-18 17:55:46 +01:00
Martin McKeaveney
7c4f24c1b4
backend v1 - styling to do
2020-06-18 17:17:18 +01:00
Martin McKeaveney
5f8d6bbfe4
add new models and fields, delete models
2020-06-17 16:51:10 +01:00
kevmodrome
40dfde522b
make tests less brittle
2020-06-11 17:10:26 +02:00
kevmodrome
39093f3ce6
Merge branch 'master' into feature/add-e2e-tests
2020-06-11 16:41:14 +02:00
Joe
b603e27bc4
formatting and lint update
2020-06-11 13:15:19 +01:00
kevmodrome
b473604bc4
adds tests to add components and change props on them
2020-06-11 12:56:16 +02:00
Conor_Mack
e32b179fb5
User can now specify suffix in the Input
2020-06-09 11:33:37 +01:00
kevmodrome
cc44ca3e54
switch out input to use bbui
2020-06-04 09:26:50 +02:00
Joe
a416ecc789
formatting
2020-06-02 20:56:16 +01:00
Joe
63882727de
Defeat
...
I stand defeated to UIKit and its CSS shackles
2020-06-02 20:55:15 +01:00
Joe
6fcc3ad163
Backend modal UI update
...
Models include:
Create new view
Create new model
Create new field
Create new user
2020-06-02 19:59:58 +01:00
Conor_Mack
d992c926ba
Font Weights, Color Label and Input Widths
2020-06-02 15:42:19 +01:00
Conor_Mack
dccb05d509
Changing value to val in handleChange
2020-06-02 15:26:03 +01:00
Conor_Mack
81d493e0c1
Merge pull request #295 from Budibase/components/card-settings-and-input-suffix
...
Updating input group for auto values
2020-06-02 15:16:53 +01:00
Conor_Mack
d8c20f9b9c
Updating input group for auto values
2020-06-02 15:09:31 +01:00
Conor_Mack
3acfb99cd8
Merge pull request #294 from Budibase/components/card-settings-and-input-suffix
...
Components/card settings and input suffix
2020-06-02 15:06:43 +01:00
Conor_Mack
0a3390f935
Allowing auto values for inputs
2020-06-02 15:00:31 +01:00
Conor_Mack
006a4de77e
Allowing auto values for inputs
2020-06-02 15:00:24 +01:00
Michael Shanks
a11d27f867
bugfix: input value handles undefined/null
2020-06-02 14:48:18 +01:00
Conor_Mack
2c228fee81
Bug fixes and tidyup
2020-06-02 14:22:35 +01:00
Conor_Mack
773d0268d4
Card Settings and Fix for Input Suffixes
2020-06-02 14:01:25 +01:00
Martin McKeaveney
be3ebf1982
Merge pull request #288 from Budibase/model-fixes
...
model bugfixes
2020-06-02 11:46:38 +01:00
Martin McKeaveney
d932670d7e
model bugfixes
2020-06-02 11:40:33 +01:00
Conor_Mack
aaf55b7f70
Merge pull request #286 from Budibase/property-panel/components-from-design
...
Property panel components upgrade
2020-06-02 11:22:52 +01:00