agora-server icon indicating copy to clipboard operation
agora-server copied to clipboard

UI: Update pull/fold related nodes sections

Open bouncepaw opened this issue 2 years ago • 3 comments

Now: Снимок экрана 2022-03-26 в 11 13 46

I propose something like this: Снимок экрана 2022-03-26 в 11 12 43

The triangles make it look like the <details> tag, which should probably be used for this.

bouncepaw avatar Mar 26 '22 08:03 bouncepaw

A similar design can be done for external pullable/embeddable links

bouncepaw avatar Mar 26 '22 08:03 bouncepaw

I like this, thank you! How did you produce this layout? Is it a mock?

flancian avatar Apr 02 '22 17:04 flancian

In the web inspector,

  • Change text for .node-header
  • Add float: left; to .pull-node auto-pull-button and change its text to the appropriate unicode triangles. Instead of floating to the left you can change swap .node-header and .pull-node auto-pull-button in the source so they appear in my order.

Some progress bars or other progress indicators for pulling might be desired.

And error reporting, yes.

bouncepaw avatar Apr 02 '22 18:04 bouncepaw