Skip to content

Commit

Permalink
Dark theme implementation (#259)
Browse files Browse the repository at this point in the history
* 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
Mystica52 and rachelumwari committed Sep 27, 2023
1 parent b7abce5 commit cfeeebb
Show file tree
Hide file tree
Showing 15 changed files with 22,091 additions and 109 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"plugins": ["react", "@typescript-eslint"],
"ignorePatterns": ["/root/webpack.config.js"],
"rules": {
"react/prop-types": "off",
"no-console": ["error"],
"import/extensions": "off",
"react/jsx-filename-extension": 0,
Expand Down
Loading

0 comments on commit cfeeebb

Please sign in to comment.