vikunja/frontend/src/components
kolaente dd83e0d42b refactor(frontend): replace reverse-index splice loops with findIndex/filter
Single-match removals use findIndex + splice; the reminder-null cleanup
uses filter since model.reminders is on a local shallow clone.
2026-04-15 11:44:47 +00:00
..
base fix: type issues with expandable 2025-11-22 17:23:03 +01:00
date refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00
gantt fix(gantt): ensure chart container fills viewport width for narrow date ranges 2026-04-03 19:07:49 +00:00
home fix(frontend): prevent drag handle from overlapping project color in sidebar 2026-04-03 19:05:10 +00:00
input refactor(frontend): replace for...in usages and forbid via lint rule 2026-04-15 11:44:47 +00:00
misc refactor(frontend): inline modal-card-head-padding in Card footer 2026-04-15 10:56:48 +00:00
notifications feat(websocket): add frontend WebSocket support 2026-04-02 16:30:23 +00:00
project refactor(frontend): replace for...in usages and forbid via lint rule 2026-04-15 11:44:47 +00:00
quick-actions refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00
sharing refactor(frontend): replace reverse-index splice loops with findIndex/filter 2026-04-15 11:44:47 +00:00
tasks refactor(frontend): replace reverse-index splice loops with findIndex/filter 2026-04-15 11:44:47 +00:00