aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* drop graphql supportArthur Zamarin2024-07-191-1/+0
| | | | | | | Sadly this was unmaintained and was broken at some point. I'm not that interested in maintaining it, so I'm dropping it. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* remove unused webpack declarationsArthur Zamarin2024-07-181-6/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* remove userpref.jsArthur Zamarin2024-07-181-1/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* update node dependenciesArthur Zamarin2023-07-301-9/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* js: small cleanup of unused codeArthur Zamarin2023-04-161-5/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fix view with noscriptArthur Zamarin2023-04-151-12/+8
| | | | | | | | | | | | - configure webpack to extract the css - configure webpack mode to be production - add fallback for noscript users with the css In this mode, the website is still far from ideal, for example the icons aren't displayed, but it looks much better now, mostly functional. Closes: https://bugs.gentoo.org/721684 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Add the possibility to customize the web pageMax Magorsch2020-10-061-0/+1
| | | | | | | | | | Different customization options have been added, so that it's possible to change the contents of the web page to the visitors needs. Cookies are currently used to store the preferences. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add png files as wellMax Magorsch2020-08-201-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add graphiql at /api/explore/Max Magorsch2020-06-041-0/+1
| | | | | | | | | | Graphiql can be used to explore the graphql api. It can also be used to browse the docs of the schema. Finally it also includes exemplary queries. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Initial commit containing v0.1.0 of SokoMax Magorsch2020-03-181-0/+69
This is a rewrite of packages.g.o based on postgres and git written in Go. Signed-off-by: Max Magorsch <arzano@gentoo.org>