Improve homepage (#245)

* Improve how generators are listed on home

* Add some icons for generators

* Remove debug

* Refactor cachedFetch and use generated changelogs

* Add limit to how many changes are shown by default

* Add more generator icons

* Refactor cards

* Fix generator icons for light theme

* Add more worldgen icons

* Add remaining generator icons

* Refactor navigation and badges style

* Group on homepage for guides and tools

* Fix header button style

* Add versions and technical changelog to homepage

* Make it clear that not all changes could be documented
This commit is contained in:
Misode
2022-07-01 23:48:38 +02:00
committed by GitHub
parent 29031bb375
commit d0bae089d1
40 changed files with 791 additions and 460 deletions

View File

@@ -7,8 +7,10 @@
"assets": "Assets",
"back": "Back",
"block_definition": "Blockstate",
"changelog": "Technical changelog",
"changelog.search": "Search changes",
"changelog.no_results": "No changes",
"changelog.no_results": "No documented changes",
"changelog.show_more": "Show %0% more changes",
"choose_file": "Choose file",
"choose_zip_file": "Choose zip file",
"chat_type": "Chat Type",
@@ -40,7 +42,13 @@
"fields": "Fields",
"generate_new_seed": "Generate new seed",
"generate_new_uuid": "Generate new UUID",
"generators.all": "All generators",
"generators.popular": "Popular Generators",
"generators.recent": "Recently Used Generators",
"generators.search": "Search generators",
"generators.no_results": "No generators for this query",
"github": "GitHub",
"guides": "Guides",
"guides.all": "All guides",
"guides.search": "Search guides",
"guides.no_results.version": "No guides for this version",
@@ -101,6 +109,7 @@
"title.changelog": "Technical Changelog",
"title.generator": "%0% Generator",
"title.generator_category": "%0% Generators",
"title.generators": "Data Pack Generators",
"title.guides": "Data Pack Guides",
"title.home": "Data Pack Generators",
"title.partners": "Partners",
@@ -108,6 +117,8 @@
"title.new_project": "Create a new project",
"title.sounds": "Sound Explorer",
"title.versions": "Versions Explorer",
"title.worldgen": "Worldgen Generators and Guides",
"tools": "Tools",
"pack_mcmeta": "Pack.mcmeta",
"partner.immersive_weathering": "Immersive Weathering",
"partner.immersive_weathering.block_growth": "Block Growth",
@@ -187,11 +198,14 @@
"versions.resource_pack_format": "Resource pack format",
"versions.technical_changes": "Technical changes",
"versions.discussion": "Discussion",
"versions.minecraft_versions": "Minecraft Versions",
"versions.latest_snapshot": "Latest snapshot",
"versions.latest_release": "Latest release",
"world": "World Settings",
"worldgen": "Worldgen",
"worldgen/biome": "Biome",
"worldgen/configured_carver": "Carver",
"worldgen/configured_feature": "Feature",
"worldgen/configured_carver": "Configured Carver",
"worldgen/configured_feature": "Configured Feature",
"worldgen/density_function": "Density Function",
"worldgen/placed_feature": "Placed Feature",
"worldgen/noise": "Noise",