mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
4769f578a6
Onboarding carousel completed Redo folder restructuring NOTES: 1. nim_status_client binary is output to `./bin/nim_status_client`, so you'll need to update your workflow to run this file. README has been updated to reflect this. Also, if you're running VSCode, instructions for code reload were added. 2. All `ui` files now live in `ui/` 3. All lib files (ie `libstatus`) now live in `lib/` 4. Removed the Qt Creater user project file as this is unique to each user 5. Moved the project file to `ui/`, so just open up the `ui` folder in Qt creator and it should locate the project file 6. `-d:release` removed from compilation as it wasn't needed 7. Broke up main.qml in to the main app and onboarding components, however this should be broken down further into more reusable components 8. Click "Get started" to show chat Format some files using nimpretty
5 lines
655 B
XML
5 lines
655 B
XML
<svg width="18" height="18" viewBox="0 0 18 18" fill="#4360DF" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M6.84181 7.47427L5.25291 12.241C5.14867 12.5537 5.44617 12.8512 5.75887 12.7469L10.5256 11.158C10.8242 11.0585 11.0585 10.8242 11.158 10.5256L12.7469 5.75887C12.8512 5.44617 12.5537 5.14867 12.241 5.25291L7.47427 6.84181C7.17566 6.94135 6.94135 7.17566 6.84181 7.47427Z" />
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9Z" />
|
|
</svg>
|