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
Probably not a good idea to have this pull the latest major and minor without explicitly bumping the target version in composer.json.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/68

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
Let's start version controlling the "base" data in the databases. Tables with data that can be generated from this data is not exported.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/54
This PR allows creation of coffee entities at a specific date from a Unix timestamp by passing an integer to `date_created` when making a POST request to the `/coffee` endpoint.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/49
This PR adds an install script which will configure vlw.se along with Reflect and Vegvisir. The only step which is manual (maybe for now) is pointing the web and REST API server. This is mentioned at the end of the installation.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/48
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
I'm afraid my relationship with ISO 8601 has come to a quiet end. RFC 3339 is my new best friend.

https://ijmacd.github.io/rfc3339-iso8601/
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/45
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
Closes#17
Also fixed this placeholder text contrast issue in Safari

to:

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/38
Replacing all GET update params with a single update endpoint that calls POST on all endpoints that trigger runtime stats
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/35
More changes to the about page texts and also made the "interests explosion" effect center on pointer position instead of center of span, which caused some glitchy looking behavior when the text wraps. Also added "digital archiving" to the interests list!
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/32
This PR refactors some texts on the about page (again), and also a adds two new endpoints for a database table that I have now made public that tracks the coffee cups I've had. The endpoint itself is not public now but I might make a page (something like `/about/coffee`) that presents it in a not-ugly way.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/28
This PR replaces the database files from Release with VCS in git
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/29
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
Its time to retire the "battlestation" pages that showed some of the computers I've built using funny graphics. I don't feel like maintaining these pages, at least not on my main website. I might create a separate site for stuff like this and list it under the [playground pages](#19) when that gets merged.
I attached a video of what it looked like, and also its database for reference.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/24
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
Replaces this section on the `/about` page:

with:

I will replace and fix the colors of the buttons after #15 is merged.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/14
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/12
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/9
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/10
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
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>
This PR adds some .txt files! And a rule that prevents robots.txt from being tracked, as that one should be added on a per-installation basis.
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/7
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>