Commit Graph

100 Commits

Author SHA1 Message Date
DarkPhoenix2704
bb0d338c29 fix: ui ux fixes and telemetry 2026-03-23 13:45:24 +00:00
Ramesh Mane
837beff948 fix: shared view issue 2026-02-28 16:08:20 +00:00
Ramesh Mane
a9f86a20a7 fix(nc-gui): local GroupBy not working in dashboard and shared view 2026-02-28 16:08:19 +00:00
Fendy Heryanto
a4d322b038 Bring down feat/timeline squashed changes with single migration 2026-02-28 13:00:42 +00:00
mertmit
27c3c19d78 chore: lint
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-02-27 16:38:28 +05:30
Ramesh Mane
6f6d7a0e91 chore(nc-gui): lint 2026-02-26 11:25:21 +00:00
DarkPhoenix2704
7eb0fbda30 refactor: rename Outline View to List View across entire codebase 2026-02-26 08:58:00 +00:00
DarkPhoenix2704
67e050689f fix: PR review fixes — remove console.error, fix as any casts, add CE stub 2026-02-25 12:22:05 +00:00
DarkPhoenix2704
3ada41eb99 feat: outline (list) view 2026-02-25 12:22:04 +00:00
Pranav C
f60cc76009 refactor: extract shared personal view permission helpers 2026-02-12 10:53:53 +00:00
Pranav C
6e0a698063 style: apply eslint auto-fix formatting changes 2026-02-11 12:24:47 +00:00
Pranav C
d42aaafc7a fix: allow column width sync for personal view owners 2026-02-11 12:24:47 +00:00
Pranav C
65803ba858 feat: allow editors to update view settings on personal views 2026-02-11 12:24:45 +00:00
Pranav C
e3b5dc8110 chore: sync EE changes 2026-02-07 12:33:07 +05:30
Ramesh Mane
26b808d965 chore: lint 2026-01-20 11:27:31 +00:00
Ramesh Mane
dfa85266cb fix: show hidden fields for editor 2026-01-20 11:27:31 +00:00
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Ramesh Mane
c1d23cbb10 fix(nc-gui): hide column local state update cause sideeffect which lead to show column again for few sec 2025-09-16 07:22:34 +00:00
Ramesh Mane
6344fb1c82 fix(nc-gui): hide field time issue 2025-09-16 07:22:33 +00:00
Ramesh Mane
9a5577dc9b fix(Sentry TypeError): 2025-09-11 07:36:35 +00:00
mertmit
802e3a8ef6 feat: hide/show all 2025-09-03 10:32:04 +00:00
mertmit
90d4417d54 fix: group by issue 2025-09-03 10:32:03 +00:00
mertmit
c947e7facf feat: fields and group by 2025-09-03 10:32:03 +00:00
Ramesh Mane
7e5a35c759 fix(nc-gui): some review changes 2025-07-29 06:07:00 +00:00
Ramesh Mane
ea907f36c1 fix(nc-gui): update search flow 2025-07-29 06:07:00 +00:00
Ramesh Mane
81b8cd44e1 fix(nc-gui): show fields menu search result based on field title, label, description 2025-07-29 06:07:00 +00:00
DarkPhoenix2704
bbe3e239c6 fix: remove watch on groupby columns 2025-04-10 03:52:15 +00:00
Pranav C
6442a6f452 fix: column re-order issue 2025-04-10 03:52:13 +00:00
DarkPhoenix2704
e2fb41c9f3 fix: set isViewColumnsLoading true by default 2025-04-10 03:52:12 +00:00
DarkPhoenix2704
0bd2e8c668 fix: lint 2025-01-10 16:11:08 +00:00
Ramesh Mane
c6b08a7f4f fix(nc-gui): nested create record modal - hide field issue nocodb/nocodb/issues/9498 2024-12-28 06:40:28 +00:00
Ramesh Mane
c5e6daac70 fix(nc-gui): Linked item fields show wrong order in popup (#9119)
* fix(nc-gui): link record item field order should be same as default view order

* fix(nc-gui): maintain default view order in link record items expanded form

* fix(nc-gui): ai review changes

* fix(nc-gui): pr review changes
2024-07-31 17:38:48 +05:30
Pranav C
5b3ca9ebf5 chore: lint 2024-07-30 20:35:34 +00:00
Pranav C
42d1dee7ae refactor: review comments 2024-07-30 20:35:34 +00:00
Pranav C
3ca9222b78 fix: ResizeObserver bug and missing error handler 2024-07-30 20:35:33 +00:00
Pranav C
3b68f20ee5 fix: show bt relation of self-link under system fields 2024-07-22 07:12:55 +00:00
Pranav C
2e5c4d073d chore: lint 2024-07-12 18:22:05 +00:00
Ramesh Mane
7577fddcb3 Nc fix: prevent commentor/viewer from enabling hidden columns (#8971)
* fix(nc-gui): show proper error msg instead of harcoded text

* fix(nc-gui): disable show field switch is user don't have permission

* fix(nc-gui): hide hidden field for commenter/viewer role

* fix(nc-gui): hide groupby option in local mode

* fix(nc-gui): groupby issue in shared view if grouping field is hidden

* fix(nc-gui): show pagination even if total no pages is 1

* fix(nc-gui): show hidden grouping field in shared view

* chore(nc-gui): type mistake

* fix(nc-gui): show/hide all columns in local mode issue

* fix(nc-gui): pw test fail issue

* fix(nc-gui): hide/show field local mode save issue
2024-07-11 17:06:10 +05:30
Ramesh Mane
a41c7c0eec feat(nc-gui): field list order should be same as view column order 2024-07-04 15:44:46 +00:00
Anbarasu
b7acf202e8 feat: Field aggregation (#8786)
* feat: basic ui for aggregation

* feat: update aggregation in ui

* feat: aggregation api implementation

* feat: attachment aggregation.ts

* fix: some changes

* fix: rebase

* feat: aggregation for links, rollup, ltar, formula, lookup

* fix: type errors

* fix: move from data-alias controller, service to data-table service, controller

* chore: inline docs for aggregations

* fix: handle edge cases

* fix: ui bugs

* feat: working ui aggregation

* fix: minor issue

* fix: rollup and links fix count

* fix: handle ID Column

* fix: minor fixes

* fix: update aggregation on data change

* fix: round to 2 decimal places

* fix: stddev computation error replace with stddev_pop

* fix: use pg age function

* feat: new record layout

* fix: shared view aggregations

* feat: aggregations based on formula result

* fix: temp pagination

* feat: ncpagination v2

* feat: ncpagination v2

* fix: playwright tests

* fix: pending changes

* fix: failing tests

* feat: mysql2 aggregations

* fix: build

* fix: record count

* fix: cleanup

* fix: disable count aggregation

* feat: expiremental sqlite3 aggregation

* fix: mysql2 median

* fix:minor issues

* refactor: rename column to column_query fix: remove default aggregations fix: disable aggregation for specific dbtype and Foreign Key

* fix: remove unwanted else case

* fix: aggregation not loading

* fix: rebase

* fix: rebase

* fix: pagination fixed height

* fix: respect locked mode for aggregations

* fix: pagination component

* fix: pagination component

* fix: replace Math.random
2024-06-24 11:55:54 +05:30
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
84b87082c3 fix: provide fields from composable instead of fields menu (#8519)
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-05-20 20:10:29 +05:30
Anbarasu
fb67cafde7 feat: remove calendar top bar (#8379)
* feat: remove calendar top bar

* fix: remove debug logs

* fix: update styles

* fix: update styles

* fix: posthog telementry

* fix: calendar tests

* fix: updates ui

* test: reorder options

* fix: month view - use local time with timezone

* fix: update styles and move components fix: tests

* fix: update styles and move components

* fix: update styles

* test: fix tests

* fix: update toolbar styles

* fix: failing tests

* fix: cmd f search shortcut

* fix: change side menu sizes

* fix: calendar test corrections

* fix(nc-gui): update size logic

* fix(nc-gui): update styles

* fix(nc-gui): update some more styles

* fix(nc-gui): update toolbar styles

* fix(nc-gui): update select component

* fix: update styles

* fix: calendar test

* fix: ux changes

* fix: final changes

* fix: calendar tests
2024-05-14 11:47:08 +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
Raju Udava
af2c426c9f Nc fix/UI flaws p2 (#8394)
* fix: avoid data reload on field hide & rearrange

* fix: load rollup_function on edit

* fix: hide field if no rollup fn is available

* fix: allowed rollup fns

* fix: multiselect blur on escape

* test: skip wait for update from server for hide field ops

* fix: skip wait for response for field toggle

* fix: disable validation only for hide field

* fix: error handling

* fix: base name missing on dashboard

* fix: replace slash with arrow

* fix: table expand icon & animation

* fix: view chevron

* fix: chevron for base and chevron sizes

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2024-05-06 11:49:02 +03:00
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
b6bb605f99 fix(nc-gui): field menu search field issue on other than grid view 2024-04-06 12:00:49 +00:00
Anbarasu
2ee96cf36c fix(nc-gui): calendar minor fixes (#7943)
* fix(nocodb):  skip data refetch when hiding fix(nocodb): duplicate view does not copy field formattings

* fix(nc-gui): update the size of icons

* fix(nc-gui): single select focus not lost on escape press

* fix(nc-gui): disable focus on cell, if opening and not creating

* fix(nocodb): playwright failing

* fix(nc-gui): playwright failing

* fix(nc-gui): hide loading on field enable/disable

* fix(nc-gui): allow all fields reorder. prevent reorder tigger loading screen on load
2024-03-23 22:24:00 +05:30
DarkPhoenix2704
0e9e526d84 fix(nc-gui): field overflow 2024-02-27 11:33:46 +00:00