mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-03 13:47:23 -04:00
feat: update migration image and urls (#9868)
* feat: update migration image and path for improved clarity * feat: update error message and support links in migration view
This commit is contained in:
@@ -5,7 +5,7 @@ import { Button } from '~/basic-components/button';
|
||||
import { CopyButton } from '~/ui/components/base/copy-button';
|
||||
import { InsomniaLogo } from '~/ui/components/insomnia-icon';
|
||||
import { TrailLinesContainer } from '~/ui/components/trail-lines-container';
|
||||
import git_for_all from '~/ui/images/onboarding/git_for_all.png';
|
||||
import git_migration from '~/ui/images/git-migration/git.png';
|
||||
|
||||
type MigrationStatus = 'default' | 'running' | 'completed' | 'partiallyCompleted' | 'error';
|
||||
|
||||
@@ -73,15 +73,10 @@ const MigrationView = () => {
|
||||
<>
|
||||
<p className="text-sm">We hit an unexpected error while updating your file system. Please try again.</p>
|
||||
<p className="text-sm text-[#828282]">
|
||||
If the issue persists, please{' '}
|
||||
<Link className="underline" to="https://github.com/Kong/insomnia/issues/new/choose">
|
||||
raise a support ticket.
|
||||
</Link>{' '}
|
||||
You may also re-install the previous version by following the steps{' '}
|
||||
<Link className="underline" to="https://insomnia.rest/changelog#12.5.0">
|
||||
here
|
||||
Having trouble and need to contact us, or back up to an old version? See our docs
|
||||
<Link className="underline" to="https://developer.konghq.com/insomnia/git-sync/">
|
||||
docs.
|
||||
</Link>
|
||||
.
|
||||
</p>
|
||||
</>
|
||||
) : (
|
||||
@@ -180,7 +175,7 @@ const Component = () => {
|
||||
Now you can use traditional git actions on your CLI to manage changes to your Git Sync projects.
|
||||
</p>
|
||||
<div className="h-48 flex-1">
|
||||
<img className="aspect-auto max-h-48" src={git_for_all} />
|
||||
<img className="aspect-auto max-h-48" src={git_migration} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
packages/insomnia/src/ui/images/git-migration/git.png
Normal file
BIN
packages/insomnia/src/ui/images/git-migration/git.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Reference in New Issue
Block a user