Commit Graph

3982 Commits

Author SHA1 Message Date
Yaman Katby
13c1b69386 update the action and the redo code templates 2023-04-06 17:26:03 +03:00
Yaman Katby
0bc104d07e convert the import into comment 2023-04-06 17:18:59 +03:00
Yaman Katby
bc815afe74 update the connector field default value 2023-04-06 17:16:26 +03:00
Shams
7aef3dcda9 Merge pull request #1203 from rowyio/fix/airtableurl
quick fix to the docs link
2023-04-05 16:59:15 +02:00
Harini Janakiraman
cfde5886c4 Update externalLinks.ts 2023-04-05 19:08:08 +10:00
Shams
00f2debcbe Merge pull request #1193 from rowyio/fix/export-to-date-bug
fix export crash due to toDate issue
2023-04-03 08:54:48 +02:00
Bobby Wang
f66e8b9880 fix commit history 2023-04-01 02:52:00 +13:00
Bobby Wang
a91b751995 fix export crash due to toDate issue 2023-04-01 02:37:14 +13:00
Shams
192305d317 Merge pull request #1152 from iamanishroy/import-files
ROWY-935: Support import files, image, reference and geoPoint
2023-03-31 11:21:18 +02:00
Shams
d9ebf9609d Merge branch 'develop' into import-files 2023-03-31 11:21:10 +02:00
Shams
38e8e08cbc Merge pull request #1182 from rowyio/fix/code-template-typo
fix code template typo
2023-03-31 11:19:40 +02:00
Shams
90021eccc3 Merge pull request #1183 from rowyio/ROWY-1062-row-id-customization
Persist id customization at table level
2023-03-31 11:19:17 +02:00
Han Tuerker
02eec0050b update table schema with id customization 2023-03-29 12:34:25 +03:00
Bobby Wang
23fd0c77bc fix code template typo 2023-03-29 11:10:45 +13:00
Shams
d9927bdfc8 Merge pull request #1098 from rowyio/dependabot/npm_and_yarn/ua-parser-js-0.7.33
Bump ua-parser-js from 0.7.32 to 0.7.33
2023-03-28 12:10:33 +02:00
shamsmosowi
6ffa689fa6 firebase auth webhook 2023-03-28 12:08:57 +02:00
Anish Roy
bb2fcf3b64 added Airtable import/upload files 2023-03-28 10:21:41 +05:30
shamsmosowi
e7d9b29196 exporterRoles table 2023-03-23 16:35:15 +01:00
Shams
097ab2353b Merge pull request #1151 from devsgnr/rowy-135
Select & MultiSelect Chip Colors - ROWY-135
2023-03-23 11:03:49 +01:00
Shams
cca37936f9 Merge pull request #1167 from rowyio/fix/set-user-roles-requires-rowy-run
Fix: update user roles requires rowy run
2023-03-23 10:52:06 +01:00
Han Tuerker
aded1f7959 add set rowy run guard when update roles 2023-03-20 21:20:39 +01:00
Emmanuel Watila
d03e62fd56 Verified null checker 2023-03-17 10:36:16 +01:00
Emmanuel Watila
a35e5d6524 Stripped away null check and move them into getColors function - attempting to fix and error 2023-03-16 19:22:20 +01:00
Emmanuel Watila
8ecae1060e Changed the short-circuit to a tenary on SingleSelect Chip 2023-03-16 17:34:51 +01:00
Shams
1d20ab9d9b Merge pull request #1162 from rowyio/dependabot/npm_and_yarn/webpack-5.76.1
Bump webpack from 5.75.0 to 5.76.1
2023-03-16 15:45:24 +01:00
Emmanuel Watila
cf25f7c4b6 Fixed SideDrawerChips 2023-03-15 11:19:45 +01:00
Emmanuel Watila
60dd187493 Implemented the generalized solution with backwards compatibility 2023-03-15 11:01:22 +01:00
Emmanuel Watila
79089bdc3d Added backwards compatitbility for Yes, No, Maybe Chip Default Colors 2023-03-15 10:55:45 +01:00
dependabot[bot]
7fa6051635 Bump webpack from 5.75.0 to 5.76.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 08:55:04 +00:00
Anish Roy
3e53b2a178 minor changes and bug fixes 2023-03-15 11:39:05 +05:30
Emmanuel Watila
a12996048c Finally 🎉 - Deletion of colors and options done; reverted indigo to purple 2023-03-14 23:05:31 +01:00
Anish Roy
a648e33355 worked on export JSON reference 2023-03-14 12:23:53 +05:30
Anish Roy
7767505130 added support for geo-points 2023-03-14 12:22:55 +05:30
Anish Roy
3829cf380d fixed - file name issue causing sub dirs 2023-03-13 17:14:13 +05:30
Emmanuel Watila
22abcd382a Added more colors to predefined colors and modified violet to indigo 2023-03-13 12:35:42 +01:00
Emmanuel Watila
aa5e4c0029 Made UI fixes on the color select context menu; Grid issue 2023-03-13 02:41:40 +01:00
Shams
2ef02550ea Merge pull request #1148 from iamanishroy/fix-resizing-app-crash
ROWY-805: Fix resizing app crash
2023-03-10 17:24:05 +01:00
Anish Roy
dd02ea1811 export image/ file with JSON 2023-03-10 15:46:09 +05:30
Anish Roy
4e92dd39b0 made one function for converter 2023-03-10 14:38:26 +05:30
iamanishroy
2a04ee1bd2 bug fixes and added progress on snackbar 2023-03-10 14:06:09 +05:30
iamanishroy
7e8b0ed96c import files from URL 2023-03-10 13:43:36 +05:30
Emmanuel Watila
b0b897efd7 Deleting options and colors at the same time 2023-03-10 00:30:30 +01:00
Emmanuel Watila
5e9b211ff9 Fixed error on MultiSelect SideDrawerField 2023-03-08 01:23:43 +01:00
Emmanuel Watila
78cd3deabf Adding logic - but have a blocker on deleting colors alongside deleting options 2023-03-07 23:37:37 +01:00
iamanishroy
efce39a117 added custom hook [to be tested] 2023-03-07 12:52:13 +05:30
Emmanuel Watila
d283a4721d Fixed color on multiselect chip in side drawer field and start of logic changes 2023-03-07 00:11:18 +01:00
Emmanuel Watila
bfa23ea829 Merge remote-tracking branch 'upstream/develop' into rowy-135 2023-03-06 12:57:13 +01:00
Emmanuel Watila
5c6a343161 Change check logic for values in SingleSelect and MultiSelect DisplayCells 2023-03-06 03:05:03 +01:00
Emmanuel Watila
4a3867b8b0 Select and MultiSelect chips are now colorized; working on fixing and implementing some logic 2023-03-06 02:25:02 +01:00
Emmanuel Watila
16c32b0fce Chip colors now being added to config and being returned and consumed in app - last task; showing colors on chips 2023-03-04 23:41:22 +01:00