多维表格
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_35033)">
<path d="M7.99992 10.6663C9.47268 10.6663 10.6666 9.47243 10.6666 7.99967C10.6666 6.52692 9.47268 5.33301 7.99992 5.33301C6.52716 5.33301 5.33325 6.52692 5.33325 7.99967C5.33325 9.47243 6.52716 10.6663 7.99992 10.6663Z" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.6666 5.33357V8.6669C10.6666 9.19734 10.8773 9.70605 11.2524 10.0811C11.6275 10.4562 12.1362 10.6669 12.6666 10.6669C13.197 10.6669 13.7057 10.4562 14.0808 10.0811C14.4559 9.70605 14.6666 9.19734 14.6666 8.6669V8.00024C14.6665 6.49559 14.1574 5.03522 13.2221 3.85659C12.2868 2.67796 10.9803 1.85039 9.51502 1.50844C8.04974 1.16648 6.51188 1.33027 5.15149 1.97315C3.7911 2.61603 2.68819 3.70021 2.0221 5.04939C1.356 6.39856 1.1659 7.9334 1.4827 9.40431C1.7995 10.8752 2.60458 12.1957 3.76701 13.1511C4.92945 14.1064 6.38088 14.6405 7.8853 14.6663C9.38973 14.6922 10.8587 14.2084 12.0533 13.2936" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_1504_35033">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>