Khyati-Kapil
Khyati-Kapil
feat(forms): allow flexible min and max types in FormUiControl expand the min and max input types from number-only to string or number to match native HTML behavior for date and...
fix(parse): correctly parse numeric string timestamps as timestamps Previously, dayjs("1762232987879") would attempt to parse the string as a date format, resulting in an incorrect negative timestam and wrong date formatting....
feat(window-events): add drag-stopped and resize-stopped events - Added listener for `tauri://move` to detect when window dragging stops using a 150ms idle timeout. - Added listener for `tauri://resize` to detect resize-stop...
I have animated submit button.
docs(window): add userland example for detecting drag-stopped and resize-stopped events This PR adds a userland JavaScript example demonstrating how developers can detect when a window drag or resize operation has...