linkwarden / browser-extension

Browser extension for Linkwarden
GNU Affero General Public License v3.0
146 stars 12 forks source link

[FEAT] When saving bookmark, indicate successful addition to server #67

Closed deafmute1 closed 2 weeks ago

deafmute1 commented 2 months ago

Currently no indication if tab is saved when hitting save in extension UI - save goes grey upon click but this does not mean bookmark is saved on server.

Unfortunately there is some small delay, and saving the bookmark seems to fail most times if you switch or close the tab. Therefore you are left stuck there waiting for some unknown amt of time for it to save.

Very unpleasant user experience - my workaround is to count to 3 in my head when saving a page .. not great.

crkos commented 2 months ago

There should be an indication on the extension before it closes itself, i will check that

crkos commented 2 months ago

It should look like this now sucess-extension

It had a timeout about 1000ms I had it increased in the last commit to 3500ms.

55683ec