• Joined on 2020-02-28
adrinux closed issue vikunja/frontend#652 2021-11-16 12:27:45 +00:00
<500 when get issue>
adrinux commented on issue vikunja/frontend#652 2021-11-16 12:27:44 +00:00
<500 when get issue>

This was fixed and improved upon. Closing.

adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-16 12:18:51 +00:00
97cf2d3ba8 Merge remote-tracking branch 'upstream/main' into bulma-css-variables
e83cf50e51 chore(deps): update typescript-eslint monorepo to v5.4.0 (#1011)
810635f5a5 chore(deps): update dependency browserslist to v4.18.1 (#1010)
213cbfb440 chore(deps): update dependency netlify-cli to v6.14.25 (#1009)
11e5ff42a6 chore(deps): update dependency vue-tsc to v0.29.5 (#1007)
Compare 6 commits »
adrinux commented on pull request vikunja/frontend#954 2021-11-16 12:18:09 +00:00
Migrate to bulma-css-variables and introduce dark mode

The button-related stuff should be fixed in the button component for the "tertary" style, that's located at src/components/input/button.vue.

Still don't understand what's required with Vue…

adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-16 12:10:08 +00:00
359a6b17d9 Make tertary buttons useable
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 22:52:38 +00:00
05cf268dd8 Typo fix.
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 22:43:46 +00:00
f1ecf6d897 Still visible but better color shadows
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 16:28:39 +00:00
595a5e8145 Make dark mode shadows visible.
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 16:14:53 +00:00
7e064053f9 Fix poor readability of dropdown menu items
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 14:51:12 +00:00
d7c592d6ab Fix for table row text not visible on hover
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 13:37:38 +00:00
2c695ef03a Remove conflicts accidentaly committed.
adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-15 13:31:32 +00:00
41ef1eea4a Merge remote-tracking branch 'upstream/main' into bulma-css-variables
e31d388ec1 fix(deps): update dependency vue to v3.2.22 (#1006)
a4dd8ec0d1 [skip ci] Updated translations via Crowdin
7b4b97b0d3 chore(deps): pin dependencies (#1003)
665cc84174 feat: directly open general settings when opening user settings and none selected (#1001)
Compare 18 commits »
adrinux commented on pull request vikunja/frontend#954 2021-11-14 14:40:52 +00:00
Migrate to bulma-css-variables and introduce dark mode

The vue devtools extension can tell you what components are used where.

Turns out I had the non-beta…

adrinux commented on pull request vikunja/frontend#954 2021-11-14 14:19:27 +00:00
Migrate to bulma-css-variables and introduce dark mode

Yes I added lang="scss". It was late on a Saturday night so maybe I missed something but I literally copied the entire style tag from another vue file, and added the logo class to the template…

adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-14 00:36:16 +00:00
78e345d0b6 Fix heavier border on inputs vs multiselect input wrapper
adrinux commented on pull request vikunja/frontend#954 2021-11-14 00:28:47 +00:00
Migrate to bulma-css-variables and introduce dark mode

Removed WIP after fixing the logo text colour.

@konrad Points 4,5 & 7 in vikunja/frontend#954 (comment) still need work but can get their own issues as…

adrinux commented on pull request vikunja/frontend#954 2021-11-14 00:27:03 +00:00
Migrate to bulma-css-variables and introduce dark mode

Looked into this - Chrome (the beta at least) is overriding the button colors with it's own internal stylesheet, so even the current light mode button color only applies to firefox. Possibly…

adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-14 00:22:22 +00:00
d4b02e1dbc Fix for quick actions results buttons text being to dark in dark mode
adrinux commented on pull request vikunja/frontend#954 2021-11-13 23:58:18 +00:00
Migrate to bulma-css-variables and introduce dark mode

I assmed so and added scoped scss in there but it had no effect - possibly my lack of vue experience - is it neccessary to tell vue it has to render scss in logo.vue?

That said this is only on the…

adrinux pushed to bulma-css-variables at adrinux/frontend 2021-11-13 23:24:39 +00:00
3bd3165032 Fix tag color in dark mode