多维表格
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.3 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_35261)">
<path d="M6.66675 8.66697C6.95305 9.04972 7.31832 9.36642 7.73778 9.5956C8.15724 9.82477 8.62109 9.96105 9.09785 9.99519C9.57461 10.0293 10.0531 9.96055 10.501 9.79349C10.9488 9.62643 11.3555 9.36502 11.6934 9.02697L13.6934 7.02697C14.3006 6.3983 14.6366 5.55629 14.629 4.6823C14.6214 3.80831 14.2708 2.97227 13.6528 2.35424C13.0348 1.73621 12.1987 1.38565 11.3248 1.37806C10.4508 1.37046 9.60876 1.70644 8.98008 2.31364L7.83341 3.45364" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.33322 7.33381C9.04692 6.95106 8.68165 6.63435 8.26219 6.40518C7.84273 6.17601 7.37888 6.03973 6.90212 6.00559C6.42536 5.97144 5.94683 6.04023 5.49899 6.20729C5.05115 6.37435 4.64448 6.63576 4.30656 6.97381L2.30656 8.97381C1.69936 9.60248 1.36338 10.4445 1.37098 11.3185C1.37857 12.1925 1.72913 13.0285 2.34716 13.6465C2.96519 14.2646 3.80123 14.6151 4.67522 14.6227C5.54921 14.6303 6.39121 14.2943 7.01989 13.6871L8.15989 12.5471" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_1504_35261">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>