This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
kolaente b057fb2784
continuous-integration/drone/push Build is failing Details
fix(reminders): set reminder date on datepicker when editing a reminder
Setting an actual reminder date (not a relative one) flowed only from the component to the outside when setting it. When editing it, the reminder date would not be populated, causing the datepicker date to stay at the current date.
2024-02-06 18:46:15 +01:00
..
assets feat: new image for the unauthenticated views 2023-06-12 21:58:17 +02:00
components fix(reminders): set reminder date on datepicker when editing a reminder 2024-02-06 18:46:15 +01:00
composables fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back 2023-11-15 23:43:39 +01:00
constants feat: change the link share hash name 2023-06-19 15:28:06 +02:00
directives fix(deps): update dependency @github/hotkey to v2.1.0 (#3766) 2023-10-11 09:01:48 +00:00
helpers fix(openid): use the calculated redirect url when authenticating with openid providers 2024-01-28 12:42:45 +01:00
i18n fix(gantt): correctly import languages from dayjs 2024-02-05 21:57:21 +01:00
indexes feat: update eslint config 2022-10-04 13:45:16 +02:00
message chore: provide better error messages when refreshing user info fails 2023-07-10 12:20:40 +02:00
modelSchema/common feat(gantt): use time constants 2022-10-27 17:49:29 +02:00
modelTypes feat(reminders): show reminders in notifications bar 2023-12-23 15:48:29 +01:00
models fix(task): remove default task color 2024-02-06 18:18:44 +01:00
modules fix(quick add magic): ensure month is removed from task text 2024-01-10 23:54:42 +01:00
router fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back 2023-11-15 23:43:39 +01:00
services fix(filter): validate filter title field after loading a filter for edit 2024-01-26 11:29:46 +01:00
stores fix(openid): use the calculated redirect url when authenticating with openid providers 2024-01-28 12:42:45 +01:00
styles fix(editor): use higher-contrast colors for links and code 2024-01-15 22:11:24 +01:00
types feat(reminders): add proper time picker for relative dates 2023-06-09 13:19:47 +02:00
views fix(task): make sure the drag handle is shown as intended 2024-02-06 18:29:17 +01:00
App.vue chore(perf): import some modules dynamically (#3179) 2024-01-16 14:24:24 +00:00
histoire.setup.ts fix: has-pseudo-class polyfill 2023-03-29 17:22:06 +02:00
main.ts fix: lint 2023-08-24 11:27:31 +02:00
pinia.ts feat: port tasks store to pinia 2022-09-29 21:40:15 +02:00
polyfills.ts fix: has-pseudo-class polyfill 2023-03-29 17:22:06 +02:00
registerServiceWorker.ts fix(base): Use Build Time Base Path 2023-02-03 09:21:06 +01:00
sentry.ts chore(sentry): only load sentry when enabled 2023-06-18 15:01:49 +02:00
sw.ts fix(sw): remove debug option via env as it would not be replaced correctly in prod builds 2023-12-13 18:37:56 +01:00
urls.ts
version.json