Skip to content

Commit

Permalink
Improve create / open project UX
Browse files Browse the repository at this point in the history
adeira-source-id: 273c586efb51c324d534acab608990a554a58fe3
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 23, 2023
1 parent 79f8b43 commit 25da75f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changeset/metal-tools-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@triplex/editor": minor
"@triplex/electron": minor
---

Create / open project flow has had its UX changed to improve understanding what
is actually happening.
10 changes: 5 additions & 5 deletions apps/docs/pages/docs/setup/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ title: Triplex on macOS

## Creating a new project

On the welcome screen click the "Create Project..." button and select an empty
folder to initialize Triplex into. Triplex will initialize a
On the welcome screen click the "Create / Initialize Project..." button and
select an empty folder to initialize Triplex into. Triplex will initialize a
[TypeScript](https://www.typescriptlang.org/) project with some examples to get
you started.

When initialization is complete Triplex will open an example component.

## Initializing an existing project

On the welcome screen click the "Create Project..." button and select an
existing repository folder folder to initialize Triplex into. Triplex will
initialize itself and add some examples to get you started. You can also
On the welcome screen click the "Create / Initialize Project..." button and
select an existing repository folder folder to initialize Triplex into. Triplex
will initialize itself and add some examples to get you started. You can also
[manually initialize a project](/docs/setup/manual-setup).

When initialization is complete Triplex will open an example component.
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/pages/docs/setup/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ title: Triplex on Windows

## Creating a new project

On the welcome screen click the "Create Project..." button and select an empty
folder to initialize Triplex into. Triplex will initialize a
On the welcome screen click the "Create / Initialize Project..." button and
select an empty folder to initialize Triplex into. Triplex will initialize a
[TypeScript](https://www.typescriptlang.org/) project with some examples to get
you started.

When initialization is complete Triplex will open an example component.

## Initializing an existing project

On the welcome screen click the "Create Project..." button and select an
existing repository folder folder to initialize Triplex into. Triplex will
initialize itself and add some examples to get you started. You can also
On the welcome screen click the "Create / Initialize Project..." button and
select an existing repository folder folder to initialize Triplex into. Triplex
will initialize itself and add some examples to get you started. You can also
[manually initialize a project](/docs/setup/manual-setup).

When initialization is complete Triplex will open an example component.
Expand Down

0 comments on commit 25da75f

Please sign in to comment.