* warning icon added
* changed email checking
* added message for pop over
* added signup function for edu indicator
* switched .edu string end check for regex
checks if email:
- ends with .edu
- contains xxx.edu.xxx
- contains education
* updated warning message
* move edu check to const regex
* add support to .ac domains
.ac domains are used as academic domains by the commonwealth countries.
* identify school email addresses also
.sch.* is a second-level domain for schools in various countries
* fixed .ac regex
---------
Co-authored-by: Miodec <jack@monkeytype.com>
* added quote file for tamil
* added 10 quotes from thirukkural
added 10 famous thirukkural quotes
source: https://thirutamil.com/article/top-10-popular-thirukkural-in-tamil/
* added couple of longer quotes
* typo
* removed small quotes
* added more long quotes
* author name change
* replaced `==` with `===`
* replaced `==` with `===` for bail out
* strict equality for index.ts
hoping it would work for Config.singleListCommandLine === "on" as the type of singleListCommandLine is defined as a subgroup and is confusing
* done strict equality
* strict equality for controllers in ./frontend/src/frontend
`==` and `!=` are shifted to `===` and `!==` for strict equality without type coercion
* elements partially done
* elements done
* pages completed
* popups done
* settings and states done
* done test, types and utils
* done src
* format connection.ts
code formatting lost during resolving merge conflict
* updated gitignore
* unnecessary catch (we want to be notified if the drop failed as it will cause duplication)
* added english quote (#4385) oliverpearce
* removed extra space
* removed non words
* apparently autocapitalize="off" is depracated
part of #4388
* unnecessary if check
* updated if check
* better check
* added todo
* updated logic
---------
Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Oliver Pearce <67935783+oliverpearce@users.noreply.github.com>