1
0
Commit Graph

32 Commits

Author SHA1 Message Date
faa797f461 feat: improve main nav spacing and open speed 2024-07-10 09:19:55 +00:00
43e38fae17 feat: rename TheNavigation to AppHeader 2024-07-07 14:57:23 +00:00
f9e0b43707 feat: move powered by to bottom 2024-07-04 09:04:39 +00:00
51660f7677 fix: app bottom padding
display: flow-root creates a new block-formatting context and thus prevents overflowing margin issues created by a last child element that has a margin bottom
2024-07-03 15:33:49 +00:00
4bd9c79912 feat: remove props destructuring ProjectsNavigationItem 2024-06-20 19:35:37 +00:00
c90ee0142a fix: reset drag.value 2024-06-20 13:02:43 +00:00
f36115871c feat: camelcase global components 2024-06-19 14:02:14 +00:00
ff5ee515f9 fix: remove uppercase transformation from username (#2445)
Because usernames might have lowercase letters. Transforming the casing can be confusing and even change meaning.

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2445
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-19 13:58:25 +00:00
23707fc493 feat: eslint enforce vue/component-name-in-template-casing 2024-06-17 21:01:36 +00:00
21980a4383 feat(components): align component name casing QuickActions 2024-06-17 13:41:37 +02:00
f3daac2c31 feat(components): align component name casing ProjectSettingsDropdown 2024-06-17 13:41:37 +02:00
523e8dab2b feat(components): align component name casing Notifications 2024-06-17 13:41:36 +02:00
ff7e381645 feat(components): align component name casing Loading 2024-06-17 13:09:34 +02:00
5d2c731c59 feat(components): align component name casing Navigation 2024-06-17 13:09:32 +02:00
2bd80aa505 feat(components): align component name casing ContentLinkShare 2024-06-17 13:08:00 +02:00
cebb647e1d feat(components): align component name casing Dropdown 2024-06-17 09:39:41 +00:00
89e9313b03 feat(components): align component name casing color-bubble 2024-06-17 09:35:14 +00:00
58baf141d5 feat(components): align component name casing ContentAuth 2024-06-17 09:29:12 +00:00
8b2c3075c3 fix(logo): use correct month for pride logo change 2024-06-01 23:20:02 +02:00
fa628edc0c fix(project): make sure gantt and kanban views shared with link share are full width
Resolves https://github.com/go-vikunja/vikunja/issues/258
2024-05-07 16:53:21 +02:00
574c7f218e fix(labels): allow link shares to add existing labels to a task
Resolves https://github.com/go-vikunja/vikunja/issues/252
2024-04-21 15:12:27 +02:00
144a6e4140 fix(kanban): do not add bottom spacing to view 2024-04-14 11:15:53 +02:00
ed4be389ab fix(navigation): scrolling when many projects are present
Regression from ee3d20e1d2
Resolves https://github.com/go-vikunja/vikunja/issues/249
2024-04-10 22:54:36 +02:00
ee3d20e1d2 fix(navigation): do not hide shadows of dropdown menu 2024-04-09 13:07:01 +02:00
f1c3ce5eeb fix(projects): allow arbitrary nesting of new projects 2024-04-07 12:00:39 +02:00
59ced554cd chore(views): remove old view routes 2024-03-19 00:47:49 +01:00
2dfb3a6379 fix(views): make no initial view work in the frontend 2024-03-19 00:47:49 +01:00
a3714c74fd feat(views): load views when navigating with link share 2024-03-19 00:47:49 +01:00
89b01e86bc fix(projects): load all projects when first opening Vikunja 2024-03-02 13:43:04 +01:00
d7d3ffeebd feat(navigation): persist project open state in navigation
With this change, the project's collapsed open/closed state in the navigation survives a browser reload. Previously, all state would be lost after reloading.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2067
2024-02-12 22:22:55 +01:00
0f28767acc feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00