Skip to content

Commit

Permalink
feat: onboarding start (#47)
Browse files Browse the repository at this point in the history
* Adds svg files. Adds first onboarding screen. Adds svg processor. Adjusts base css. Takes build files out of git. Adds colors as needed. Adjusts theme to match Figma designs.

* Changes height to prevent error. Adjustments to route tree.

* Replaces emoji svgs with pngs.

* replaces text svg with text. Removes unnecessary styling. uses numbers instead of px.
  • Loading branch information
cimigree authored Nov 26, 2024
1 parent f3c8e67 commit 732f43d
Show file tree
Hide file tree
Showing 19 changed files with 4,142 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ translations/

# Built renderer-code during Forge packaging process
dist/

# Vite build directory
.vite/build/
18 changes: 18 additions & 0 deletions messages/renderer/en.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
{
"screens.IntroToCoMapeo.collaborate": {
"message": "Collaborate with others"
},
"screens.IntroToCoMapeo.designedFor": {
"message": "Designed with and for Indigenous peoples & frontline communities"
},
"screens.IntroToCoMapeo.getStarted": {
"message": "Get Started"
},
"screens.IntroToCoMapeo.mapAnywhere": {
"message": "Map anywhere and everywhere"
},
"screens.IntroToCoMapeo.ownData": {
"message": "Own and control your data"
},
"screens.IntroToCoMapeo.viewAndManage": {
"message": "View and manage observations in CoMapeo Mobile Projects."
}
}
Loading

0 comments on commit 732f43d

Please sign in to comment.