a8fe2cdcbd
As per discussion in https://kolaente.dev/vikunja/frontend/issues/1074 This will hopefully eventually be fixed at the root - with missing scss variables properly passed though, possibly by switching to Bulvar. But in the mean time I experimented with add ALL the bulma css color related variables into color.scss This fixes the issue with the date picker in light mode. Also has me wondering if it will allow removal of some of other little overrides we made to fix niggling issues with dark mode, so marking this WIP. Not suggesting this ever be merged, just exploring. Resolves #1497 Resolves #1074 Co-authored-by: Adrian Simmons <adrian@perlucida.co.uk> Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1165 Reviewed-by: konrad <k@knt.li> Co-authored-by: adrinux <adrian@perlucida.co.uk> Co-committed-by: adrinux <adrian@perlucida.co.uk> |
||
---|---|---|
.github | ||
.vscode.example | ||
cypress | ||
docs | ||
originalMedia | ||
public | ||
scripts | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.nvmrc | ||
CHANGELOG.md | ||
cypress.json | ||
docker-manifest-unstable.tmpl | ||
docker-manifest.tmpl | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
netlify.toml | ||
nginx.conf | ||
package.json | ||
README.md | ||
renovate.json | ||
run.sh | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
Web frontend for Vikunja
The todo app to organize your life.
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!
Security Reports
If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.
Docker
There is a docker image available with support for http/2 and aggressive caching enabled.
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint