Ilya Borisov created IGNITE-8314:
------------------------------------
Summary: 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: Ilya Borisov
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)