Commit Graph

29 Commits

Author SHA1 Message Date
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
Pranav C
68e41ec4c7 fix: load formula list from sdk 2023-12-21 09:17:07 +00:00
Pranav C
24ee8745e1 feat:populate and save parsed tree if missing 2023-12-21 09:16:59 +00:00
Pranav C
814b1eed1e feat: define function return types - WIP 2023-12-21 09:16:57 +00:00
Pranav C
e2e2f74183 feat: define function return types - WIP 2023-12-21 09:16:57 +00:00
Pranav C
77941ebef1 feat: define function return types - WIP 2023-12-21 09:16:57 +00:00
Pranav C
e8a316a9cd refactor: add proper typing 2023-12-21 09:16:57 +00:00
Raju Udava
3d060381d1 formula: remove LAST CREATED & UPDATED formula 2023-11-22 07:17:58 +00:00
Pranav C
9a6825a43d refactor: update docs and description 2023-11-22 07:17:58 +00:00
Pranav C
2d1837f200 refactor: add formula description 2023-11-22 07:17:58 +00:00
Pranav C
71ec783dd1 fix: add missing formula mapping and correction 2023-11-22 07:17:57 +00:00
Pranav C
ebc01a59d4 feat: formula - pg - value function support 2023-11-22 07:17:57 +00:00
Pranav C
e236880ad8 feat: formula - count method correction 2023-11-22 07:17:56 +00:00
Pranav C
86702eda64 feat: formula - add rounddown and roundup support 2023-11-22 07:17:56 +00:00
Pranav C
fdfd1b1ded feat: formula - add countall function 2023-11-22 07:17:56 +00:00
Pranav C
79ae6416b1 feat: formula - add counta function 2023-11-22 07:17:56 +00:00
Pranav C
24980e6a58 feat: formula - record_id support 2023-11-22 07:17:56 +00:00
Pranav C
45ebe18cb8 feat: add even and odd method support 2023-11-22 07:17:56 +00:00
Pranav C
e014f02aba fix: XOR - formula function - WIP 2023-11-22 07:17:55 +00:00
Pranav C
4bcf91fd03 fix: REGEX_EXTRACT - formula function correction 2023-11-22 07:17:55 +00:00
Pranav C
b1bd6f4435 fix: include blank method in ui 2023-11-22 07:17:55 +00:00
Pranav C
b0d0d41bf3 fix: regex formula corrections 2023-11-22 07:17:55 +00:00
Pranav C
1579d65622 feat: add new formulas in ui 2023-11-22 07:17:55 +00:00
Wing-Kam Wong
5f64da2f37 feat(nc-gui): add DATETIME_DIFF hint 2022-12-07 18:41:14 +08:00
Wonkeun No
cc3ca2c71a feat(formulaUtils):allow decimal for round
Add a proper spacing in function description
2022-10-24 01:24:02 -04:00
Wonkeun No
f21c564b4d feat(formulaUtils):allow decimal for round
This commit improves ROUND func description for the user and updates documentation
2022-10-24 00:54:01 -04:00
Wonkeun No
9267e95fbb feat(formulaUtils):allow decimal for round
This allows ROUND func to have an optional parameter to show decimal number to the position that the integer parameter specifies
This will address issue-3441
2022-10-23 23:11:17 -04:00
Wonkeun No
430a50ed71 Add an argument to ROUND func to show decimal numbers 2022-10-14 14:32:44 -04:00
Wing-Kam Wong
f97ea536b4 chore: move nc-gui-v2 to nc-gui 2022-09-06 12:00:09 +08:00