Commit Graph

40 Commits

Author SHA1 Message Date
Ramesh Mane
20c4b4a76b fix: update remove color code related change in all other places 2026-03-31 12:55:57 +00:00
DarkPhoenix2704
93b05883b9 chore: lint and build errors 2026-03-24 22:05:56 +05:30
Ramesh Mane
ac8b179d80 feat: add light bg color to single and multi select field option and text color as user selected color 2026-03-20 11:14:17 +00:00
Ramesh Mane
f6980d9c85 fix: light mode select field badge color setup 2026-03-20 11:14:17 +00:00
DarkPhoenix2704
0d333717fe feat: add AutoNumber field type (PostgreSQL only, Phase 1 + 2) 2026-02-28 05:12:19 +00:00
Pranav C
0bc2f7cafb chore: sync 2026-02-19 16:52:17 +05:30
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Ramesh Mane
512c206f43 fix(nc-gui): canvas scrollbar not working in mobile view 2025-09-25 09:34:41 +00:00
Ramesh Mane
e4d948d9cf fix(nc-gui): show null field alignment issue 2025-04-01 09:54:59 +00:00
Ramesh Mane
f301440fbd fix: move all cell, virtual cell utils in sdk and re-export from old file 2025-03-05 14:51:13 +00:00
Ramesh Mane
d0e1201609 fix(nc-gui): render lookup rich text field is cell 2025-02-17 13:11:41 +00:00
DarkPhoenix2704
c91f1ee659 fix: attachment renderer 2025-02-17 13:11:04 +00:00
Ramesh Mane
bafc3bf206 fix(nc-gui): add multiline text render support 2025-02-17 13:10:55 +00:00
Ramesh Mane
3bb8af16ff fix(nc-gui): refactor single select and multi select 2025-01-28 13:18:32 +00:00
Ramesh Mane
9df0a05113 refactor(nc-gui): cell text component 2025-01-28 13:18:28 +00:00
DarkPhoenix2704
f19247f123 feat:noco scripts 2025-01-10 16:10:58 +00:00
Ramesh Mane
6310686081 fix(nc-gui): line height issue 2024-12-10 07:28:44 +00:00
Mert E.
818d9344e9 chore: preps (#9994)
* chore: preps

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

* test: fix unit

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

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-09 11:15:36 +03:00
Mert E.
6724fd2f9d chore: sync various (#9864)
* chore: sync various

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

* test: ws scope

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

* fix(nc-gui): ncSubmenu right icon visibility issue

* fix(nc-gui): use viewTypeAlias in all the places

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
2024-11-20 21:48:09 +05:30
Pranav C
ea6ce8d27b Miscellaneous fixes and improvements (#9699)
* fix: base icon color in breadcrumb

* fix: allow expanding nested record from expanded form

* fix: focus base lable in tree view on create/delete/load

* fix: avoid allowing deletion of display value

* fix: focus input field if activeElement is div

* fix: text area height issue

* refactor: show app version on hovering nocodb icon

* refactor: focus only if adding new record

* refactor: extract foreign key value for external source
2024-10-25 12:04:34 +05:30
Anbarasu
0bb5ab9982 feat: button field (#9144)
* feat: static button type

* fix: swagger

* fix: style corrections

* feat: webhook trigger

* fix: disables

* feat: Button icons fix: row Delete failing

* fix: expanded-form ux fix: disable buttons in forms fix: update PlainCell button handling fix: webhook delete, active change handling

* fix: disable case

* fix: disable case

* fix: update Button styles

* fix: refactor min/max with limit for columns fix: disable filter, groupby for Button Field fix: disable aggregation for Buttons

* fix: hide button field in Filters

* fix: fields menu corrections fix: update menu corrections

* fix: rebase

* feat: support webhook creation from ButtonOptions

* fix: sort related tests

* fix: keep webhook modal open

* fix: ui fixes

* fix: icon duplicate

* fix: syntax highlighing for handlebar fix: disable mascot fix: truncate selected webhook

* fix: sort disable tooltip

* test: button playwright test

* fix: button column duplication

* fix: add error fix: column options

* fix: EditOrAddProvider.vue

* fix: add invalid configuration

* fix: ux corrections

* fix: ux corrections

* fix: error handling fix: clear single query cache on hook delete

* fix: include button type in api

* fix: update overlay styles fix: webhook update

* fix: formula placeholder

* fix: playwright tests

* fix: playwright tests

* feat: refactor formula input

* fix: added more spacing

* fix: no icon text

* fix: lint

* fix: handle invalid url

* fix: handle sort by for button causes issue when button used as lookup

* fix: button field position

* docs: button field

* fix: tooltip correction

* fix: link

* fix: add btn href

* fix: handle some edge cases

* fix: handle some edge cases

* fix: update font color

* fix: add manual trigger docs

* fix: sqlite BaseModel fix

* docs: button share view info

* fix: rebase

* fix: reduce height and added resize support fix: added tooltip if label overflow

* fix: manual hook disable state

* docs: manual trigger details in webhook page

* fix: chevron grey shade to 500

* docs: sample payload for manual trigger

* fix: style update

* fix: pr review comments

* fix: pr review changes

* fix: reactivity issue

* fix: reactivity issue

* fix: filter enabled on button

* fix: reload meta on webhook change

* fix: error handling in formula filter

* fix: handle url error

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-14 15:32:19 +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
9a57f4fca0 feat(nc-gui): prefill user, text & numeric fields 2024-03-09 11:51:10 +00:00
mertmit
97b956f4ee feat: createdBy & lastModifiedBy 2024-01-06 08:47:47 +00:00
Pranav C
ae052c99a0 fix: avoid setting updated_at when inserting record 2024-01-04 13:19:24 +00:00
mertmit
a7405aec7d feat: user field (WIP) 2023-12-21 13:21:07 +03:00
reenphygeorge
e8a5f63696 fix(nc-gui): isgeometry defined and linting issues 2023-09-15 22:05:12 +05:30
Wing-Kam Wong
394292443c refactor(nc-gui): revise comment 2023-05-22 12:37:41 +08:00
Wing-Kam Wong
80fcfcefb6 refactor(nc-gui): move the formula datetime handling to backend 2023-05-20 20:34:02 +08:00
Wing-Kam Wong
934a3ea370 fix(nc-gui): allow negative value 2023-05-18 16:44:47 +08:00
Wing-Kam Wong
b3790bc43f refactor(nc-gui): avoid passing isMssql flag 2023-05-18 09:55:32 +05:30
Wing-Kam Wong
ea06a87f39 refactor(nc-gui): move renderValue to cell 2023-05-18 09:37:40 +05:30
flisowna
ea4332f4ed resolve merging conflicts 2022-12-19 14:59:39 +03:00
Pranav C
a78bd5daf9 fix: exclude time and year cell from manual save
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-29 17:49:08 +05:30
flisowna
1ee9fb0d0d resolve merging conflicts 2022-11-22 14:48:27 +03:00
Pranav C
25b68a74cd fix(gui): checkbox rendering
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-21 19:34:53 +05:30
braks
3a9338b3ef chore(nc-gui): rebase 2022-11-17 14:11:48 +01:00
braks
0d7b129e33 chore(nc-gui): lint 2022-11-17 14:11:48 +01:00
braks
e1cd1a9e7e refactor(nc-gui): use sql ui of useProject 2022-11-17 14:11:48 +01:00
braks
19c38753a4 refactor(nc-gui): reduce computed values generated by cells 2022-11-17 14:11:32 +01:00