p2plabsxyz / dscan

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
MIT License
38 stars 26 forks source link

feat: dark mode #28

Closed akhileshthite closed 1 year ago

akhileshthite commented 2 years ago

Add dark mode toggle and make sure it caches the option.

Screenshot 2022-10-07 at 2 18 41 PM

Files:

HTML: For file: https://github.com/buidltools/dscan/blob/main/src/popup.html For folder: https://github.com/buidltools/dscan/blob/main/src/folderUpload.html

CSS: https://github.com/buidltools/dscan/blob/main/src/css/popup.css

JS: https://github.com/buidltools/dscan/blob/main/src/js/qrcode.js

For development setup and contribution guide, check the main README.md.

FixxooXD commented 2 years ago

@akhileshthite hey i want to work on this issue i had created a api token but where do i create the .env file what is the root dir file? can you help me out .

FixxooXD commented 2 years ago

@akhileshthite hey i got the buidl folder and added in the extension tab how can i run the project ?

g1mishra commented 2 years ago

Hi @FixxooXD

Here is how I am running and testing changes in development.

Command to run: npm run dev

Steps to follow: 1) Click on the extension to open 2) Righ-click inside the extension popup and click inspect. 3) After making any changes. Go to inspect window and press CTRL + R ( refresh )

FixxooXD commented 2 years ago

@g1mishra thanks it really helps...

FixxooXD commented 2 years ago

Hey @akhileshthite I added the Dark-mode toggle switch have a look 👆

akhileshthite commented 2 years ago

Hey @akhileshthite I added the Dark-mode toggle switch have a look 👆

32 closed.

Reason: comment