1
0
Commit Graph

192 Commits

Author SHA1 Message Date
d75a963d08 feat(editor): add code highlighting 2023-10-21 14:06:47 +02:00
beefc1d5ef feat(editor): add bubble menu 2023-10-21 14:02:53 +02:00
17c23d9463 feat(editor): make image upload work via slash command 2023-10-21 13:28:59 +02:00
02ab1b8c0a feat(editor): add all slash commands 2023-10-21 13:00:12 +02:00
e81c98fe5b chore(editor): format 2023-10-21 11:52:20 +02:00
3bf806f00c fix(editor): add missing dependencies for commands 2023-10-21 11:46:02 +02:00
aea3f86a8f feat(editor): add command list example
copied from 252acb32d2/demos/src/Experiments/Commands/Vue
2023-10-21 11:33:49 +02:00
5297208d92 feat(editor): move all editor related components into one folder 2023-10-21 11:15:17 +02:00
24b8915983 wip: tiptap editor 2023-10-20 17:10:05 +02:00
aeed4b3a3b fix(settings): allow removing the default project via settings 2023-10-20 16:01:22 +02:00
7f2d92138e fix: lint 2023-09-04 13:11:31 +02:00
f63c39a578 feat(assignees): improve avatar list consistency
Resolves https://kolaente.dev/vikunja/frontend/issues/3354
2023-09-04 13:03:39 +02:00
25bd26bea6 chore(editor): disable deprecated marked options 2023-06-21 15:12:45 +02:00
b6cd424aa3 fix: set vue-ignore 2023-06-20 15:22:19 +02:00
3aa502e07d fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
8930f61548 fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
9ec29cad30 fix: lint 2023-06-10 17:26:06 +02:00
ae177c73ea feat(reminders): move reminder settings to a popup 2023-06-09 14:23:32 +02:00
95487d7569 feat(reminders): add proper time picker for relative dates 2023-06-09 13:19:47 +02:00
7b2a688b6e feat(datepicker): separate datepicker popup and datepicker logic in different components 2023-06-09 12:07:23 +02:00
c74612f24a fix: lint 2023-06-07 21:53:40 +02:00
64f9f4fd88 fix: disable autocomplete in assignee search
Resolves https://github.com/go-vikunja/frontend/issues/114
2023-06-07 21:46:18 +02:00
f4a7943680 fix: bubble changes from the editor immediately and move the delay to callers
This gives the callers more control over when to save data and show/hide additional controls based on the input text
2023-06-02 12:40:21 +02:00
4ba02ebbb6 fix: don't try to convert a null date
Resolves https://kolaente.dev/vikunja/frontend/issues/3371
2023-05-31 15:07:23 +02:00
f7ba3bd08f fix: increase default auto-save timeout to 5 seconds
Related discussion: https://community.vikunja.io/t/task-description-constantly-saving-loosing-content/1350
2023-05-30 12:19:14 +02:00
1bd17d6e50 feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
4703f9c4d5 fix: has-pseudo-class polyfill 2023-03-29 17:22:06 +02:00
8fc254d2db feat: abstract BaseCheckbox 2023-03-29 17:17:49 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
b9d3b5c756 feat: rename files with list to project 2023-03-14 14:04:23 +00:00
fe764a46e9 fix(task): allow clicking on the whole task to open the task detail view
Resolves #3172
2023-02-27 16:00:08 +01:00
d40729cbe7 fix: button styles
Partially reverts eaeddda4e4
2023-02-15 11:28:25 +01:00
eaeddda4e4 feat: improve naming and styles 2023-02-03 17:25:38 +01:00
ccc85b9a82 feat: add XButton story 2023-01-05 23:12:58 +01:00
7be8e892e2 feat: add histoire 2023-01-05 23:12:58 +01:00
98b38af43c feat: disable fullscreen for EasyMDE side-by-side mode (#2710)
Fixes https://github.com/go-vikunja/frontend/issues/92
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2710
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-16 14:37:03 +00:00
8c44ed83e6 feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
9f0f0b39f8 feat: reduce multiselect selector specificity (#2678)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2678
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-12 10:44:49 +00:00
bb58dba8e0 feat: move select filters to dedicated components 2022-11-10 17:11:56 +01:00
eb59ca5836 fix: resolve issues with vue-easymde (#2629)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2629
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-03 14:37:24 +00:00
480aa8813e fix: Multiselect modelValue prop type 2022-10-31 22:42:30 +01:00
caa29c152d chore: improve multiselect hover types
when hovering over props you can only see comments if written with JSDoc
2022-10-31 22:42:30 +01:00
4cd0e90fea feat: rework XButton 2022-10-31 22:42:29 +01:00
599e28e5e5 feat: type improvements 2022-10-31 22:42:28 +01:00
da2a7a224e fix: label multiselect styling on focus 2022-10-28 11:23:55 +02:00
9f146c8c7f chore(gantt): wip daterange 2022-10-27 17:46:28 +02:00
d7fb1a1e14 fix(task): marking checklist items as done 2022-10-23 14:39:28 +02:00
db627ed28a feat: editor script setup 2022-10-04 09:41:59 +02:00
06c1a54886 feat: fancycheckbox script setup (#2462)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2462
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-03 20:19:35 +00:00