18729faff4
Avoid use of ==
and !=
(JS-0050)
2024-05-28 19:03:55 +01:00
deepsource-autofix[bot]
60ff51d459
style: format code with Prettier
...
This commit fixes the style issues introduced in 291552c
according to the output
from Prettier.
Details: None
2024-05-28 18:02:15 +00:00
291552c340
Tags and Filtering
...
Yeet projects, as they're identical to posts in every way but name
Add OpenGraph for SEO
Add Plugin prop to Layout to avoid loading unnecessary JS and CSS
2024-05-28 19:01:57 +01:00
deepsource-autofix[bot]
dfc25ac503
style: format code with Prettier
...
This commit fixes the style issues introduced in b22adbd
according to the output
from Prettier.
Details: None
2024-05-26 20:57:03 +00:00
b22adbda96
Add timestamps to posts
...
Redesign homebutton a bit
arugh
Clean up Card stuff
2024-05-26 21:56:50 +01:00
deepsource-autofix[bot]
e835b2aa2c
style: format code with Prettier
...
This commit fixes the style issues introduced in 5228c0e
according to the output
from Prettier.
Details: https://github.com/Fluffy-Bean/website/pull/3
2024-05-25 10:10:27 +00:00
deepsource-autofix[bot]
5228c0e1d0
refactor: replace short hand type conversions with function calls
...
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
2024-05-25 10:10:15 +00:00
e9d1191ec1
Next and previous buttons for posts and projects
...
Sort connections by date published
Move some styling to SCSS files
2024-05-24 14:35:56 +01:00