WIP: Implement "Getting Started" Page #14

Draft
fortressia wants to merge 13 commits from feat/getting-started into main
fortressia commented 2021-11-13 14:16:30 +00:00 (Migrated from gitlab.com)

Description

Implement "Getting Started" page, which greets the user when opening a new empty window.

Closes

#21

Implementation Insight

Please write down how did you implement this in a clear and concise manner.

TO-DOs

  • Add link to Echidna resources
  • Greet user with the "Getting Started" page.
# Description Implement "Getting Started" page, which greets the user when opening a new empty window. # Closes #21 # Implementation Insight Please write down how did you implement this in a clear and concise manner. # TO-DOs - [ ] Add link to Echidna resources - [ ] Greet user with the "Getting Started" page.
fortressia commented 2021-11-13 14:16:30 +00:00 (Migrated from gitlab.com)

requested review from @VoltrexMaster

requested review from @VoltrexMaster
fortressia commented 2021-11-13 14:16:30 +00:00 (Migrated from gitlab.com)

assigned to @fortressia

assigned to @fortressia
fortressia commented 2021-11-14 03:43:01 +00:00 (Migrated from gitlab.com)

changed title from Draft: Implement "Getting Starte{-r-}" Page to Draft: Implement "Getting Starte{+d+}" Page

changed title from **Draft: Implement "Getting Starte{-r-}" Page** to **Draft: Implement "Getting Starte{+d+}" Page**
fortressia commented 2021-11-15 01:08:38 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
fortressia changed title from Draft: Implement "Getting Started" Page to WIP: Draft: Implement "Getting Started" Page 2021-12-27 14:01:46 +00:00
fortressia changed title from WIP: Draft: Implement "Getting Started" Page to WIP: Implement "Getting Started" Page 2021-12-27 14:01:54 +00:00
This pull request has changes conflicting with the target branch.
  • src/components/mod.rs
  • src/components/window/menubar.rs
  • src/lib/mod.rs
  • src/main.rs
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feat/getting-started main
git pull origin feat/getting-started

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff feat/getting-started
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fortressia/echidna#14
There is no content yet.