Customized biomes (#396)

* Start with customized biome UI

* Refactor customized page, split logic

* Implement biome replacements

* Remove debug messages

* Disable create button when nothing is modified
This commit is contained in:
Misode
2023-12-06 20:40:30 +01:00
committed by GitHub
parent 1e28b82907
commit 886991af8e
10 changed files with 329 additions and 110 deletions

View File

@@ -39,8 +39,6 @@ export function GeneratorCard({ id, minimal }: Props) {
.map(v => v.id as VersionId)
}, [gen])
console.log(config.versions)
const versionText = useMemo(() => {
if (versions.length <= 5) {
return versions.join(VERSION_SEP)