多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
1.2 KiB

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>
3 months ago
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1504_35967)">
<path d="M6.60008 2.82701C7.05897 2.7196 7.52879 2.6659 8.00008 2.66701C12.6667 2.66701 15.3334 8.00034 15.3334 8.00034C14.9287 8.75741 14.4461 9.47017 13.8934 10.127M9.41341 9.41368C9.23032 9.61017 9.00951 9.76778 8.76418 9.87709C8.51885 9.9864 8.25402 10.0452 7.98548 10.0499C7.71693 10.0547 7.45019 10.0053 7.20115 9.90467C6.95212 9.80408 6.7259 9.65436 6.53598 9.46444C6.34606 9.27453 6.19634 9.0483 6.09575 8.79927C5.99516 8.55023 5.94577 8.28349 5.9505 8.01495C5.95524 7.74641 6.01402 7.48157 6.12333 7.23624C6.23264 6.99091 6.39025 6.77011 6.58675 6.58701M11.9601 11.9603C10.8205 12.829 9.43282 13.3103 8.00008 13.3337C3.33341 13.3337 0.666748 8.00034 0.666748 8.00034C1.49601 6.45494 2.64617 5.10475 4.04008 4.04034L11.9601 11.9603Z" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M0.666748 0.666992L15.3334 15.3337" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_1504_35967">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>