Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

add loader screen / replace edit buttons with loader when processing requests #48

Closed
hughrun opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request vue related to vuejs components

Comments

@hughrun
Copy link
Owner

hughrun commented Mar 10, 2020

Currently it is easy to create a mismatch between server and client data, if client data is updated multiple times whilst and API request is being processed. browse-vue.js, user-vue.js and admin-vue.js all need to be refactored so that editing is set to false before the api call is made, and at the same time processing or loading or something like that is set to true, triggering a loader icon and preventing further edits until the API call finishes.

This should hopefully assist with #43 and is somewhat related to #46

@hughrun hughrun added bug Something isn't working enhancement New feature or request vue related to vuejs components labels Mar 10, 2020
@hughrun hughrun added this to the Version 1.0.0 milestone Mar 10, 2020
@hughrun hughrun self-assigned this Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request vue related to vuejs components
Projects
None yet
Development

No branches or pull requests

1 participant