Commit Graph

77 Commits

Author SHA1 Message Date
Ramesh Mane
562333f052 fix(TypeError): G.preventDefault is not a function 2026-01-13 14:46:10 +00:00
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Pranav C
5f9e969050 refactor: use lazy load only for larger modules 2025-10-07 22:30:51 +00:00
Ramesh Mane
30ad9d6090 fix(nc-gui): attachment upload by webcam is not responsive in mobile mode 2025-09-15 07:02:05 +00:00
Ramesh Mane
5581b0ff6f fix(nc-gui): increase preview thumbnail icon size in preview attachment modal 2025-09-11 12:41:17 +00:00
DarkPhoenix2704
55707c1480 fix: smartsheet error 2025-08-16 15:21:54 +00:00
DarkPhoenix2704
c2f0080dae fix: prevent cell exit on modal change 2025-06-04 14:19:58 +00:00
Ramesh Mane
3d38dbc577 fix(nc-gui): improve empty state of attachment modal 2025-04-03 06:09:51 +00:00
Fendy Heryanto
ecfa1d7ee2 show upload indicator when attachment list empty 2025-04-03 06:09:50 +00:00
Ramesh Mane
6e840015cc fix(nc-gui): console warnings 2025-03-11 19:25:19 +00:00
Amit Joki
6b27110ae2 feat: json, text area, attachment, user field should convert to selected state upon modal/dropdown close 2025-02-17 13:11:45 +00:00
Raju Udava
ef1f179bb5 Nc fix/image attachment reordering (#10493)
* Add animation, fix sortables on expanded form and expanded cell

* do not show snackbar when dragging

---------

Co-authored-by: Fendy Heryanto <fendy@nocodb.com>
2025-02-14 22:40:23 +03:00
Ramesh Mane
47929122fe chore(nc-gui): lint 2025-01-20 10:45:13 +00:00
amandesai01
f5154ed369 fix(nc-gui): attachments: form issues 2025-01-20 10:45:12 +00:00
amandesai01
484c8bacf7 fix(nc-gui): attachment: refactor card 2025-01-20 10:45:12 +00:00
amandesai01
928b2595e2 fix(nc-gui): attachment fixes 2025-01-03 14:55:20 +00:00
amandesai01
3a549c2011 fix(nc-gui): attachment: inline renaming reifnements 2 2025-01-03 14:55:20 +00:00
amandesai01
6c28bf6f6e chore(nc-gui): modal text height 2025-01-03 14:55:20 +00:00
amandesai01
12dbf5388a chore(nc-gui): lint 2025-01-03 14:55:19 +00:00
amandesai01
3eb709e793 style(nc-gui): attachment: overflow 2025-01-03 14:55:19 +00:00
amandesai01
c3df246f5f fix(nc-gui): attachment: inline renaming reifnements 2025-01-03 14:55:18 +00:00
amandesai01
a864180d2b fix(nc-gui): attachment: remove unused span 2025-01-03 14:55:18 +00:00
amandesai01
da18785a6c feat(nc-gui): attachment: rename file inline 2025-01-03 14:55:17 +00:00
amandesai01
09d3f2368d fix(nc-gui): attachment: attach file modal 2025-01-03 14:55:17 +00:00
amandesai01
894fd8ba37 fix(nc-gui): attachment: remove delete modal 2025-01-03 14:55:17 +00:00
amandesai01
5d19318033 fix(nc-gui): attachment: bulk download 2025-01-03 14:55:17 +00:00
amandesai01
9593fce27c fix(nc-gui): attachment: checkbox placement 2025-01-03 14:55:16 +00:00
Yoones Khoshghadam
27516e4368 fix (nc-gui): icon size and color in grid view attachment cell 2024-12-05 04:04:08 +00:00
Anbarasu
cb3a9cfb0c feat: thumbnail generator (#8974)
* feat: thumbnail-processor

* fix: use signedPath instead of path

* fix: rebase

* fix: minor fix

* fix: url path

* fix: use thumbnails for attachments carousel nav
2024-07-26 10:14:34 +05:30
DarkPhoenix2704
8c63ad52a0 fix: player min-width and open attachment in carousel 2024-07-25 10:08:00 +05:30
Raju Udava
06a6557cc9 fix: icon size 2024-07-25 10:07:59 +05:30
DarkPhoenix2704
8284243e6c fix: alignment issues 2024-07-25 10:07:59 +05:30
DarkPhoenix2704
0771924b7a fix: update color 2024-07-25 10:07:59 +05:30
DarkPhoenix2704
7f40692fc1 fix: styling issues 2024-07-25 10:07:59 +05:30
Raju Udava
7a732741bc fix(minor): alignment adjustments 2024-07-25 10:07:56 +05:30
DarkPhoenix2704
01c5a87d89 fix: remove comments fix: update attachment cell ui fix: update attachment expand model 2024-07-25 10:05:33 +05:30
DarkPhoenix2704
8b3457f414 fix: refactor files 2024-07-25 10:04:16 +05:30
DarkPhoenix2704
2aa05ebe09 feat: native video player 2024-07-25 10:04:14 +05:30
Mert E.
1605e09d06 feat: allow preview for media types (#9052)
* feat: allow preview for media types

* feat: attachment download endpoint

* fix: render attachment modal only on expand

* feat: attachment download front-end

* fix: add download attachment endpoint to secure controller

* fix: use api instead of direct access

* fix: bulk download attachments

* feat: public attachment download api

* fix: add swagger to support shared base

* fix: apply latest signed url change

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-07-24 19:36:07 +05:30
Anbarasu
64a66b48a0 feat: attachments by url, webcam (#8921)
* fix: attachment fixes

* feat: support camera, local rewrite uploads feat: url, wip

* fix: upload url

* fix: import useAttachmentCell

* fix: handle invalid urls, edge cases

* fix: handle stopping all active streams

* fix: styling

* fix: styling

* fix: tests correction

* fix: bulk updates tests

* fix: thumbnail support, fix: icons for all fix: url with redirect not working fix: overflow issue fix: scope style modals fix: expanded form design broken

* fix: clear all active streams

* fix: mirror camera

* fix: update colors fix: enable upload-via-url in shared views

* fix: upload-via url

* fix: typo

* fix: update styles fix: added localization fix: issues with camera

* fix: update translation

* fix: show error inline fix: icon hover effect not working fix: reuse media stream

* fix: slowui

* fix: don't load if the filetype does not starts with image/video

* fix: translation

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-07-05 16:43:51 +05:30
Ramesh Mane
575ff920ef Nc fix/shared view UI changes (#8615)
* fix(nc-gui): update shared grid view

* fix(nc-gui): shared gallery view padding issue

* fix(nc-gui): Shared kanban view padding issue

* fix(nc-gui): reduce calender shared view padding

* fix(nc-gui): reduce shared form view padding

* fix(nc-gui): update shared view password modal

* fix(nc-gui): shared view password input error handling

* fix(nc-gui): reduce expanded form modal width if comment section is not present

* fix(nc-gui): small changes

* fix(nc-gui): add export download view in topbar of shared view

* fix(nc-gui): small changes

* fix(nc-gui): add blur bg image for shared view password modal

* fix(nc-gui): download shared view dropdown ui changes

* fix(nc-gui): expanded form scroll issue

* fix(nc-gui): click anywhere in card should open expanded form

* fix(nc-gui): hide action icon on gallery/kanban card hover

* fix(nc-gui): expanded form cell hover effect

* fix(nc-gui): add sign up for free btn in shared view

* test: update shared view test cases

* test: update calendar test cases

* fix(nc-gui): remove readonly prefix from attachment modal

* fix(nc-gui): remove focus border effect if field is readonly

* fix(nc-gui): shared view groupby pagination size should be 10

* fix(nc-gui): remove field modal input shadow if field is disabled

* fix(nc-gui): add shadow on expanded form fields

* fix(nc-gui): calendar shared view background color update

* fix(nc-gui): shared view download btn text color

* fix(nc-gui): update url, link, email grid text color if cell is active and remove hover effect

* fix(nc-gui): pr review changes
2024-06-04 10:04:31 +05:30
Pranav C
a2d265c574 Merge pull request #8426 from nocodb/nc-attachment-ui
Nc attachment UI
2024-05-08 15:59:38 +05:30
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
Pranav C
2539477b00 fix: fit image and avoid cropping bottom part in modal 2024-05-08 09:23:53 +00:00
Ramesh Mane
9aa44ba127 fix(nc-gui): update icons with nocodb design library 2024-02-07 20:21:19 +00:00
Muhammed Mustafa
84ee0fa136 fix: Remvoed isLocked logic from all cell types 2023-11-23 07:02:56 +00:00
DarkPhoenix2704
2a52964ee2 fix: contain image 2023-10-04 17:41:16 +00:00
Muhammed Mustafa
c863b55668 fix: i18n for attachment column and cell 2023-09-28 18:46:01 +05:30
mertmit
b2eadae74f fix: refactor isUIAllowed and move to useRoles composable 2023-09-19 12:12:36 +00:00
mertmit
a930f7d242 fix: revise frontend acl 2023-09-19 12:12:35 +00:00