Skip to content

Commit f9da2b8

Browse files
committed
Long-overdue proper home, load pages
Proper titles/descriptions for other pages
1 parent cc2a2fb commit f9da2b8

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/content-item/edit/{Id:Guid}"
22

3-
<h3>Edit Page</h3>
3+
<h3>Edit Content Item</h3>
44

55
<ContentItemForm Model="Model" OnValidSubmitCallback="Save" OnCancel="Cancel" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/content-item/new"
22

3-
<h3>New Page</h3>
3+
<h3>New Content Item</h3>
44

55
<ContentItemForm Model="_item" OnValidSubmitCallback="Save" OnCancel="Cancel" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/"
22

3-
<h1>Hello, world!</h1>
3+
<h1>Welcome to 🌙 MoonPress!</h1>
44

5-
Welcome to your new app.
5+
<p>To get started, <a href="/project/new">create a new project</a> or <a href="/project/load">load an existing project</a>!</p>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@page "/project/load"
22

3-
<h3>Welcome</h3>
3+
<h3>Load Project</h3>
4+
5+
<p>Select the project root directory below.</p>
46

57
<button class="btn btn-primary" @onclick="SelectAndLoadProject">Load Project</button>

MoonPress.BlazorDesktop/Components/Pages/Projects/NewProject.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
<h3>New Project</h3>
66

7+
<p>Enter a project name and select the root directory for the project.</p>
8+
79
<div class="form-group mb-3">
810
<label>Project Name</label>
911
<InputText class="form-control" @bind-Value="_projectName" />

0 commit comments

Comments
 (0)