mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): add about modal w/ app deps (#5462)
* resolved conflicts * changed logo and some design changes * feedback changes * resolved conflicts * changed logo and some design changes * feedback changes * lint fixed * added translations * some requested changes done * all feedback changes done and replace links in settingsmenu comp * fixed the gap between deps verisons & chnaged heights * feat(ui): minor about modal styling * feat(ui): tag app endpoints with FetchOnReconnect * fix(ui): remove unused translation string --------- Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Co-authored-by: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"accessibility": {
|
||||
"about": "About",
|
||||
"copyMetadataJson": "Copy metadata JSON",
|
||||
"createIssue": "Create Issue",
|
||||
"exitViewer": "Exit Viewer",
|
||||
@ -74,6 +75,8 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"aboutDesc": "Using Invoke for work? Check out:",
|
||||
"aboutHeading": "Own Your Creative Power",
|
||||
"accept": "Accept",
|
||||
"advanced": "Advanced",
|
||||
"advancedOptions": "Advanced Options",
|
||||
@ -136,6 +139,7 @@
|
||||
"load": "Load",
|
||||
"loading": "Loading",
|
||||
"loadingInvokeAI": "Loading Invoke AI",
|
||||
"localSystem": "Local System",
|
||||
"learnMore": "Learn More",
|
||||
"modelManager": "Model Manager",
|
||||
"nodeEditor": "Node Editor",
|
||||
|
Reference in New Issue
Block a user