-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ch(fix sign up): fixing sign up - google is removed -Date of birth is validated to be at least 18 years -Email field is automatically filled and uneditable ( collect the email from the sign up link sent to them) -Password should not be too easy. (Should not be in the first 100 most common passwords: https://tinyurl.com/wiki-100) [Finishes #42-signup-fix] * ch(dark-theme):implementation of dark theme -Dark theme is added using our new design -implement effective dark theme at all [finishes #59-dark-theme-implementation] * add orgLogin update (#260) * add * Add change * move space in organiaztionLogin * add newUpdate * add newChange * add change * add changing * Add change * add change --------- Co-authored-by: Rachel UMWARI <[email protected]>
- Loading branch information
1 parent
92654a5
commit a4e8a2f
Showing
12 changed files
with
21,504 additions
and
82 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
|
@@ -408,4 +408,4 @@ function TraineeDocs() { | |
); | ||
} | ||
|
||
export default TraineeDocs; | ||
export default TraineeDocs; |
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
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
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
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 |
---|---|---|
|
@@ -297,4 +297,4 @@ function About({ styles }: any) { | |
</div> | ||
); | ||
} | ||
export default About; | ||
export default About; |
Oops, something went wrong.