dify/web/app/components/base
2026-03-05 15:54:56 +08:00
..
__tests__ test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
action-button test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
agent-log-modal refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
amplitude fix(amplitude): update sessionReplaySampleRate default value to 0.5 (#30880) 2026-01-13 12:26:50 +08:00
answer-icon test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
app-icon test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
app-icon-picker test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
audio-btn test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
audio-gallery test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
auto-height-textarea test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
avatar test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
badge test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
block-input test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
button refactor(web): migrate Button to Base UI with focus-visible (#32941) 2026-03-04 13:55:13 +08:00
carousel test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
chat refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
checkbox test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
checkbox-list test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
chip test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
confirm feat(web): add base AlertDialog with app-card migration example (#32933) 2026-03-04 13:56:27 +08:00
content-dialog test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
copy-feedback test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
copy-icon test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
corner-label test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
date-and-time-picker test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
dialog test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
divider test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
drawer test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
drawer-plus test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
dropdown test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
effect test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
emoji-picker test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
encrypted-bottom test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
error-boundary test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
features refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
file-icon test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
file-thumb test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
file-uploader refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
float-right-container test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
form refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
fullscreen-modal test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
ga test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
grid-mask test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
icons test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
image-gallery test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
image-uploader refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
inline-delete-confirm test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
input test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
input-number test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
input-with-copy test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
linked-apps-panel test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
list-empty test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
loading test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
logo test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
markdown test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
markdown-blocks refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
mermaid test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
message-log-modal test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
modal feat(web): overlay migration guardrails + Base UI primitives (#32824) 2026-03-03 16:56:13 +08:00
modal-like-wrap test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
new-audio-button test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
node-status test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
notion-connector test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
notion-icon test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
notion-page-selector test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
pagination test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
param-item test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
popover test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
portal-to-follow-elem feat(web): overlay migration guardrails + Base UI primitives (#32824) 2026-03-03 16:56:13 +08:00
premium-badge test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
progress-bar test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
prompt-editor refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
prompt-log-modal test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
qrcode test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
radio refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
radio-card test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
search-input test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
segmented-control test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
select feat(web): overlay migration guardrails + Base UI primitives (#32824) 2026-03-03 16:56:13 +08:00
simple-pie-chart test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
skeleton test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
slider test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
sort test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
spinner test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
svg test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
svg-gallery test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
switch test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tab-header test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tab-slider test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tab-slider-new test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tab-slider-plain test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tag test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
tag-input refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
tag-management refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
text-generation refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
textarea test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
timezone-label test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
toast refactor: spilt context for better hmr (#33033) 2026-03-05 15:54:56 +08:00
tooltip feat(web): overlay migration guardrails + Base UI primitives (#32824) 2026-03-03 16:56:13 +08:00
ui feat(web): add base AlertDialog with app-card migration example (#32933) 2026-03-04 13:56:27 +08:00
video-gallery test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
voice-input test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
with-input-validation test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
zendesk test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
alert.tsx test: add tests for some base components (#32356) 2026-02-24 14:35:23 +08:00
app-unavailable.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
badge.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
theme-selector.tsx test: add tests for some base components (#32356) 2026-02-24 14:35:23 +08:00
theme-switcher.tsx fix: keep account dropdown open when switching theme (#32918) 2026-03-04 09:53:36 +08:00