Mo Mansour

Results 8 issues of Mo Mansour

This closes #173. Changes: - Switch the CSS direction to 'RTL' when the current language is Arabic - Fixed the styling issues for RTL, including - Switching the right arrow...

The text direction is LTR and does not change when switching the language to an RTL language like Arabic. This can easily be fixed by setting the HTML attribute `dir=rtl`...

On https://www.outreachy.org/apply/eligibility/ under the Internship Guide section, the link leads to the Applicant Guide rather than the Internship Guide, so I fixed it.

For some reason, the extension doesn't work on [MDN](https://developer.mozilla.org/en-US/), it works perfectly on other sites but doesn't load on MDN.

The PWA manifest is empty, and browsers don't recognize the app as a PWA anymore. both `main` and `dev` branches are affected.

bug

The `setInterval` function that powers the timer slows down when the tab is inactive. This is done by the browser setting the process to a lower priority. Useful links to...

bug

Useful links: - https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Offline_Service_workers

enhancement