Commit Graph

198 Commits

Author SHA1 Message Date
Ramesh Mane
2637a98f81 chore(nc-gui): lint 2025-03-19 20:42:33 +00:00
DarkPhoenix2704
05534fb237 fix: move detavjed text to smartsheet 2025-03-18 16:20:09 +00:00
DarkPhoenix2704
125da24cac fix: simplify renderer 2025-03-18 16:20:09 +00:00
Ramesh Mane
999a631422 fix(nc-gui): ai review changes 2025-02-24 08:07:14 +00:00
Ramesh Mane
521c77482d fix(nc-gui): extension pane resize issue 2025-02-24 08:07:14 +00:00
Ramesh Mane
b1e7793dcb fix(nc-gui): rename useSelectedCellKeyupListener to useSelectedCellKeydownListener 2025-01-28 13:18:33 +00:00
DarkPhoenix2704
71fd750476 fix: refactor fix: acl 2025-01-10 16:11:08 +00:00
DarkPhoenix2704
21158e46f2 fix: warning and errors 2025-01-10 16:11:00 +00:00
DarkPhoenix2704
1a9c97da4b feat: action pane ui and some other changes 2025-01-10 16:10:59 +00:00
Ramesh Mane
7957a9821e fix(nc-gui): hide extension splitpanes__splitter if panel is not open 2024-12-27 15:25:38 +05:30
Ramesh Mane
c41447a4ac fix(nc-gui): if useSElectedCellKeyupListner is not grid cell activeCell then dont prevent handler fn call 2024-12-10 06:14:45 +00:00
Pranav C
4de0373f71 refactor: update swagger api and sdk methods 2024-09-20 18:29:11 +00:00
Ramesh Mane
3eb1c13296 fix(nc-gui): update text install -> add extension 2024-09-03 04:17:08 +05:30
Ramesh Mane
6f6c67ef21 fix(nc-gui): extension sidepanel resize issue on table change 2024-09-03 04:17:08 +05:30
Ramesh Mane
98cdf41963 fix(nc-gui): extension panel resize issue 2024-09-03 04:17:08 +05:30
Ramesh Mane
e808ef4a15 Nc Fix: Update extension UI as per new design (#9306)
* fix(nc-gui): show extension as floating

* chore(nc-gui): add puzzle icon

* fix(nc-gui): toolbar searchbox auto close issue on clearing input value

* fix(nc-gui): update extension header

* fix(nc-gui): update extension panel as per new design

* fix(nc-gui): update extension icons

* fix(nc-gui): mionr extension panel corrections

* feat(nc-gui): extension reorder support

* fix(nc-gui): extension reorder issue

* fix(nc-gui): extension min height issue

* fix(nc-gui): extension error screen

* fix(nc-gui): extension fullscreen padding

* fix(nc-gui): update extension marketplace modal

* fix(nc-gui): update extension details modal

* fix(nc-gui): some changes

* fix(nc-gui): some review changes

* fix(nc-gui): some review changes

* fix(nc-gui): update extension header

* fix(nc-gui): update extension title input box

* fix(nc-gui): enable extension is cloud

* fix(nc-gui): add extension subtitle support

* feat(nc-gui): allow user to add extension description in markdown file

* fix(nc-gui): add cmdk topbar btn in all screens

* fix(nc-gui): meta.glob() as option deprecated warning

* fix(nc-gui): minor changes

* fix(nc-gui): make cmdk icon smaller

* fix(nc-gui): monor review changes

* misc: alignment & text for desc

* fix(nc-gui): extension review changes

* fix(nc-gui): extension topbar btn ui updates

* fix(nc-gui): update extension header icon size

* fix(nc-gui): use description md file instead of plain text in manifest

* fix(nc-gui): update extension modal size

* fix(nc-gui): cmdk test update

* chore(nc-gui): lint

* fix(nc-gui): minor changes

* fix(nc-gui): update extension details panel gap

* fix: minor alignments

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-23 12:29:11 +05:30
Ramesh Mane
64baa55d59 fix: Extensions TBD work items (#8986)
* fix(nc-gui): min max width of extension

* fix(nc-gui): extension panel colors and padding issue

* fix(nc-gui): extension list item header ui changes

* feat(nc-gui): add search extension functionality in marketplace modal

* fix(nc-gui): extension details modal ui changes

* fix(nc-gui): truncate extension name

* feat(nc-gui): search extension in sidebar

* fix(nc-gui): extension modal overflow issue

* fix(nc-gui): set min width for extension sidebar

* chore: change min & max width for pane

* fix(nc-gui): truncate add extension btn text

* fix(nc-gui): add hide extensions btn inside sidebar

* fix(nc-gui): padding issue

* chore(nc-gui): added comment to debug in staging

* fix(nc-gui): sidebar fluctuation issue on changing table

* fix(nc-gui): base extension load issue

* fix(nc-gui): show only icons in toolbar menu if their is no enough space

* fix(nc-gui): pr review changes

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-07-13 14:55:30 +05:30
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
Pranav C
308ee8ddf8 refactor: exception handling and missing permissions 2024-06-18 19:06:17 +00:00
Pranav C
5d8b1fc55a feat: restrict data/meta operations in gui 2024-06-18 19:06:17 +00:00
Ramesh Mane
d1d038cd4f Nc fix/mobile view bug fixes (#8670)
* fix(nc-gui): small screen expanded form create record btn alignment

* fix(nc-gui): update grid view mobile screen height

* fix(nc-gui): gallery view footer issue in mobile view

* fix(nc-gui): single select field height issue in expanded form mobile view

* fix(nc-gui): allow emoji icon display support in place of view icon if configured

* fix(nc-gui): shared view footer visibility issue in mobile screen

* fix(nc-gui): update nc-container height for mobile screen

* fix(nc-gui): check for support of dvh unit and then apply css
2024-06-10 17:48:58 +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
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
Mert E
fed1c7ba5c feat: virtual scroll for grid (#8356)
* feat: virtual scroll for grid

* feat: improve virtual scroll

* fix: remove unused expose & ref

* feat: move row ltar helpers to parent level

* fix: use shared composable for useMetas

* fix: column add issue

* fix: reload issue

* feat: move cell state to computed

* chore: lint

* fix: null check for sticky field

* fix: PR requested changes

* fix: shared views

* fix: provide row store calls

* test: avoid all rows selector

* fix: group by

* fix: include isVirtualCol in cellMeta

* fix: split colMeta and cellMeta

* chore: lint

* test: edit column flakiness

* test: renderColumn for dashboard grid

* test: user column test flakiness
2024-04-29 14:22:21 +05:30
mertmit
041924adde fix: group by api calls 2024-04-28 02:41:50 +00:00
Mert E
d46b60d92e feat: extensions (#8303)
* feat: extensions

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

* chore: sync

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

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-04-19 21:09:30 +05:30
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
Ramesh Mane
45b8a9f7fe feat(nc-gui): form view v2 setup 2024-02-22 16:16:32 +00:00
DarkPhoenix2704
1ca038ff64 chore: run lint 2024-02-20 07:15:48 +00:00
DarkPhoenix2704
c110e1951b fix(nc-gui): remove unwanted v-if 2024-02-20 07:15:46 +00:00
DarkPhoenix2704
9fd4502489 feat(nc-gui): wire components to composable fix(nc-gui): switch between week and month breaking 2024-02-20 07:15:43 +00:00
DarkPhoenix2704
699266e195 feat(nc-gui): calendar view sidebar 2024-02-20 07:15:42 +00:00
Ramesh Mane
7f05a7b095 fix(nc-gui): search in table by fields nocodb/nocodb#7501 2024-02-02 06:23:56 +00:00
Ramesh Mane
f32725190a fix: onDrop json parse issue 2024-01-08 08:42:19 +00:00
mertmit
1680e675eb fix: reset base users on adding new user 2023-12-21 13:21:07 +03:00
Ramesh Mane
1f50e99136 fix: lint error 2023-12-12 13:09:38 +05:30
Muhammed Mustafa
2d906e99b5 fix: Show skelton loader immediatly when a table is opened 2023-11-22 15:17:29 +00:00
աɨռɢӄաօռɢ
1696ec55a2 chore(nc-gui): lint 2023-10-22 23:26:10 +08:00
Muhammed Mustafa
a856d4bb18 Merge remote-tracking branch 'origin/develop' into fix/i18n 2023-10-20 17:45:00 +05:30
mertmit
f05cb7da73 feat: merge view columns and grid view columns state 2023-10-11 00:44:57 +00:00
mertmit
936c7a6192 feat: use injection state for use view columns 2023-10-11 00:44:57 +00:00
reenphygeorge
5d2131069c fix: i18n 2023-10-08 23:09:18 +05:30
DarkPhoenix2704
a93a20c1e9 fix: some issues 2023-10-03 13:21:09 +00:00
mertmit
e6f9f469ca fix: duplicated variable name 2023-10-03 11:50:23 +05:30
WK Wong
55259c89b9 chore(nc-gui): lint 2023-10-03 11:24:03 +08:00
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
Muhammed Mustafa
7663ef9f14 feat: Added logic to auto close and open sidebar on mobile view based on if view is open, imrpoved nodes of sidebar in mobile, and workspace menu handles for mobile view 2023-09-25 13:39:09 +00:00
DarkPhoenix2704
bda7939236 fix: lint issues 2023-09-23 13:39:07 +05:30