Mayuresh-22 / Minglr

Social Network Site developed using HTML, CSS, JS and PHP as a Backend Language. This site supports the functionality of login/registration and sharing the posts/photos through their accounts, also it has the functionality of private messaging with the users.
https://links.mayuresh.me/minglr
MIT License
36 stars 43 forks source link

Dark Mode Added in Minglr #119

Closed bhatiaarpit closed 8 months ago

bhatiaarpit commented 8 months ago

In Minglr, I've implemented dark mode across all pages and improved the user interface.

Here are the changes:

  1. Dark mode toggle buttons have been integrated into every page of Minglr.
  2. Dark-mode CSS files have been included in the Style folder.
  3. JavaScript functionality for toggling between light and dark modes has been added to the script.js file.
  4. The logo of Minglr has been updated, and its associated files and images have been added to the logo folder.

The Changes in files -

https://github.com/Mayuresh-22/Minglr/assets/118626392/b7b600ed-93c6-4f1a-ba7d-6ac922003599

And the output preview - https://drive.google.com/file/d/1pXc4m5QQ8gp1MM3aW1hdq2Xz_uxG7-EG/view?usp=drive_link

I've contributed these enhancements under SWOC24.

Mayuresh-22 commented 8 months ago

CodeFactor found multiple issues last seen at 0fb1fe06d2bc35c6a9ce9d3c14a6045c8f18b68e:

Unexpected duplicate selector "a", first used at line 27 (no-duplicate-selectors)

Unexpected duplicate "border" (declaration-block-no-duplicate-properties)

bhatiaarpit commented 8 months ago

@Mayuresh-22 I fixed the issues caused by having duplicate "a" selectors and redundant "border" declarations.

Mayuresh-22 commented 8 months ago

Okay I'll check further

Mayuresh-22 commented 8 months ago

Congratulations! Your PR is merged successfully and thank you so much for creating a valuable contributions to Minglr