Page MenuHomePhabricator

Create and use a proper "loading" progress bar vue display
Open, Needs TriagePublic7 Estimated Story Points

Description

For the non-vue version we use OO.ui.ProgressBarWidget (see [1] under "Progress bar" for a demo)
For the vue version, we currently have a placeholder that just says "LOADING" in the center

We can either wait for WVUI to add a progress bar component, or add one to the GlobalWatchlist repo (and then if one gets added to wvui switch to using that)

I opted to do it directly in wvui, see T286685: Add a progress bar component to WVUI - we can use the new component once a new version of the library is released and made available in ResourceLoader

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
DannyS712 set the point value for this task to 7.
DannyS712 moved this task from Unsorted to Next on the User-DannyS712 board.

I'll try to ask the wvui team if they have any plans to add such a component to the library and go from there

I'll try to ask the wvui team if they have any plans to add such a component to the library and go from there

Discussed with @Volker_E, going to add to WVUI and then use it from there (https://www.mediawiki.org/wiki/Topic:Wcf9k59gp78enllk)

DannyS712 renamed this task from Create a proper "loading" progress bar vue display to Create and use a proper "loading" progress bar vue display.Jul 14 2021, 10:56 PM
DannyS712 changed the task status from Open to Stalled.Aug 20 2021, 12:06 AM
DannyS712 updated the task description. (Show Details)
DannyS712 moved this task from Next to In progress on the User-DannyS712 board.

Waiting for next version of WVUI to be available