[
https://issues.apache.org/jira/browse/IGNITE-8314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov closed IGNITE-8314.
------------------------------------
> Web console: add a new type of reusable loading indicator
> ---------------------------------------------------------
>
> Key: IGNITE-8314
> URL: https://issues.apache.org/jira/browse/IGNITE-8314
> Project: Ignite
> Issue Type: Improvement
> Components: wizards
> Reporter: Ilya Borisov
> Assignee: Alexey Kuznetsov
> Priority: Minor
> Fix For: 2.6
>
>
> The thin red line under the header of newer-style table was supposed to be a
> loading progress indicator. The component that implements the line progress
> indicator should:
> 1. Support finished (100%) and indeterminate states. The in-between state can
> be added later.
> 2. Indeterminate state should have an animation.
> 3. Look like a 1px high red line in finished state.
> The implementation might look something like this:
> {code}
> Indeterminate:
> <progress-line value='-1'></progress-line>
> Complete:
> <progress-line value='1'></progress-line>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)