Commit Graph

32 Commits

Author SHA1 Message Date
William Guinaudie fda440bd08
fix: mobile device minimum width (#1337) 2025-09-01 22:49:42 +02:00
kolaente eb676aebef
feat: add subsets for all supported languages
This adds unicode ranges for all supported languages: Cyrillic (Russian,
Ukrainian, Bulgarian), CJK (Chinese, Japanese, Korean), Arabic, Hebrew,
Vietnamese diacritics, and various European languages.
2025-08-17 23:11:30 +02:00
kolaente f01f2af4cf
feat: use variable fonts
Resolves https://github.com/go-vikunja/vikunja/issues/493
2025-08-17 23:02:07 +02:00
kolaente 9e1ae2ce9c chore: remove bulma spacing utiltities 2025-08-03 15:05:48 +02:00
kolaente bd61f5179f fix(rtl): content list spacing 2025-08-03 15:05:48 +02:00
kolaente 450e49f586 fix(rtl): task add input layout 2025-08-03 15:05:48 +02:00
kolaente 0159ddc313 feat: replace top with logical properties 2025-08-03 15:05:48 +02:00
kolaente cdd4e46daa feat: replace border-bottom with logical properties 2025-08-03 15:05:48 +02:00
kolaente dd199c4dde feat: replace border-top with logical properties 2025-08-03 15:05:48 +02:00
kolaente 5cd256c485 feat: replace border-bottom with logical properties 2025-08-03 15:05:48 +02:00
kolaente 21943b61eb feat: replace border-top with logical properties 2025-08-03 15:05:48 +02:00
kolaente a25a4a00c9 feat: replace absolute left position with inset-inline-start 2025-08-03 15:05:48 +02:00
kolaente 0e1a253eb8 feat(rtl): mirror task description icon 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 654e397638 feat(rtl): basic rtl layout for rtl languages 2025-08-03 15:05:48 +02:00
kolaente aea2f708d3
fix: add greater unicode range to font subset
Resolves https://github.com/go-vikunja/vikunja/issues/143
2025-07-17 15:21:16 +02:00
Dominik Pschenitschni 342bbd6192 fix: correct comments 2025-07-02 17:46:21 +02:00
Dominik Pschenitschni 5b9d4fcc72
chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
Dominik Pschenitschni 82e4a9d0f4
feat(frontend): balance heading text (#952) 2025-06-16 22:40:28 +02:00
kolaente 5de0e84afa
fix(datepickr): reset styles
It seems like the input order changed and now the flatpickr core styles override our overrides. Since we plan to migrate away from flatpickr, the simplest solution is to just override this again with !important.
2025-03-31 19:30:07 +02:00
kolaente 65a2814b2a
feat(navigation): use focus-visible for nav items 2024-09-19 12:36:33 +02:00
Dominik Pschenitschni 7ef1e0a3e5 fix: textarea autosize for LanguageTool 2024-07-21 12:40:32 +00:00
Dominik Pschenitschni bbfd5270db feat: add tailwind with prefix (#2513)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2513
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-07-19 07:33:10 +00:00
Dominik Pschenitschni 3b38a3faa6
feat(components): align component name casing SingleTaskInProject 2024-06-17 13:50:15 +02:00
Dominik Pschenitschni ede60950b4
feat(components): align component name casing RelatedTasks 2024-06-17 13:41:40 +02:00
Dominik Pschenitschni 3c80783bf2
feat(components): align component name casing Heading 2024-06-17 13:41:39 +02:00
Dominik Pschenitschni ff7e381645
feat(components): align component name casing Loading 2024-06-17 13:09:34 +02:00
kolaente 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
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 15215b30a0
fix(filters): rework filter popup button 2024-03-13 17:19:15 +01:00
kolaente fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00