arpitghura / NotesJar

Looking for a simple and smart way to take notes online? Check out Notes Jar, the app that captures your thoughts instantly and securely. With Notes Jar, you can access your notes anytime, anywhere. Try it today and see why Notes Jar is the ultimate note-taking companion!
https://notesjar.vercel.app
MIT License
6 stars 14 forks source link

Fixed the UI issue and even added new dialogs to different actions #12

Closed Sami3160 closed 6 months ago

Sami3160 commented 7 months ago

The constant appearance no-notes.gif by delete note is removed. It was caused by some notes.length field, but it is fixed. Also to replace that gif i added a simple modal that appears on various actions like add/update/delete. The modal can automatically disappears after 1500ms and some by 1000ms. or can by explicitly disappeared by clicking on any where on window. After adding new note, it shows... Screenshot (76) after updating any note it shows.... Screenshot (77) and finally after deleting any note... Screenshot (78) Basically i just removed the bug or replaced bug with some modals, i hope you like it😊 also it doesnt change any main functionalities of your project... please do accept my pull request😄

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
notes-jar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2023 6:48am
arpitghura commented 7 months ago

Hey @Sami3160 You have done a great job, but this will not create a good user experience.

Instead, you can show a toast message in the top right/center.

Sami3160 commented 7 months ago

Hey @Sami3160 You have done a great job, but this will not create a good user experience.

Instead, you can show a toast message in the top right/center.

changes are done in this pr, check the updated preview: Screenshot (97) Screenshot (99) Screenshot (98)