Commit Graph

4224 Commits

Author SHA1 Message Date
Shams
b64bdbc6e7 Merge pull request #1473 from janvi01/pasteFilterBug
fix: while pasting updates the value of the cell if highlighted
2023-11-06 20:51:01 -08:00
Anush Deokar
3616326276 fix: selection column should be sticky especially when columns are frozen (#1466)
* bulk selection bug fix

* space lint fix
2023-11-06 20:52:38 +05:30
janvi01
7e68794afb added comment 2023-11-06 16:52:07 +05:30
janvi01
1d21a4b073 fix: paste updatation of the highlighted cell 2023-11-06 16:42:31 +05:30
Shams
934fc6ff4b Merge pull request #1456 from iamanishroy/fix/JSON-field-update
fixed - JSON field update issue
2023-10-31 01:31:18 -07:00
Anish Roy
201c69a386 removed unwanted changes 2023-10-30 23:08:37 +05:30
Anish Roy
5666ba8fa2 removed useUpdate; using try catch 2023-10-30 23:04:09 +05:30
Anish Roy
3a15b57fba using set by default instead of update 2023-10-30 22:19:34 +05:30
Anish Roy
429a4c44a5 fixed - JSON field update issue 2023-10-30 13:12:21 +05:30
Shams
a847aed074 Merge pull request #1451 from rowyio/fix/buildship-template-change
fix buildship template change object
2023-10-29 05:35:49 -07:00
Bobby Wang
662816554f fix buildship template change object 2023-10-29 04:54:19 +08:00
shamsmosowi
ddec45bf1a rename buildship 2023-10-27 13:33:50 +08:00
Shams
ab6c2d57e6 Merge pull request #1406 from rowyio/rc
Rc
v3.0.0
2023-10-25 03:24:03 -07:00
Shams
add7aa07ff Merge pull request #1445 from rowyio/develop
Develop
2023-10-25 00:43:15 -07:00
Shams
fd8df4947c Merge pull request #1430 from janvi01/BtnTooltips
feat: added tooltip to buttons
2023-10-25 00:42:34 -07:00
Shams
093183ef89 Merge pull request #1412 from AnushDeokar/fix/tablename-textbox-ui-error-firstclick
Table name textbox UI error fix
2023-10-25 00:41:50 -07:00
Shams
3638cd2003 Merge pull request #1322 from rowyio/feat/secret-management-popup
Add secret management popup
2023-10-25 00:32:05 -07:00
Shams
c65ada7ae4 Merge pull request #1437 from rowyio/feat/buildship-authenticated-extension
ROWY-1542 Add buildship authenticated trigger
2023-10-23 19:50:16 -07:00
Shams
29f9e474ed Merge pull request #1439 from rowyio/dependabot/npm_and_yarn/tinymce-5.10.8
Bump tinymce from 5.10.7 to 5.10.8
2023-10-23 19:49:47 -07:00
Shams
b85ec59737 Merge pull request #1444 from nithinrdy/allow-for-pasting-in-firefox
Retrieve clipboard data from ClipboardEvent instead
2023-10-23 19:48:56 -07:00
Vishnu Nithin Reddy
7bedf8b47d Add info snackbar for Firefox users 2023-10-23 12:25:12 +05:30
Bobby Wang
a249b3d20a update buildship trigger context type 2023-10-23 06:54:43 +08:00
Bobby Wang
b30395f28c update buildship trigger body config 2023-10-23 06:49:53 +08:00
Vishnu Nithin Reddy
80a408063a Retrieve clipboard data from the event instead 2023-10-23 00:07:35 +05:30
dependabot[bot]
90f2136fb1 Bump tinymce from 5.10.7 to 5.10.8
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.7 to 5.10.8.
- [Changelog](https://github.com/tinymce/tinymce/blob/5.10.8/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.10.8/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 16:54:00 +00:00
Bobby Wang
1646e99e49 add prefilled values for buildship extension 2023-10-19 06:24:46 +08:00
Bobby Wang
fe16570a94 fix buildship typo 2023-10-18 05:54:11 +08:00
Bobby Wang
4ed7a89a31 add buildship authenticated trigger 2023-10-13 18:50:46 +08:00
Shams
68503156cb Merge pull request #1431 from nithinrdy/ability-to-edit-fieldKeys-when-importing-CSVs
Ability to edit field keys when importing CSVs
2023-10-11 03:51:18 -07:00
Shams
65ba9973f2 Merge pull request #1419 from nithinrdy/allow-for-disabling-save-popups-in-tables
Allow for disabling save popups in tables
2023-10-06 01:33:50 -07:00
Vishnu Nithin Reddy
c0b04884e6 Move save pop-ups out of the way, to the corner 2023-10-04 18:17:39 +05:30
Vishnu Nithin Reddy
8984f398e2 Disable next if fieldKeys are empty strings 2023-10-03 11:11:32 +05:30
Vishnu Nithin Reddy
9f52e09064 Add Field Key input field to CSV import step 1, next to Column Select
field

 - Update key and fieldName properties onChange
2023-10-03 11:01:40 +05:30
janvi01
204ed467d3 fix: added mui tooltip component 2023-10-02 12:13:07 +05:30
janvi01
d3e89e6014 feat: added tooltip to buttons 2023-10-02 11:47:52 +05:30
Vishnu Nithin Reddy
6e21feba0d Group like imports 2023-09-21 21:16:23 +05:30
Vishnu Nithin Reddy
03bbce2b97 Remove stray console.log and better variable naming 2023-09-21 21:09:26 +05:30
Vishnu Nithin Reddy
540373dbfd Create atom to fetch defaultTableSettings from.
Use atom in useSave*** hooks to determine if popups are to be shown (and
if not, whether changes are to be applied automatically).
2023-09-21 20:51:21 +05:30
Vishnu Nithin Reddy
e4194801c5 Create a Table Settings section.
Contains options to customize saving behavior in case of changes to a table's sorting and columns' widths.
2023-09-21 13:06:16 +05:30
AnushDeokar
31296ef051 tablename first click error fixed 2023-09-14 01:29:10 +05:30
Shams
a0ddfaee76 Merge pull request #1405 from rowyio/develop
Develop
2023-09-07 19:36:24 -07:00
Shams
0099bd1dac Merge pull request #1368 from nithinrdy/nithin/accessible-resizing
Add an accessible resizing option
2023-09-07 19:34:40 -07:00
Shams
8f957ec14d Merge pull request #1395 from rowyio/dependabot/npm_and_yarn/adobe/css-tools-4.3.1
Bump @adobe/css-tools from 4.0.1 to 4.3.1
2023-09-07 19:34:20 -07:00
Shams
5566d6a37d Merge pull request #1390 from rowyio/11/improve-multi-filters
add support for multiple filters
2023-09-07 19:33:44 -07:00
Shams
071527a959 Merge pull request #1394 from rowyio/feature/code-editor-package-typing
Monaco code editor auto typing
2023-09-07 19:33:03 -07:00
Shams
6cedeb44c0 Merge pull request #1291 from il3ven/issue-809
add support for bulk deletion of rows
2023-09-07 19:30:30 -07:00
il3ven
e53638ca58 Merge branch 'develop' into 11/improve-multi-filters 2023-09-04 18:39:12 +00:00
il3ven
7aed17b5c0 feat: support applied filters as shareable urls
this feature has been re-implemented from PR #1256 because the older PR had
bugs and didn't support multiple filters.
2023-09-04 18:10:56 +00:00
shamsmosowi
a2806a7c31 add copy support to id 2023-09-03 12:36:37 +08:00
Shams
4a84523010 Merge pull request #1389 from rishi-raj-jain/develop
fix: FEAT: Array column should be filterable
2023-08-30 23:43:20 -07:00