Commit Graph

34 Commits

Author SHA1 Message Date
Ramesh Mane
4bff44ae7d fix: review changes 2026-03-18 06:00:22 +00:00
Ramesh Mane
850f458f8e revert: Mistakenly removed changes 2026-03-18 06:00:22 +00:00
Ramesh Mane
f4a3c157c4 fix: dark mode colors for button cell 2026-03-18 06:00:22 +00:00
Ramesh Mane
762f05533e fix: setup for button field dark mode changes 2026-03-18 06:00:20 +00:00
DarkPhoenix2704
a1225b87ff fix: button filters 2026-02-25 18:01:23 +00:00
DarkPhoenix2704
7945ab1b79 feat: conditional button visibility with filter-based conditions 2026-02-25 18:01:23 +00:00
mertmit
69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00
Ramesh Mane
f688af6085 fix(nc-gui): keep cursor pointer disabled 2025-10-14 08:15:18 +00:00
Ramesh Mane
8519c36a1d fix(nc-gui): keep button disabled and show invalid tooltip 2025-10-14 08:15:17 +00:00
Ramesh Mane
60344b1a67 fix(nc-gui): expanded form button cell font weight issue 2025-09-16 15:46:22 +00:00
Ramesh Mane
8d18ffe813 fix(nc-gui): on trigger ai button data is directly getting saved in db #5042 2025-09-16 15:46:20 +00:00
Ramesh Mane
464d7cdbe2 fix(nc-gui): button alignment issue in expanded form 2025-09-16 15:46:20 +00:00
Ramesh Mane
5fd92244b4 chore(nc-gui): lint 2025-09-09 11:48:57 +00:00
Ramesh Mane
c3cda52045 fix(nc-gui): uniform buttons in expanded form 2025-09-05 11:30:13 +00:00
DarkPhoenix2704
1dc4e9c91b fix: wireup action pane to non canvas button 2025-08-28 17:50:57 +00:00
Ramesh Mane
7570a98a45 fix(nc-gui): normal button status related changes 2025-07-29 12:56:02 +00:00
Ramesh Mane
38247fcf9a fix(nc-gui): normal html button after action status icon update 2025-07-29 12:56:01 +00:00
Ramesh Mane
8d647a812a fix(nc-gui): button loading icon color issue 2025-07-29 12:56:01 +00:00
Ramesh Mane
7e1828dac9 fix(nc-gui): show tooltip is button url is invalid #6150 2025-07-29 12:56:00 +00:00
Fendy Heryanto
f4209bbcd8 refactor: use NC_ALLOW_LOCAL_HOOKS to allow using button with non tld urls 2025-05-16 16:57:50 +05:30
Ramesh Mane
87246eb3de fix(nc-gui): cell button disabled state 2025-04-28 22:02:45 +00:00
Anbarasu
f4b2098895 fix: Misc Fixes (#10926)
* fix: buttons colors are different in canvas and grid

* fix: catch error in mail

* fix: enavble context menu on right click on column header, if selectedAllREcords

* fix: remove unwanted string interpolation
2025-03-20 18:31:27 +05:30
Ramesh Mane
5ba4b08590 fix(nc-gui): handle button click case 2025-03-04 15:40:26 +05:30
DarkPhoenix2704
71fd750476 fix: refactor fix: acl 2025-01-10 16:11:08 +00:00
DarkPhoenix2704
e750945d7f feat: quieing bulkActions feat: add more row level interactions fix: refactor editorUtils fix: refactor resetProgress Api 2025-01-10 16:10:59 +00:00
DarkPhoenix2704
f19247f123 feat:noco scripts 2025-01-10 16:10:58 +00:00
DarkPhoenix2704
9cb020bb0a fix: executionaer 2025-01-10 16:10:58 +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.
ec464a3310 chore: sync various (#9950)
* chore: some missing changes

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

* chore: sync refactored expanded form

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

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-12-03 23:35:32 +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
38db60b992 refactor: remove unused import 2024-11-07 07:22:13 +00:00
Pranav C
5b3213d0e2 refactor: fallbacks to htttps scheme as default 2024-11-07 07:22:13 +00:00
Pranav C
52cf3ab244 fix: encode url if not encoded 2024-11-07 07:22:13 +00:00
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