Shams
59ca08f8dc
Merge pull request #631 from rowyio/rc
...
v2.3.0
v2.3.0
2022-02-04 19:29:00 +11:00
Sidney Alcantara
706734d6f8
Merge branch 'develop' into rc
...
* develop:
add function to handle dervivates output fields
fix false positive duplicate value error
2022-02-04 16:20:12 +11:00
Gibson Han
34880a0b12
Merge pull request #635 from gibsonliketheguitar/support-dervi-context-menu
...
Fix false positive duplicate value conditions & Right click supports derivates output fields
2022-02-04 11:57:14 +07:00
Gibson Han
2f5ef0625d
Merge branch 'develop' into support-dervi-context-menu
2022-02-04 11:57:03 +07:00
Gibson Han
858463845d
add function to handle dervivates output fields
2022-02-04 11:53:12 +07:00
Sidney Alcantara
945f653813
bump version number
2022-02-04 15:32:28 +11:00
Sidney Alcantara
bc0731a23a
Merge branch 'develop' into rc
...
* develop: (39 commits)
ammend changes
split jotai atom into selectedCell and anchorEle atom
amend requested changes
create table
useBasicSearch: switch to match-sorter
ammend fix recommendations
remove contextMenuRef and replace with jotai
fix issue requested in pr
remove unused dependencies
fix ContextMenu close animation (#630 )
use mui cut, paste icons (#630 )
comment out console.logs (#630 )
TableRow: remove unnecessary wrapping component ContextMenu (#630 )
fix add column to left/right showing stale data in new column settings
enable context menu on all string field and only number field
fix remove bug
add context menu feature with cut, copy, and paste
add cut and paste icons
fix filters override clear button copy
clean up status number logic
...
2022-02-04 15:31:48 +11:00
Sidney Alcantara
d7cc47950d
Merge pull request #632 from gibsonliketheguitar/righ-click-v2
...
Right click menu -v2
2022-02-04 15:30:33 +11:00
Gibson Han
e3e838cce3
fix false positive duplicate value error
2022-02-04 10:38:47 +07:00
Gibson Han
5736636068
ammend changes
2022-02-04 08:39:33 +07:00
Gibson Han
afdd98fe70
split jotai atom into selectedCell and anchorEle atom
2022-02-03 15:59:14 +07:00
Gibson Han
4e1ed254f0
amend requested changes
2022-02-03 14:49:40 +07:00
shamsmosowi
a6adda42b1
Merge branch 'develop' of https://github.com/rowyio/rowy into develop
2022-02-03 15:03:46 +08:00
shamsmosowi
4c44464dcd
create table
2022-02-03 15:03:04 +08:00
Sidney Alcantara
e36d60b4d9
useBasicSearch: switch to match-sorter
2022-02-03 16:15:43 +11:00
Gibson Han
52f5d58a3c
Merge branch 'right-click-menu' into righ-click-v2
2022-02-02 22:18:03 +07:00
Gibson Han
e4170715bf
ammend fix recommendations
2022-02-02 20:56:52 +07:00
Gibson Han
cf1f2a8c88
remove contextMenuRef and replace with jotai
2022-02-02 20:13:30 +07:00
Gibson Han
e3b273a278
fix issue requested in pr
2022-02-02 18:08:22 +07:00
Sidney Alcantara
a757951425
remove unused dependencies
2022-02-02 18:55:53 +11:00
Sidney Alcantara
84316e599e
Merge pull request #624 from rowyio/dependabot/npm_and_yarn/follow-redirects-1.14.7
...
Bump follow-redirects from 1.10.0 to 1.14.7
2022-02-02 16:50:47 +11:00
Sidney Alcantara
ac7bf6ed73
Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-1.14.7
2022-02-02 16:50:23 +11:00
Sidney Alcantara
0522d58a7b
Merge pull request #627 from rowyio/dependabot/npm_and_yarn/nanoid-3.2.0
...
Bump nanoid from 3.1.23 to 3.2.0
2022-02-02 16:47:26 +11:00
Sidney Alcantara
e026cac035
fix ContextMenu close animation ( #630 )
2022-02-02 16:46:55 +11:00
Sidney Alcantara
93663be493
use mui cut, paste icons ( #630 )
2022-02-02 16:44:57 +11:00
Sidney Alcantara
fefd12491c
comment out console.logs ( #630 )
2022-02-02 16:41:58 +11:00
Sidney Alcantara
8e992104ce
TableRow: remove unnecessary wrapping component ContextMenu ( #630 )
2022-02-02 16:41:44 +11:00
Sidney Alcantara
b91521bc4e
Merge pull request #630 from gibsonliketheguitar/right-click-menu
...
Right click menu
2022-02-02 16:21:04 +11:00
Sidney Alcantara
40247cb60e
fix add column to left/right showing stale data in new column settings
2022-02-02 15:12:50 +11:00
Gibson Han
8c9db63c54
enable context menu on all string field and only number field
2022-02-01 17:57:41 +07:00
Gibson Han
4a40996a02
fix remove bug
2022-02-01 17:43:56 +07:00
Gibson Han
20fb3e9ca0
add context menu feature with cut, copy, and paste
2022-02-01 17:41:24 +07:00
Gibson Han
557d13eacb
add cut and paste icons
2022-02-01 17:09:37 +07:00
Sidney Alcantara
b71b468a9c
fix filters override clear button copy
2022-02-01 18:52:03 +11:00
shamsmosowi
13bdb0e2bb
clean up status number logic
2022-02-01 12:12:58 +08:00
shamsmosowi
cf452d93bf
fix string status to show correct label
2022-02-01 10:46:57 +08:00
Shams
f5d2a23ad9
Merge pull request #626 from gibsonliketheguitar/feat-147
...
Feat-147 & Feat-166
2022-02-01 02:13:30 +11:00
Gibson Han
bd412757ea
reorder conditionals and add value+1, value-1 if operators is < or > respectively
2022-01-31 19:57:18 +07:00
Shams
0f2c037d8f
Merge pull request #610 from gibsonliketheguitar/fix-558
...
fix-bug-558: adding column left or right unpredictable state
2022-01-31 22:21:28 +11:00
Shams
d8e46beab6
Merge branch 'develop' into fix-558
2022-01-31 22:21:14 +11:00
Gibson Han
cf4b547315
--amend
2022-01-31 18:06:36 +07:00
Gibson Han
5151e09959
fix bug, conditional dependent on if typeof source is undefined
2022-01-31 15:33:28 +07:00
Gibson Han
7cbd21a382
--amned
2022-01-31 13:23:01 +07:00
Gibson Han
3e70cce95c
add code to account for add column by button
2022-01-31 13:10:08 +07:00
Shams
dee56366c4
Merge pull request #611 from gibsonliketheguitar/fix-559
...
fix-bug #559 unpredictable state of tableAction.reorder's function
2022-01-31 16:55:11 +11:00
Sidney Alcantara
c59e73fad9
Merge branch 'develop' into rc
...
* develop:
TableCard: add spacing for markdown descriptions
allow all users to override table filters
store table description tooltip dismiss state in localstorage
support images in table card markdown
support markdown in table description
add comment
fix status of action cell not showing 0 values
2022-01-31 14:07:28 +11:00
Sidney Alcantara
29f86fca94
TableCard: add spacing for markdown descriptions
2022-01-31 14:05:37 +11:00
Gibson Han
59d6fa59e6
change variable naming and add some comments
2022-01-30 17:07:30 +07:00
Sidney Alcantara
8b8bf83d36
allow all users to override table filters
2022-01-28 19:08:35 +11:00
Sidney Alcantara
f5c0f5a541
store table description tooltip dismiss state in localstorage
2022-01-28 18:26:38 +11:00