GlimpseArchive / Glimpse.Client.Prototype

Glimpse v2 Client prototype
MIT License
9 stars 3 forks source link

[DataAccess] Add command and summary components #109

Closed philliphoff closed 8 years ago

philliphoff commented 8 years ago

Add the resizable "details" split-component to the data access tab. Refactor and reuse components from the web services and request tabs (if reasonably possible).

Note: this doesn't include population of the content within those split-components.

philliphoff commented 8 years ago

The only remaining item here is making the split-panel resizable. I experimented with available third-party React components, but they either didn't work as advertised (some had a dependency on there being set widths/heights all the way up the ancestor graph) and some are dependent on later version of React.

I recommend we split re-sizability into a separate issue for tracking and prioritization.

philliphoff commented 8 years ago

Split out the resizing-issue so this can be closed.