Signior-X/pnotes

Make the placeholder color a bit lighter.

Closed this issue · 4 comments

See in this image
image

The placeholder of search isn't visibile clearly in the dark theme. Make it a bit light so that it becomes visible.

Hello @Signior-X. I can go through this and fix this problem. Can you assign this issue for me?

Sure go ahead @melan96

If at any place you have problems with permissions or issues. Do let me know.

@Signior-X when execute the firebase serve, following requirement is occured. Do you have any testers/dev enabled authentication method?

Failed to get Firebase project notesapp-09. Please make sure the project exists and your account has permission to access it

Hello @melan96
I have just updated the project. Now you also don't need Node.js to run the project.

The project setup has been made very easy now.

See the new README.md and also update your main branch with this repo.
Update your local repo like this

git remote add upstream THIS-REPO-URL
git fetch upstream main
git reset --hard upstream/main

Now to run, go to public folder and run using python

python3 -m http.server

If you face any problem, do write here.