aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump node dependenciesArthur Zamarin2024-02-221-6/+6
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* update node dependenciesArthur Zamarin2024-01-131-6/+6
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* node: bump to 1.21 and update all depsArthur Zamarin2023-11-171-8/+8
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* update node dependenciesArthur Zamarin2023-07-301-4/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* node: pin tag for gentoo/tyrianArthur Zamarin2023-04-281-3/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* upgrade to node 20Arthur Zamarin2023-04-261-7/+7
| | | | | | | | | - thanks to upgrade of @gentoo/tyrian, we can now upgrade to newer node version (from 13 to 20!) - remove invalid import "packages.js" which was empty and now removed - upgrade some dependencies Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fix typeahead completion and unvendor d3 and typeaheadArthur Zamarin2023-04-161-0/+1
| | | | | | | | - fix typeahead completion for useflags and in packages search (was missing import JS) - unvendor d3 and typeahead and upgrade them to latest versions Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fix view with noscriptArthur Zamarin2023-04-151-0/+1
| | | | | | | | | | | | - 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>
* update node dependenciesArthur Zamarin2023-04-081-4/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* node: organize dev dependenciesArthur Zamarin2023-03-171-8/+8
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* node: use dart-sass instead of node-sassArthur Zamarin2023-03-171-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* drop unused node dependenciesArthur Zamarin2023-03-171-11/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* upgrade node dependenciesArthur Zamarin2023-03-171-15/+15
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Initial commit containing v0.1.0 of SokoMax Magorsch2020-03-181-0/+33
This is a rewrite of packages.g.o based on postgres and git written in Go. Signed-off-by: Max Magorsch <arzano@gentoo.org>