mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-01 20:49:10 +01:00
Add user survey section to README (#8766)
* Add user survey section to README Added a section for new and returning users to take a survey. * docs: add user survey link to WhatsNew * Fix formatting issues in WhatsNew.tsx --------- Co-authored-by: Alexander Eichhorn <alex@eichhorn.dev>
This commit is contained in:
parent
b2b8820519
commit
82819cdadc
@ -16,6 +16,12 @@ Invoke is a leading creative engine built to empower professionals and enthusias
|
||||
|
||||

|
||||
|
||||
---
|
||||
> ## 📣 Are you a new or returning InvokeAI user?
|
||||
> Take our first annual [User's Survey](https://forms.gle/rCE5KuQ7Wfrd1UnS7)
|
||||
|
||||
---
|
||||
|
||||
# Documentation
|
||||
|
||||
| **Quick Links** |
|
||||
|
||||
@ -2859,10 +2859,10 @@
|
||||
"whatsNewInInvoke": "What's New in Invoke",
|
||||
"items": [
|
||||
"Support for Z-Image-Turbo: InvokeAI now supports the fast and accurate Z-Image-Turbo model. See 'Starter Models' to get started.",
|
||||
"Workflow Editor: You can now organize your custom workflows with tags to facilitate search and retrieval.",
|
||||
"Hotkeys: Add and edit keyboard shortcuts for any of Invoke's major functions.",
|
||||
"Model Manager: The Model Manager user interface now supports bulk tagging and deletion."
|
||||
],
|
||||
"takeUserSurvey": "📣 Let us know how you like InvokeAI. Take our User Experience Survey!",
|
||||
"readReleaseNotes": "Read Release Notes",
|
||||
"watchRecentReleaseVideos": "Watch Recent Release Videos",
|
||||
"watchUiUpdatesOverview": "Watch UI Updates Overview"
|
||||
|
||||
@ -28,6 +28,12 @@ export const WhatsNew = () => {
|
||||
<Flex gap={4} flexDir="column">
|
||||
<UnorderedList fontSize="sm">{items}</UnorderedList>
|
||||
<Flex flexDir="column" gap={1}>
|
||||
<ExternalLink
|
||||
fontSize="sm"
|
||||
fontWeight="semibold"
|
||||
label={t('whatsNew.takeUserSurvey')}
|
||||
href="https://forms.gle/rCE5KuQ7Wfrd1UnS7"
|
||||
/>
|
||||
<ExternalLink
|
||||
fontSize="sm"
|
||||
fontWeight="semibold"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user