Copyright panel: port to svelte, generate licenses detects 'mostly white' icons now, fix #2041

This commit is contained in:
Pieter Vander Vennet 2024-07-23 17:59:06 +02:00
parent f2d2240896
commit 2aa77b7b47
9 changed files with 331 additions and 245 deletions

View file

@ -3,4 +3,5 @@ export default interface SmallLicense {
authors: string[]
license: string
sources: string[]
mostly_white?: boolean
}