mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 21:43:36 -07:00
feat(frontend): ✨ Fractional Scaling
This commit is contained in:
parent
d1a7ec3b95
commit
5ba337ab11
11 changed files with 306 additions and 126 deletions
|
@ -5,6 +5,7 @@ const prefix = "/api";
|
|||
export interface CreateUnit {
|
||||
name: string;
|
||||
abbreviation: string;
|
||||
fraction: boolean;
|
||||
description: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue