Files
Dominik Pschenitschni 1e08e914f9 fix: button and icon types
`defineProps` somehow collided with the `IconProp` type of fontawesome:

> Expression produces a union type that is too complex to represent.

By using the original type the FontAwesome component types work again. Sadly autocompletion of the icon names doesn't work anymore (since the lib itself types it only as string), but I think because of that union problem that was already broken before.
2025-01-26 18:48:58 +01:00
..
2025-01-26 18:48:58 +01:00
2025-01-17 07:53:54 +00:00
2024-12-10 18:40:27 +01:00
2024-10-29 09:57:53 +00:00
2025-01-17 10:41:45 +01:00
2025-01-19 19:39:40 +00:00

Web frontend for Vikunja

The todo app to organize your life.

License: AGPL v3 Translation

This is the web frontend for Vikunja, written in Vue.js.

Take a look at our roadmap (hosted on Vikunja!) for a list of things we're currently working on!

For general information about the project, refer to the top-level readme of this repo.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint