You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
0dd23e8: Copy css.d.ts into the Docker build stage so the app image compiles. The
TypeScript 6 upgrade added ambient declare module '*.css' declarations in css.d.ts to satisfy TS2882 for side-effect stylesheet imports, but the
Dockerfiles only copied mdx.d.ts, so next build failed inside the
container.
e882576: Fix "Save Alert" doing nothing when editing an existing saved-search alert. The
alert form schema now accepts the persisted numConsecutiveWindows: null value
(so form validation no longer silently blocks submission), and the update
request resolves the alert id from the selected tab instead of an unregistered
form field.
f865d88: feat: Allow freeform text in VirtualMultiSelect