shamsmosowi
edc4e065c1
hot-reload update form-builder
2023-06-10 16:05:23 +02:00
Shams
4ca336ad5c
Merge pull request #1279 from il3ven/issue-1275
...
chore: migrate from CRA and Jest to Vite and Vitest
2023-06-10 16:01:20 +02:00
Shams
a3452b55ca
Merge branch 'develop' into issue-1275
2023-06-10 16:01:07 +02:00
Shams
5de5e2e275
Merge pull request #1285 from rowyio/fix/false-offline
...
Fix false offline error
2023-06-10 15:03:10 +02:00
Bobby Wang
f420106c49
fix false offline error using navigator.onLine
2023-06-10 18:04:17 +07:00
Vaibhav C
2ba9279c0e
Merge remote-tracking branch 'upstream/develop' into issue-1275
2023-06-06 15:44:45 +00:00
Vaibhav C
31fb62e065
add colord as a dependency
2023-06-06 13:23:29 +00:00
Vaibhav C
7c12e3ac42
migrate to vite and vitest from cra and jest
2023-06-06 12:51:29 +00:00
mnmt7
23e29ca9f7
"Filter by" option to filter by the value of the cell ( #1251 )
...
* add filter-by option in right-click menu
* enable filterby option on fields which are spread out versions of a JSON
* remove "Filter value" option
2023-06-02 10:47:01 +03:00
Shams
20a2100c20
Merge pull request #1255 from rjackson/customise-slider
...
Add colour change customisation to Slider
2023-06-01 17:12:21 +02:00
Shams
ed16eb28f1
Merge pull request #1268 from mnmt7/sort-button
...
Sort button to showcase if a column is sorted or not
2023-06-01 16:07:56 +02:00
Manmeet
9b0ed58051
save the sort in firebase
2023-06-01 10:38:08 +05:30
Rob Jackson
b263c922d8
Add colour change customisation to Slider
2023-05-30 16:50:39 +01:00
Manmeet
316807a0ed
add sort button
2023-05-23 13:10:50 +05:30
bofeiw
9999066487
Merge pull request #1254 from rjackson/fix-safari-blanking-number-on-decimals
...
Fix Safari turning decimal number inputs to 0
2023-05-16 02:30:47 +07:00
Rob Jackson
a57848432e
Apply Safari number fixes to Percentage
2023-05-14 13:49:12 +01:00
Rob Jackson
40477f7a36
Cast number inputs before save
2023-05-14 13:46:08 +01:00
Rob Jackson
65686d80e0
Fix number inputs on SideDrawerField
2023-05-14 13:30:44 +01:00
Shams
e80e588e5e
Merge pull request #1258 from rowyio/hot-fix/derivative-sidedrawer
...
ROWY-1185: fix derivative sidedrawer
2023-05-12 00:43:17 +02:00
Han Tuerker
df577cefd7
fix: derivative sidedrawer
2023-05-12 01:20:49 +03:00
Shams
079c5ebf0d
Merge pull request #1246 from iamanishroy/ui-bug-fixes
...
UI improvements and fixes [ROWY-1117, ROWY-1110, ROWY-925, ROWY-1034]
2023-05-10 17:07:12 +02:00
Shams
cbeeb4997c
Merge branch 'develop' into ui-bug-fixes
2023-05-10 17:04:57 +02:00
Rob Jackson
a292667c92
Fix Safari turning decimal number inputs to 0
...
Chrome has some slightly unique input[type="number"] handling behaviour, where it restricts the characters that can be typed to numeric characters. Under-the-hood, Chrome withholds certain invalid input states from being emitted as change events – so we only receive change events for valid numbers.
Safari behaves slightly differently. It allows any characters to be entered and emits a change event on each character press, but its internal "value" is only set if the typed input is a valid number. The change events then either come through with a numeric value represented, or as an empty string.
For example, when typing "12.34" we receive onChange events with "1", "12", "", "12.3", and "12.34".
On that third onChange event when we pass "" up to React, React happily ignores the change (I _think_ bceause the incoming value "" already matches the element's value of ""; nonetheless, React have solved this issue for us).
When we parse the input via `Number(v)` we encounter problems. `Number("")` resolves to `0`, React sets the input's value to `0`, and the user is therefore unable to type decimal values successfully.
The solution for this is not to cast to a number at all. We'll rely on default browser behaviour to manage the input for us (allowing users to enter invalid characters), but we're still safe because the element's internal state will always be numeric.
In the scenario that a customer does try enter an invalid input "abc123", the input field simply blanks itself when they leave it.
2023-05-10 15:24:25 +01:00
Anish Roy
c688be3881
feat: Array value formatted on display cells
2023-05-05 16:44:22 +05:30
Anish Roy
de84161b5c
fix: context right click menu breaks when cell being selected is in editor mode
2023-05-05 16:31:09 +05:30
Anish Roy
3a3f4656bc
fix: Action button on table with frozen column, floats with high z index
2023-05-05 15:50:24 +05:30
Anish Roy
20f54ed3b0
fix: JSON column configuration overlapping fields
2023-05-05 15:44:41 +05:30
Shams
2e62e841a2
Merge pull request #1237 from iamanishroy/new-field-subtable-array
...
Array Subtable bug fixes
2023-05-04 19:35:35 +02:00
Shams
fe816fcd83
Merge pull request #1241 from alceil/status-bug-fix
...
Fixes label not displayed in Status type
2023-05-04 19:35:15 +02:00
Shams
9c6bae2dcb
Merge branch 'develop' into status-bug-fix
2023-05-04 19:31:38 +02:00
alceil
60d4213b43
Fix label not showing in status type
2023-05-03 20:09:26 +05:30
Shams
e33969fbe9
Merge pull request #1238 from rowyio/storage-rules-doc-link
...
Update storage rules doc link
2023-05-03 10:48:43 +02:00
Bobby Wang
a2fde2f91c
update unable to upload file link to new doc
2023-05-02 23:42:17 +08:00
Harini Janakiraman
5708153798
Update CONTRIBUTING.md
...
Fixed link
2023-05-02 22:18:35 +10:00
Anish Roy
3b493a6785
fix: clear value not working
2023-05-02 14:54:42 +05:30
Anish Roy
09a7ab8b68
removed logs
2023-05-02 14:37:28 +05:30
Anish Roy
9f6bc117c5
fix: delete first row in Array Sub Table
2023-05-02 14:36:17 +05:30
mnmt7
2715a8094a
Implement and Add SideDrawerField for Formula Field ( #1225 )
...
* Implement and Add SideDrawerField for Formula Field
* Modify Formula SideDrawerField to use already calculated value
* fix unneccessary db update on formula calculations
---------
Co-authored-by: Han Tuerker <burhan.tuerker@gmail.com >
2023-05-02 02:29:02 +03:00
bofeiw
b8c231ae62
Merge pull request #1233 from mnmt7/copy-fields-support
...
Expand support for fields that can be copied to clipboard
2023-04-30 20:01:26 +08:00
mnmt
b7d661eaef
add hotkey and right-click context copy functionality to fields
2023-04-30 14:58:40 +05:30
shamsmosowi
d302dace85
remove comment for function body restriction
2023-04-29 21:02:47 +02:00
Shams
6086e25863
Merge pull request #1228 from iamanishroy/new-field-subtable-array
...
Bug Fix - could not find row
2023-04-25 15:35:17 +02:00
Anish Roy
0d9c56487f
get(row, field.fieldName)
2023-04-25 18:50:07 +05:30
Anish Roy
6839c1ea0f
removed logs
2023-04-25 18:43:52 +05:30
Anish Roy
170687ed27
fixed - could not find row
2023-04-25 18:31:19 +05:30
shamsmosowi
cbabc8d0c2
array subTable
2023-04-24 23:30:57 +02:00
Shams
8cc9d90724
Merge pull request #1221 from iamanishroy/new-field-subtable-array
...
Array SubTable bug fixes
2023-04-24 23:03:33 +02:00
Anish Roy
d852459c9e
bug fix: meta getting to firstore
2023-04-21 14:33:54 +05:30
Anish Roy
39f8926dae
description
2023-04-21 14:01:35 +05:30
Shams
a6cbb7f8f4
Merge pull request #1212 from iamanishroy/new-field-subtable-array
...
ROWY-973: New field subtable array
2023-04-21 08:56:00 +02:00