-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
19 changed files
with
4,142 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,6 @@ translations/ | |
|
||
# Built renderer-code during Forge packaging process | ||
dist/ | ||
|
||
# Vite build directory | ||
.vite/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
Oops, something went wrong.