Commit Graph

38 Commits

Author SHA1 Message Date
mertmit
5c433e3086 feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:21:59 +03:00
Pranav C
44217b0ce4 feat: insert column after/before a column
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-30 11:39:28 +05:30
Pranav C
ca24809b7d feat(gui): implement sort option in column grid level
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-30 11:37:46 +05:30
navi
393e8be645 Merge pull request #4390 from nocodb/fix/rtl-style
fix(nc-gui): apply ltr/rtl direction on language switch
2022-11-17 13:01:31 +00:00
Pranav C
5785f0591b refactor: corrections and requested changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:33 +05:30
Pranav C
9083a85434 test(playwrite): password reset test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:33 +05:30
Pranav C
5256e7b849 feat: add option to toggle user signup enable/disable
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
0ae485ecd2 feat: show tabs and option in menu based on role
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
489bc503fb feat(gui): rename roles in api and ui
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:01 +05:30
braks
f365c1ef94 feat(nc-gui): add option to set RTL on forms 2022-11-14 16:02:32 +01:00
Muhammed Mustafa
8b2b87e09d fix(test): Enabled support for runtime NC_BACKEND_URL and integrated it with CI 2022-11-08 20:06:20 +05:30
Pranav C
58e8b4c238 fix(gui): base url correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-06 11:44:01 +05:30
Muhammed Mustafa
30d8d9f1c5 feat(testing): Added prod build of front end 2022-11-03 16:27:43 +05:30
Wing-Kam Wong
6ad264c902 feat(nc-gui): add importFileList & streamImportFileList types 2022-10-19 22:44:31 +08:00
Pranav C
d230152ed8 fix(gui): allow user to expand row if any ongoing save/update completes
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:02:08 +05:30
Braks
e7982022c7 Merge pull request #3931 from nocodb/chore/typefix 2022-10-13 18:58:14 +02:00
Pranav C
41788be13b chore(gui): corrections and lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-12 20:42:20 +05:30
braks
fcfab01995 chore(nc-gui): fix types and cleanup unused vars 2022-10-12 15:07:35 +02:00
braks
4eb927f29e feat(nc-gui): allow customizing transition duration in survey form 2022-10-10 08:43:20 +02:00
braks
0128f2be0e refactor(nc-gui): use color picker in share view 2022-10-07 08:29:48 +05:30
braks
b658df011b refactor(nc-gui): move types to lib 2022-10-07 08:29:48 +05:30
braks
9ff52d2312 chore(nc-gui): update permissions constant & types 2022-09-28 13:30:40 +02:00
braks
3f24e90206 revert(nc-gui): constant for base url 2022-09-28 13:30:40 +02:00
braks
4c29fa18ff refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:40 +02:00
braks
b7ae299fce chore(nc-gui): remove unused constant 2022-09-28 13:30:39 +02:00
braks
5445b0f121 chore(nc-gui): add language alias for zh_TW -> zh-Hant 2022-09-27 14:00:58 +02:00
braks
b1b47e85c5 feat(nc-gui): add LanguageAlias enum 2022-09-27 13:17:17 +02:00
braks
be0b641f36 chore(nc-gui): add generic to narrow roles type 2022-09-23 09:59:33 +02:00
braks
27791f5054 refactor(nc-gui): clean up permission types 2022-09-23 09:59:33 +02:00
braks
9c9a73e466 chore(nc-gui): update Roles type 2022-09-15 09:26:15 +02:00
braks
ba8ee402dc fix(nc-gui): auth tab constantly re-opening
* Only reload project if it's not loaded already
* Prevent tab from re-opening
2022-09-14 13:34:22 +02:00
Pranav C
a3bc1b0a40 chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-14 14:25:03 +05:30
Raju Udava
8963f7c729 fix: language title corrections for ch
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-13 18:44:07 +05:30
braks
e31e1ad182 fix(nc-gui): lazy load languages for initial load perf 2022-09-13 12:04:26 +02:00
Raju Udava
f75be6536e chore(CY): i18n zh name corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-13 09:40:29 +05:30
Raju Udava
d0e1295edd feat: i18n crowdin integration
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-08 15:47:14 +05:30
Pranav C
a828a4be43 fix(gui-v2): use relative path as base url to avoid issue when using proxy
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-07 14:26:00 +05:30
Wing-Kam Wong
f97ea536b4 chore: move nc-gui-v2 to nc-gui 2022-09-06 12:00:09 +08:00