mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: bugfixes, spedup, bulk actions,
This commit is contained in:
@@ -22,3 +22,7 @@ export function codeFromName(name: string, maxLength: number = 16) {
|
||||
})
|
||||
return code.slice(0, maxLength)
|
||||
}
|
||||
|
||||
export function randomHexColor() {
|
||||
return "#" + Math.floor(Math.random() * 16777215).toString(16)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user