Commit Graph

282 Commits

Author SHA1 Message Date
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
97fed6fe29 fix: Added download button to qrcode cell 2023-11-07 10:42:15 +00:00
Muhammed Mustafa
7b1898eb80 fix: Moved svg to png to a util function 2023-11-07 10:42:15 +00:00
Muhammed Mustafa
851d8492e7 fix: Hide barcode box when there is too many char error 2023-11-07 10:42:15 +00:00
Muhammed Mustafa
de551f740d feat: Added barcode download btn 2023-11-07 10:42:15 +00:00
Muhammed Mustafa
96e925fe35 fix: Hidden lookup cell scroll bar unless on hover 2023-11-02 09:19:29 +00:00
Muhammed Mustafa
22d836f439 fix: Handled attachment cell case and fixed an issue with empty pill coming up 2023-11-02 09:19:29 +00:00
Muhammed Mustafa
36bc7dd3da fix: Handled lookup overflow issue 2023-11-02 09:19:29 +00:00
gitstart
b34c954837 remove isChildrenLoading.value = true
Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: sheldon-welinga <sheldonwelinga@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
2023-11-02 03:31:00 +00:00
gitstart
719647b133 fix: Linked records modal from form view is stuck with skeleton loader
Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: sheldon-welinga <sheldonwelinga@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
2023-11-01 08:59:42 +00:00
Muhammed Mustafa
4f7b924219 fix: Made empty image placegolder and added svg icon for it 2023-10-31 05:18:17 +00:00
Muhammed Mustafa
7519409f57 fix: Made empty image placegolder and added svg icon for it 2023-10-31 05:18:17 +00:00
Muhammed Mustafa
0eae028e3d fix: Made empty image placegolder and added svg icon for it 2023-10-31 05:18:17 +00:00
Pranav C
831c5ddb28 fix: show links count based on row state for new row
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-30 18:59:32 +05:30
Muhammed Mustafa
4c1eed75a9 fix(nc-gui): Fixed shared base editor issue 2023-10-09 15:57:17 +00:00
Muhammed Mustafa
2495b42587 fix(nc-gui): Fixed issue with Links modal expand record 2023-10-08 18:19:39 +00:00
Muhammed Mustafa
6b04f21a11 fix(nc-gui): Fixed issue with Links modal expand record 2023-10-08 18:19:39 +00:00
Muhammed Mustafa
cfe6c234ee fix(nc-gui): Fixed issue with lookup when combined with links 2023-10-07 04:43:05 +00:00
Muhammed Mustafa
37ab1c3ee1 fix(nc-gui): Fixed issue with lookup when combined with links 2023-10-07 04:43:05 +00:00
Muhammed Mustafa
2e67615e83 fix(nc-gui): Fixed issue with belongs to chip 2023-10-06 12:56:48 +00:00
sreehari jayaraj
33893b88c3 fix: expanded form ui changes 2023-10-06 12:56:48 +00:00
sreehari jayaraj
7e19c95cb2 refactor 2023-10-06 12:05:07 +05:30
sreehari jayaraj
e913c11841 fix: refactor 2023-10-06 11:55:29 +05:30
sreehari jayaraj
da0a81bb3e fix: skelton missing in link modal 2023-10-06 10:26:30 +05:30
աɨռɢӄաօռɢ
4c6ab34055 refactor(nc-gui): remove unused code / vars 2023-10-05 13:07:37 +08:00
mertmit
40588a607e fix: links 2023-10-05 04:30:56 +00:00
mertmit
693c389e2f fix: only render cell modals on demand 2023-10-05 04:30:56 +00:00
Muhammed Mustafa
38802e1023 fix(nc-gui): Attachment cell doesnt expand in mobile mode 2023-10-03 18:04:12 +00:00
Muhammed Mustafa
b36af1498b Merge pull request #6558 from nocodb/nc-fix/mobile-links-modal
Mobile links modal
2023-10-03 23:26:47 +05:30
DarkPhoenix2704
614ffbba2a fix: empty fields state 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
d61b329a97 fix(nc-gui): Link modal mobile UI fix 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
ff9fd6ab40 fix: Fixed pagination in link modal mobile 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
b057fcdd9d fix: Links modal for mobile 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
c377fa06a0 fix: Links modal for mobile 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
51298a5281 fix: Links modal for mobile 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
a267580ec1 fix: Links modal for mobile 2023-10-03 13:35:59 +00:00
Muhammed Mustafa
5f7db89c9b fix: Links modal for mobile 2023-10-03 13:35:59 +00:00
sreehari jayaraj
525711f9b9 fix: misc changes 2023-10-03 13:19:16 +00:00
DarkPhoenix2704
de3b847e63 feat: update Links icons 2023-10-03 09:46:45 +00:00
Pranav C
a53e50c53a refactor: rename project and base
- Rename `Project`  => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-02 23:52:19 +05:30
Pranav C
e790abdbaf refactor: rename project and base
- Rename `Project`  => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-02 23:52:18 +05:30
sreehari jayaraj
cceb2b8486 fix: exact number of skeltons on initial load 2023-10-02 18:15:12 +05:30
sreehari jayaraj
aa164360cc fix: refactor type and skelton computation 2023-10-02 18:15:12 +05:30
sreehari jayaraj
cbd164f8bc fix: refactor links modal 2023-10-02 18:15:12 +05:30
sreehari jayaraj
fb6c88e2b7 feat: limit skelton numbers based on elements numbers 2023-10-02 18:15:12 +05:30
sreehari jayaraj
e5f7125590 fix: refactor inline functions 2023-10-02 18:15:12 +05:30
sreehari jayaraj
16e5aee62c refactor 2023-10-02 18:15:12 +05:30
sreehari jayaraj
ee8a7f524d fix: added text truncation 2023-10-02 18:15:12 +05:30
sreehari jayaraj
bfc4e0548d fix: belongs to loading screen 2023-10-02 18:13:48 +05:30
sreehari jayaraj
250476cbc4 fix: preloader fix in link modal 2023-10-02 18:13:46 +05:30