Commit Graph

75 Commits

Author SHA1 Message Date
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
DarkPhoenix2704
bb501e28f4 fix: qr code fix 2025-10-22 08:17:10 +00:00
DarkPhoenix2704
68f6f5de25 fix: qr code fix 2025-10-22 08:17:10 +00:00
DarkPhoenix2704
a4dda5ed6d fix: show value below barcode and qr code 2025-10-22 08:17:09 +00:00
Ramesh Mane
01b9ca8885 fix(nc-gui): use SmartsheetHeaderIcon 2025-09-13 12:17:20 +00:00
Ramesh Mane
3a3c400e3f fix(nc-gui): use dynamic height 2025-09-12 21:13:35 +00:00
DarkPhoenix2704
8acb5cf9bb fix: prevent error from useQRCode 2025-04-24 10:53:27 +00:00
Ramesh Mane
891c94aee7 fix(nc-gui): barcode and qrcode height issue in link record dropdown 2025-03-08 07:00:38 +00:00
Ramesh Mane
e3600a5aa6 fix(nc-gui): qr code alignment issue 2025-02-26 08:02:20 +00:00
DarkPhoenix2704
f82831d75a fix: barcode & qr code 2025-02-17 13:11:38 +00:00
DarkPhoenix2704
4980263831 fix: selection getting cleared after fill handler fix: json, barcode, qrcode dropdown opens in expanded form fix: fillHandler circle location is incorrect 2025-02-17 13:11:11 +00:00
DarkPhoenix2704
6eb55d52b4 fix: lint 2025-02-17 13:11:10 +00:00
DarkPhoenix2704
9b4f8b05c1 fix: simplify qr code and barcode 2025-02-17 13:11:08 +00:00
Amit Joki
6e36598b5a fix: check for isUnderLookup 2025-02-17 13:11:06 +00:00
Amit Joki
261c3cdec5 fix: make sure the cells mounted are part of canvas edititable cell wrapper 2025-02-17 13:10:58 +00:00
Amit Joki
d672f5a4f9 feat: make barcode look same on canvas render and edit render 2025-02-17 13:10:58 +00:00
Amit Joki
633fe75f3c feat: use isCanvasInjection for barcode and qrcode 2025-02-17 13:10:56 +00:00
Ramesh Mane
29fbb5bc73 fix(nc-gui): expanded form shadow issue 2025-01-20 10:45:14 +00:00
Ramesh Mane
7839fa8c4a fix(nc-gui): row height issue if barcode qrcode field is present 2025-01-20 10:45:13 +00:00
Ramesh Mane
6bf80021d0 fix(nc-gui): move qrcode height template logic in script tag 2025-01-20 10:45:13 +00:00
amandesai01
cdfd92f7f6 fix(nc-gui): er: QR and Barcode custom styling 2025-01-20 10:45:12 +00:00
Amit Joki
b119755ceb fix: linting fixes 2025-01-13 16:05:43 +05:30
Amit Joki
b847ffb6ed style: add transitions 2025-01-13 15:13:40 +05:30
Amit Joki
878f6db523 refactor: handle errors within the useIsCopied composable 2025-01-13 10:21:35 +05:30
Amit Joki
f6e7785cd5 refactor: use inline copy interaction via reusable composable 2025-01-11 23:39:49 +05:30
Amit Joki
691909ce3d refactor: use css variables 2025-01-11 23:09:07 +05:30
Amit Joki
08c0dc3e64 tests: fix the e2e tests 2025-01-11 19:37:43 +05:30
Amit Joki
d0870f1581 refactor: extract functions and convert to async/await style 2025-01-11 14:47:42 +05:30
Amit Joki
582a8df19b style(nc-gui): match the figma design 2025-01-11 13:26:52 +05:30
Amit Joki
fe337c5857 style: remove field value and update the copy 2025-01-11 11:56:22 +05:30
Amit Joki
2b9e009e23 feat(nc-gui): open modal on enter in barcode and qr fields and add new design where copying as png is possible 2025-01-10 19:20:47 +05:30
Ramesh Mane
7b0419011b Nc fix: expanded record UI/UX (#8847)
* fix(nc-gui): update qr code according to new design

* fix(nc-gui): audit logs empty state style

* fix(nc-gui): small changes

* fix(nc-gui): update barcode & qrcode cell from expanded form

* fix(nc-gui): increase expanded form field gap
2024-06-25 16:34:15 +05:30
Mert E
69466209fd fix: missing setup for barcode & qr columns (#8829) 2024-06-22 20:00:52 +03:00
Ramesh Mane
67882a44de fix(nc-gui): qr & barcode visibility issue if value is 0 2024-06-20 10:21:21 +00:00
Ramesh Mane
99ecc40f9a Nc Refactor: Gallery view (#8674)
* fix(nc-gui): introduce header icon in gallery view card and update style

* fix(nc-gui): field modal width issue if it is rich text

* fix(nc-gui): hide longtext expanded icon on gallery & kanban view card hove

* fix(nc-gui): date field alignment issue

* fix(nc-gui): udpate kanban view card

* fix(nc-gui): udpate gallery & kanban view card display value style

* fix(nocodb): hide cover image in new gallery, kanban view if it is not pv column

* feat(nc-gui): change cover image object fit property change support

* fix(nc-gui): virtual cell card value alignment issue

* fix(nc-gui): gallery view card image navigation issue

* fix(nc-gui): gallerym, kanban card cover image dots navigation overflow issue

* fix(nocodb): use optional chaining to access nested variable

* chore(nc-gui): lint

* fix(nc-gui): long text max line shuld be 4 in card

* test: update open expanded form in gallery test

* fix(nc-gui): add empty card in gallery view if cards length is less than 4

* fix(nc-gui): update gallery view card min width

* fix(nocodb): small changes

* fix(nc-gui): review changes

* fix(nc-gui): add input shadow effect

* fix(nc-gui): update card image navigation buttons icon

* fix(nc-gui): udpate gallery view bg color

* fix(nc-gui): update email, url, phone cell height from card

* fix(nc-gui): update isEmptyRow function logic

* fix(nc-gui): some review changes

* fix(nc-gui): card display value color

* fix(nc-gui): udpate gallery view card min width

* fix(nc-gui): update card shadow & border on hover

* fix(nc-gui): update gallery loader card width

* fix(nc-gui): add min height for card image

* chore(nc-gui): lint

* fix(nc-gui): card rich text height

* fix(nc-gui): align record count in right side in gallery view

* fix(nc-gui): review changes

* fix(nc-gui): shared view show & hide field issue

* chore(nc-gui): lint

* fix(nc-gui): link record test fail issue
2024-06-10 16:38:56 +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
Ramesh Mane
b4bde7336f Nc feat/link record dropdown (#8345)
* feat(nc-gui): link record dropdown setup

* fix(nc-gui): move link record pagination to the bottom

* feat(nc-gui): link record new design

* fix(nc-gui): update bank state subtitle

* fix(nc-gui): small changes

* fix(nc-gui): update skeleton of link records item

* fix(nc-gui): ui break issue

* fix(nc-gui): increase z index of link dropdown overlay

* fix(nc-gui): update link record dropdown header

* fix(nc-gui): update link record dropdown

* fix(nc-gui): new changes

* fix: remove margin

* fix(nc-gui): unlinked records empty state alignment

* fix(nc-gui): make tooltip text size 14px

* fix(nc-gui): reduce subtext font size

* fix(nc-gui): link record item rich text cell alignment issue

* fix(nc-gui): on esc link record dropdown should close

* fix(nc-gui): update link record header and footer height

* fix(nc-gui): add link record dropdown for bt cell

* fix(nc-gui): fix invalid offset issue

* fix(nc-gui): link record z index issue

* fix: PW link unlink corrections

* fix(nc-gui): link record dropdown close on outside issue in expanded form

* fix(nc-gui): close dropdown after adding link in bt cell

* fix(nc-gui): allow close link record dropdown on esc

* fix(nc-gui): add link record dropdown in mm component

* fix(nc-gui): add link record dropdown in hm component

* fix(nc-gui): add link record dropdown in oo component

* fix: auto close for BT

* fix: ltar modal operations

* fix: close link modal

* fix: PW tests (wip)

* test: fix link modal close in share view

* test: fix LTAR in cell handling

* fix(nc-gui): reduce link items skeleton height

* fix(nc-gui): expanded form open issue on clicking bt cell record

* fix(nc-gui): hide back btn if user directly opens record list dropdown

* fix(nc-gui): reset offset when user opens link record dropdwon and switch between linked and unlinked records

* fix(nc-gui): link record item height

* fix(nc-gui): linked record list reload issue on link/unlink

* fix(nc-gui): link record item subtext fields width should be same

* fix(nc-gui): email, url cell truncate text issue

* fix(nc-gui): shared form link record dropdwon ui

* chore(nc-gui): lint

* fix(nc-gu): small changes

* fix(nc-gui): ai review changes

* fix(nc-gui): link record list offset issue

* fix(nc-gui): show plus btn in bt cell even if it is not blank

* fix(nc-gui): barcode visiblility issue in link record dropdown

* fix(nc-gui): do not focus links cell plus btn on close dropdown

* fix(nc-gui): text color

* fix(nc-gui): skip showing qr code null value

* fix(nc-gui): virtual cell margin left issue in link record dropdwon

* fix(nc-gui): link record subtext order should be same as default view col order

* chore(nc-gui): lint

* refactor(nocodb): add default view column order in col meta

* fix(nc-gui): update default view order on reordering column from fields menu

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-01 12:42:28 +05:30
Ramesh Mane
e9aa37e284 Nc fix: UI improvements (#8223)
* fix(nc-gui): add background color for row on hover in grid view

* fix(nc-gui): reduce width of index column

* fix(nc-gui): on hover grid row bg opacity issue

* fix(nc-gui): reduce font size and grid cell height

* fix(nc-gui): reduce font size

* fix(nc-gui): set column default width to 180px

* fix(nc-gui): revert sidebar changes

* fix(nc-gui): disable grid row hover effect if fillMode is true

* fix(nc-gui): display checkbox & row expand icon if it is active row

* fix(nc-gui): increase the weight of display value cell

* fix(nc-gui): grid cell should have constant padding

* fix(nc-gui): att cell row height auto increase issue

* fix(nc-gui): att cell center align issue

* fix(nc-gui): percent cell spacing issue

* fix(nc-gui): text overflow ellipsis

* fix(nc-gui): single select auto increase height issue if rowHeight is short

* fix(nc-gui): grayed out header text color

* fix(nc-gui): reduce header icon size

* fix(nc-gui): set 12px grid header horizontal padding

* fix(nc-gui): center align expand icon for short row height

* fix(nc-gui): rich text and select type field auto row height increase issue

* fix(nc-gui): lookup cell auto increase height issue

* fix(nc-gui): small changes

* fix(nc-gui): truncate text after no. of lines base on rowHeight

* fix(nc-gui): barcode & qrcode cell row height issue

* chore(nc-gui): lint

* fix(test): update row height pw test

* fix(test): grid toolbar rowHeight test update

* fix(nc-gui): ai review changes

* fix(test): multiselect pw test update

* fix(test): verify multiselct options test update

* fix(nc-gui): merge conflicts

* fix(nc-gui): small changes

* fix(nc-gui): small changes

* fix(nc-gui): display value should be in blue color
2024-04-18 18:21:54 +05:30
Ramesh Mane
7d7b80875c fix: borcode and qrcode center alignment issue #7253 2023-12-22 11:42:47 +05:30
Pranav C
bed8f02a04 fix: set min-width for qrcode to avoid shrinking 2023-11-23 15:08:59 +05:30
Muhammed Mustafa
97fed6fe29 fix: Added download button to qrcode cell 2023-11-07 10:42:15 +00:00
sreehari jayaraj
33893b88c3 fix: expanded form ui changes 2023-10-06 12:56:48 +00:00
Muhammed Mustafa
7679b5fe3b fix: i18n for QrCode 2023-09-29 12:59:40 +05:30
DarkPhoenix2704
e4d7f95fe9 fix: qr alignment 2023-09-20 19:50:31 +05:30
sreehari jayaraj
21acd923e8 fix: qr version 2023-08-09 10:46:00 +05:30
sreehari jayaraj
6dc67b85e1 fix: qrcode text size limit 2023-08-07 16:46:20 +05:30
mertmit
e41efb718f fix: PR requested change
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-10 11:53:22 +03:00
mertmit
43aae02016 fix: add default value to row height injection
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-03-28 21:41:11 +03:00
Daniel Spaude
183b66efa3 Merge branch 'develop' into mobile-optimisations 2023-02-15 20:43:37 -05:00
mertmit
b9f9d956bf fix: RowHeighInj for sharing row height between components
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-02-03 11:39:05 +03:00