8968 Commits

Author SHA1 Message Date
db2ec45378
feat: move custom logo setting to api 2024-02-09 14:33:21 +01:00
d7dc209f15
feat: move allow icon changes setting to api 2024-02-09 14:30:21 +01:00
0f28767acc
feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
a0e770438d
feat: move sentry configuration from frontend to api 2024-02-09 14:24:29 +01:00
1899f16207
chore(ci): sign drone config 2024-02-09 13:42:27 +01:00
f77ba0d4f1
feat: only one dockerfile with api and frontend 2024-02-09 13:42:05 +01:00
b3228794c7
feat: add caching rules for more files 2024-02-09 13:42:05 +01:00
4a66c2202f
chore: only use api version as it is coming from the same codebase 2024-02-09 13:42:03 +01:00
aab36eb89c
chore: add pnpm run dev alias 2024-02-09 13:41:51 +01:00
8b3cf2ed7e
chore: remove static path config option 2024-02-09 13:41:51 +01:00
9c45d9ca15
feat: cache header and etag generation 2024-02-09 13:41:51 +01:00
81455242ae
chore: copy static file handler 2024-02-09 13:41:50 +01:00
6c5194b892
feat: bundle frontend files with api in one static bundle 2024-02-09 13:41:50 +01:00
392f5cd468
fix(ci): run desktop pipeline only on PRs 2024-02-08 21:43:26 +01:00
9633a705cd
fix(ci): update shasum 2024-02-08 21:41:13 +01:00
0e452db565
chore(deps): remove redundant renovate config 2024-02-08 15:00:25 +01:00
6c9d09d302
chore(ci): merge desktop ci config 2024-02-08 15:00:11 +01:00
9d9c3ffdec
chore: merge desktop repository 2024-02-08 14:54:45 +01:00
eaf072766c
chore: move desktop files 2024-02-08 14:53:56 +01:00
d10a446cdd
docs: update contribution guidelines 2024-02-08 14:45:55 +01:00
9f940f6ad8
docs: update vscode config 2024-02-08 14:31:03 +01:00
8da44ecb58
docs: update issue template 2024-02-08 14:31:02 +01:00
fceb638e75
docs: remove mention of vikunja/api and vikunja/frontend repos 2024-02-08 14:31:02 +01:00
fd80176480 chore(deps): update dependency electron to v28.2.2 (#187)
Reviewed-on: vikunja/desktop#187
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-02-07 22:08:46 +00:00
15a1473c11
chore(ci): don't wait for build when linting 2024-02-07 22:44:36 +01:00
3057a1c8dc
fix(ci): swagger docs generate should use the correct url 2024-02-07 22:27:43 +01:00
543039ae2d
fix(ci): typo 2024-02-07 21:59:36 +01:00
951b4de382
chore(ci): cd to frontend in frontend pipelines 2024-02-07 21:59:08 +01:00
191facfa3f
chore(ci): sign drone config 2024-02-07 21:51:27 +01:00
5d7826a9b7
chore(ci): combine api and frontend drone configs 2024-02-07 21:46:19 +01:00
d7e9c1a393
chore(deps): move renovate config 2024-02-07 15:08:01 +01:00
449941a777
chore: merge frontend and api repos 2024-02-07 14:58:57 +01:00
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00
447641c222 chore: apply lint fixes 2024-02-07 12:23:09 +00:00
362be53a47 feat: use recommended vue-linting 2024-02-07 12:23:09 +00:00
46eabdfe6b fix(deps): update sentry-javascript monorepo to v7.100.1 2024-02-07 11:53:00 +00:00
a0c5a464a5
feat(progress): less rounding 2024-02-07 11:36:57 +01:00
e78ab476fc
chore(progress): cleanup unused css 2024-02-07 11:35:32 +01:00
aebb047d18
fix(progress): move customizations into progress bar component 2024-02-07 11:24:20 +01:00
7bb110b20e
feat: add ProgressBar component 2024-02-07 11:12:21 +01:00
f148a43390 fix(deps): update dependency ufo to v1.4.0 2024-02-07 10:08:12 +00:00
aac70d3823 fix(deps): update dependency @kyvg/vue3-notification to v3.1.4 2024-02-07 09:20:36 +00:00
ca9d66b833 fix(deps): update src.techknowlogick.com/xgo digest to 45b9ea6 2024-02-07 00:05:51 +00:00
21126793ab
fix(test): make test assertion work again 2024-02-06 23:13:38 +01:00
4d3433fc29 fix(deps): update src.techknowlogick.com/xgo digest to 5aae655 2024-02-06 20:05:59 +00:00
b057fb2784
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
58c7da019d
fix(notifications): mark all notifications as read in ui directly when marking as read on the server
This caused the notifications to stay on "unread" when marking them as read, making an unpleasant user experience
2024-02-06 18:34:42 +01:00
70f48eaaca
fix(task): make sure the drag handle is shown as intended
Due to a previous refactoring, the drag handle was always shown instead of only on hover. The css class was moved out of the task component, but its styles weren't

Related to vikunja/frontend#3934
2024-02-06 18:29:17 +01:00
6cc75928d8
fix(task): remove default task color
Previously, the task would use the default color. This was now removed, as this resulted in the default color not being visible on tasks.

Resolves https://github.com/go-vikunja/frontend/issues/135#issuecomment-1917576392
2024-02-06 18:18:44 +01:00
dc360d4a18
chore(editor): don't set editor content intitially 2024-02-06 18:03:27 +01:00