Commit graph

10 commits

Author SHA1 Message Date
Ivan R. 6396c160f2
feat: export and import
The list of links can now be exported to a json file,
and later imported back.
2024-04-01 23:35:46 +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. 113d5860ff
Keep settings page position after editing (#6) 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. 292df39bb8
Change path to API.
This helps you understand which paths return pages and which paths process forms.
2023-07-22 20:59:40 +05:00
Ivan R. 4b84a5b508
Add area-labels for buttons without text (#7) 2023-07-21 10:01:33 +05:00
Ivan R. c668af5001
Add the ability to edit groups 2023-04-09 11:55:08 +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