In this PR we move all of the CSS and JavaScript assets from the public assets directory to a new directory in the project root. The main reason for this is that I would like to believe this makes them easier to find. Since all CSS and JS is bundled with each page anyways there is no need to access these directly from a public directory. The main argument against this I think would be "transparency". We already run this site with `display_php_source=true` in Vegvisir (so page source code can be inspected by appending `.php` to the end of a url. But there is of course no reason to trust that it's the actual source code.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/72
In this PR we remove the loading spinner that we have between page loads. It might seem like a good thing to have, but the `vv-loading` attribute in the version of Vegvisir this site is running is broken and only displays the spinner for a few frames regardless if the page has been loaded or not. We really need #66. When that finally happens, I will design a better loading screen anyways.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/67

In this PR we add some simple main page navigation buttons that appear in the header on screen sizes that can accommodate them. The header looked pretty empty before on desktop screens, so this at least adds some functionality to that space.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/58
Closes#17
Also fixed this placeholder text contrast issue in Safari

to:

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/38
The PR is a huge refactor of all Reflect and Vegvisir code. I've merged the API and "Front-end" codebases together into the same root, this will allow for both Reflect and Vegvisir to use the same resources. Not only that, but I've also added proper database modeling with actual OOP inheritance for database tables.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/23
Redesign of the buttons I use on the site here and there. This changes all: `button.inline` and `button.inline.solid`
I think the new buttons look more "cutesy" or "cozy" with my hand drawn little icons, soft gradients and shadows, and larger size.
# Old



# New



Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/22
This PR adds basic support for the upcoming release Vegvisir 3.1
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/11
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
2024-11-18 20:53:29 +00:00
Renamed from assets/css/shells/document.css (Browse further)