Commit graph

9 commits

Author SHA1 Message Date
Ivan R. 07590d3891
fix(main-page): improve message style 2024-04-02 18:53:31 +05:00
Ivan R. 9a9a1af63e
feat: tile mode (#39)
Experimental mode for displaying links as tiles.
For consistency, I made the globe the default icon.
2024-04-01 22:38:23 +05:00
Ivan R. 6d25c4e8af
feat!: migrate to net/http
With the release of Go 1.22, the standard library now has
all the necessary functions that allow us to abandon Gin.

I hope this rewrite will lower the entry barrier for new developers.
As a nice bonus, the size of the program has decreased from 20 to 15.4 MB.

To solve issue #81, request logging has been improved.
Now all errors are displayed in the logs.
2024-03-25 15:52:18 +05:00
Ivan R. 9d269ba79f
Add appearance settings 2023-11-02 21:50:36 +05:00
Ivan R. 00dcd04eb7
Add the ability to change the title 2023-11-02 21:50:36 +05:00
Ivan R. 02ef29bdea
Add font awesome integration (#39) 2023-09-03 19:08:33 +05:00
Ivan R. 3f41e605cb
Always underline the settings link
I've also simplified the content security policy a bit
to make it less of a hassle.
2023-07-22 21:49:47 +05:00
Ivan R. c43b63fbd6
Group CSS files 2023-04-09 11:33:34 +05:00
Ivan R. 16cd7aa635
Initial commit 2023-04-06 10:36:11 +05:00