Commit Graph

977 Commits

Author SHA1 Message Date
Muhammed Mustafa
3f500384b0 fix: Fixed skelton loading issue 2023-11-28 11:06:42 +05:30
Raju Udava
0384ec5b91 Merge pull request #7044 from nocodb/fix/4330-hide-signup-link
Remove signup link from signup page if invite only signup enabled
2023-11-25 11:36:56 +05:30
Muhammed Mustafa
3b226fc5e5 fix: Fixed issue with cell selection and ctrl a and all other shortcuts working inspite of rich modal when open 2023-11-23 11:20:37 +00:00
Muhammed Mustafa
3b4b15d57f fix: Show skelton loader immediatly when a table is opened 2023-11-22 15:17:29 +00:00
Muhammed Mustafa
2d906e99b5 fix: Show skelton loader immediatly when a table is opened 2023-11-22 15:17:29 +00:00
Pranav C
4f0f38d953 feat: remove signup link from signup page if invite only signup enabled 2023-11-21 14:16:43 +05:30
Pranav C
99a0857a68 fix: on clicking table node navigate to default view rather than the first view 2023-11-18 11:19:07 +05:30
Pranav C
d181ce78b7 fix: support null filter 2023-11-16 12:24:25 +00:00
Pranav C
2ee55a824c refactor: render elements horizontally 2023-11-16 12:24:24 +00:00
Pranav C
e9923ffe13 fix: render group by label 2023-11-16 12:24:14 +00:00
Pranav C
c968a15071 feat: group by - lookup support - mm/hm lookup - list filter - WIP 2023-11-16 12:24:10 +00:00
Muhammed Mustafa
0590befa6f fix: Added front end validation for import csv and added back client side validation for column name and table name 2023-11-14 11:41:42 +00:00
Muhammed Mustafa
642b535683 Merge pull request #6888 from nocodb/nc-fix/view-context-menu
View context menu
2023-11-13 11:50:42 +05:30
mertmit
0b4b59edcc feat: env variables to control pagination of group by
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-11-11 02:38:50 +03:00
Muhammed Mustafa
c093559183 fix: Remvoed useSmartsheetStore dependecy with ViewACtionsMenu and sidebar and added proxy states to views store 2023-11-10 10:54:45 +00:00
աɨռɢӄաօռɢ
88c8d06673 chore(nc-gui): lint 2023-11-10 00:46:18 +08:00
Raju Udava
d2e33f530d Merge pull request #6817 from nocodb/fix/5973-6068-webhook
fix: Webhook related bugs
2023-11-09 16:27:16 +05:30
Muhammed Mustafa
6c950a6be5 fix: Fixed non string value copy of cells 2023-11-09 07:17:48 +00:00
Muhammed Mustafa
159c5ea328 fix: Fixed non string value copy of cells 2023-11-09 07:17:48 +00:00
աɨռɢӄաօռɢ
bbc8e40e3c chore(nc-gui): lint 2023-11-08 13:44:12 +08:00
Daniel Roe
032c60d7b6 fix: import nuxt composables from #imports 2023-11-07 21:05:20 +00:00
Raju Udava
8947b29f34 Merge pull request #6900 from nocodb/nc-fix/open-last-opened-workspace-id-if-none-given-on-first-load
Nc fix/open last opened workspace id if none given on first load
2023-11-07 13:58:16 +05:30
Raju Udava
456fe95279 Merge pull request #6889 from nocodb/nc-fix/hide-column-for-other-view-on-col-creation
Hide column for other view on col creation
2023-11-07 13:53:57 +05:30
Muhammed Mustafa
82c00676f5 fix: Hide created column for all other view except for the view it created 2023-11-06 11:31:37 +00:00
Muhammed Mustafa
265839a9b7 fix: Ignore system column created with table create camelisation, when used on data source with no inflection 2023-11-06 09:34:27 +00:00
Muhammed Mustafa
2b5adf619b fix: Open last opened workspace if no workspace id is present in url on first load 2023-11-03 08:21:59 +00:00
Muhammed Mustafa
75fefa315e fix: Open last opened workspace if no workspace id is present in url on first load 2023-11-03 08:21:58 +00:00
Raju Udava
8f1b604c7b Merge pull request #6836 from nocodb/nc-fix/remove-untitled-default-name
Nc fix/remove untitled default name
2023-10-31 13:17:43 +05:30
Muhammed Mustafa
aeee63a8c8 fix: Fixed user display name fix 2023-10-31 11:02:15 +05:30
mertmit
5a13765649 Merge pull request #6835 from nocodb/fix/6371-undo
fix: stop undo actions on event for inputs
2023-10-30 21:12:53 +05:30
Muhammed Mustafa
5d6a7b2560 fix: Removed Untitled from default name in View, table and base create 2023-10-30 15:41:26 +00:00
mertmit
1adbcb32de fix: disable undo for details
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-10-30 18:19:52 +03:00
mertmit
c01194b841 fix: stop undo actions on event for inputs
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-10-30 18:04:02 +03:00
Muhammed Mustafa
d329312f24 fix: Backspace to delete selected cell 2023-10-30 14:27:31 +00:00
աɨռɢӄաօռɢ
1abd23e2c3 chore(nc-gui): remove unused code 2023-10-28 20:38:34 +08:00
DarkPhoenix2704
896e524eb8 fix(nc-gui): switch to data on create new table 2023-10-28 05:58:24 +00:00
DarkPhoenix2704
dc3859aa58 fix(nc-gui): creating new table in fields tab won't push to new table 2023-10-28 05:58:23 +00:00
Pranav C
faaaff3a90 feat: use nested insert for row insert
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-27 23:31:14 +05:30
Muhammed Mustafa
f5e11c740f fix: Fixed multiple api call happening for view data reload on field reorder 2023-10-27 13:59:31 +00:00
Raju Udava
674ecb80b8 Merge pull request #6472 from gitstart/NCDBOSS-88
🐛 Bug: default value not applied if value was modified before submitting link shared form
2023-10-27 17:27:45 +05:30
Muhammed Mustafa
ca718be3aa fix: Pressing espace now clears selection in grid 2023-10-25 12:51:29 +00:00
Raju Udava
11bac80e59 Merge pull request #6788 from nocodb/fix/6456-shred-view-sort
refactor: Avoid loading default sort in shared view
2023-10-23 22:08:39 +05:30
Pranav C
cd1b4b549e refactor: avoid loading default sort in shared view
- Hide existing sort options and by default sort it internally
- If user provides sort option override the default one

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-23 20:42:17 +05:30
Pranav C
02c4db92eb fix: check views already loaded or not 2023-10-23 12:30:42 +00:00
gitstart
02b7b49694 Merge commit '3ee2d57c6c3625912c3a5025c83c4bfca64f7fbf' into NCDBOSS-88 2023-10-23 09:55:37 +00:00
Raju Udava
0d0eaf6556 Merge branch 'develop' into NCDBOSS-88 2023-10-21 15:00:56 +05:30
Raju Udava
d2667e28e1 Merge pull request #6645 from nocodb/nc-feat/view-columns-injection
feat: use view columns injection
2023-10-20 15:04:08 +05:30
աɨռɢӄաօռɢ
4f44177f82 chore(nc-gui): remove unused vars / imports 2023-10-20 14:18:03 +08:00
Muhammed Mustafa
8fa83969f2 fix: Added loading for adding comment 2023-10-19 11:31:17 +00:00
Muhammed Mustafa
39ad60a519 fix: Comments are adding to FE state before api calls 2023-10-19 11:31:15 +00:00