This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
adrinux a8fe2cdcbd
continuous-integration/drone/push Build is failing Details
Redefine all Bulma variables to fix undefined variables (#1165)
As per discussion in #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: #1165
Reviewed-by: konrad <k@knt.li>
Co-authored-by: adrinux <adrian@perlucida.co.uk>
Co-committed-by: adrinux <adrian@perlucida.co.uk>
2022-03-27 19:20:37 +00:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components fix: related done tasks strikethrough 2022-03-22 23:06:36 +01:00
composables fix ts errors in various files 2022-01-30 16:53:46 +01:00
directives chore: simplify focus directive 2021-12-17 16:34:27 +00:00
helpers fix: pop sound not saved and played when marking tasks done 2022-02-26 14:48:46 +01:00
http-common feat: add authenticated http factory to create an axios instance with bearer header 2022-02-06 16:01:56 +01:00
i18n [skip ci] Updated translations via Crowdin 2022-03-20 00:27:38 +00:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: upgrade to packages for vue 3 2021-10-01 18:49:54 +02:00
models fix: property spelling 2022-02-14 17:00:10 +00:00
modules fix: edge cases for dates where the next month had fewer days than the current one 2022-01-30 12:38:17 +01:00
router Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
services feat: use script setup and ts in app auth components 2021-12-12 14:37:20 +00:00
store fix: direct store manipulation in tasks (#1534) 2022-02-18 19:48:49 +00:00
styles Redefine all Bulma variables to fix undefined variables (#1165) 2022-03-27 19:20:37 +00:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views feat: add a few new keyboard shortcuts 2022-03-02 21:59:51 +01:00
App.vue feat: make profile picture clickable (#1531) 2022-02-13 21:57:33 +00:00
icons.js feat: improve input validation for register form 2021-12-21 15:21:20 +01:00
main.ts fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
registerServiceWorker.js Cleanup broken sw functions 2021-07-26 23:09:49 +02:00
sentry.js feat: add releases to sentry (#919) 2021-10-31 13:37:57 +00:00
sw.js chore(deps): update workbox monorepo to v6.5.2 (#1725) 2022-03-27 15:12:03 +00:00
urls.js feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00