Mithilesh Gupta
01a84dd2d5
feat: add comment count to tasks ( #1771 )
2025-11-11 23:00:05 +01:00
kolaente
b99ea2deb0
fix(filters): persist url filter query across views ( #1482 )
2025-09-11 22:12:33 +00:00
kolaente
0159ddc313
feat: replace top with logical properties
2025-08-03 15:05:48 +02:00
kolaente
d290f2e99c
feat: add logical utils
2025-08-03 15:05:48 +02:00
kolaente
16f7fa087a
fix: convert all css properties to logical
2025-08-03 15:05:48 +02:00
kolaente
94ba911c0b
feat(table view): require ctrl-click to sort by multiple task properties ( #950 )
2025-06-16 13:55:29 +00:00
Dominik Pschenitschni
1f56b3615c
feat: unify component name
2025-05-28 15:13:08 +02:00
Dominik Pschenitschni
bb9dc03351
fix: add newline at end of line ( #827 )
2025-05-24 13:57:47 +02:00
Dominik Pschenitschni
4c972e1bc4
feat: load project in project view
2025-01-19 19:56:07 +00:00
kolaente
796199827e
feat(filters): show when the current view has a filter as well and both will be used
...
This should make it clear when a filter does not bring the expected results - maybe because it contradicts with the one set in the view.
Related to https://github.com/go-vikunja/vikunja/issues/296
2024-10-30 15:27:33 +01:00
kolaente
7b873ec31c
fix(table): make sorting for two-word properties work
...
Resolves https://community.vikunja.io/t/various-sorting-filtering-issues/2781/8
2024-09-13 11:03:38 +02:00
Dominik Pschenitschni
99e90c0b02
feat: remove props destructuring from ProjectTable
2024-07-16 22:06:40 +00:00
Dominik Pschenitschni
f36115871c
feat: camelcase global components
2024-06-19 14:02:14 +00:00
Dominik Pschenitschni
23707fc493
feat: eslint enforce vue/component-name-in-template-casing
2024-06-17 21:01:36 +00:00
Dominik Pschenitschni
13ffacd267
feat(components): align component name casing PriorityLabel
2024-06-17 13:41:40 +02:00
Dominik Pschenitschni
54d4fafad3
feat(components): align component name casing Labels
2024-06-17 13:41:39 +02:00
Dominik Pschenitschni
c5724ecd5a
feat(components): align component name casing DateTableCell
2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
398ed2032e
feat(components): align component name casing AssigneeList
2024-06-17 13:41:37 +02:00
Dominik Pschenitschni
c9e3ff8fcf
feat(components): align component name casing FilterPopup
2024-06-17 13:41:36 +02:00
Dominik Pschenitschni
fdd780f645
feat(components): align component name casing User
2024-06-17 13:41:36 +02:00
Dominik Pschenitschni
f9bdc48224
feat(components): align component name casing Popup
2024-06-17 13:41:35 +02:00
Dominik Pschenitschni
541f608d3c
feat(components): align component name casing fancycheckbox
2024-06-17 13:09:34 +02:00
Dominik Pschenitschni
57a4ea4abb
feat(components): align component name casing Pagination
2024-06-17 09:37:57 +00:00
Dominik Pschenitschni
0061ec03f5
feat: align sort icon color
2024-06-17 09:28:54 +00:00
kolaente
d86fdcb756
fix(table view): do not sort table column fields when the field in question is hidden
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2272
2024-04-21 23:48:40 +02:00
kolaente
6f366d4907
feat(views): lint
2024-04-02 14:04:17 +02:00
kolaente
8a72fe26f8
fix(views): refactor filter button slot in wrapper
...
Before this change, the filter button on the top right was positioned using absolute positioning and plenty of tricks, which were brittle and not really maintainable. Now, the buttons are positioned using flexbox, which should make this a lot more maintainable.
2024-04-02 14:02:31 +02:00
kolaente
4b903c4f48
fix(views): lint
2024-03-19 00:47:52 +01:00
kolaente
f6485be9e2
chore(views): move actual project views into their own folder
2024-03-19 00:47:50 +01:00