Skip to content

Commit 82819cd

Browse files
Add user survey section to README (invoke-ai#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>
1 parent b2b8820 commit 82819cd

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Invoke is a leading creative engine built to empower professionals and enthusias
1616

1717
![Highlighted Features - Canvas and Workflows](https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d)
1818

19+
---
20+
> ## 📣 Are you a new or returning InvokeAI user?
21+
> Take our first annual [User's Survey](https://forms.gle/rCE5KuQ7Wfrd1UnS7)
22+
23+
---
24+
1925
# Documentation
2026

2127
| **Quick Links** |

invokeai/frontend/web/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,10 +2859,10 @@
28592859
"whatsNewInInvoke": "What's New in Invoke",
28602860
"items": [
28612861
"Support for Z-Image-Turbo: InvokeAI now supports the fast and accurate Z-Image-Turbo model. See 'Starter Models' to get started.",
2862-
"Workflow Editor: You can now organize your custom workflows with tags to facilitate search and retrieval.",
28632862
"Hotkeys: Add and edit keyboard shortcuts for any of Invoke's major functions.",
28642863
"Model Manager: The Model Manager user interface now supports bulk tagging and deletion."
28652864
],
2865+
"takeUserSurvey": "📣 Let us know how you like InvokeAI. Take our User Experience Survey!",
28662866
"readReleaseNotes": "Read Release Notes",
28672867
"watchRecentReleaseVideos": "Watch Recent Release Videos",
28682868
"watchUiUpdatesOverview": "Watch UI Updates Overview"

invokeai/frontend/web/src/features/ui/components/WhatsNew.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ export const WhatsNew = () => {
2828
<Flex gap={4} flexDir="column">
2929
<UnorderedList fontSize="sm">{items}</UnorderedList>
3030
<Flex flexDir="column" gap={1}>
31+
<ExternalLink
32+
fontSize="sm"
33+
fontWeight="semibold"
34+
label={t('whatsNew.takeUserSurvey')}
35+
href="https://forms.gle/rCE5KuQ7Wfrd1UnS7"
36+
/>
3137
<ExternalLink
3238
fontSize="sm"
3339
fontWeight="semibold"

0 commit comments

Comments
 (0)