version:

issues:



Tables has 1/2 of available height.
Data & Components tabs looks good:


I think we should be able to fix this by using ember-table for all the tables. Will try to get to that soon.
@nummi since we are stuck on the ember-table stuff for now, is there something we can do to make sure the tables size correctly for now?
I will take a stab at it. Do we have a consistent way of reproducing the bug?
@nummi yeah, try to open https://emberjs.com/api/ember/release
with Ember-inspector, having 25% size

after full-size it and go to routes section

Looks like the height of the table is set manually. There is a window resize event listener that is supposed to keep it up to date but only seems to fire once. I'm not really sure why all this is necessary, shouldn't the table just take up 100% of the available height?
@nummi in some pages tables broken, but "Data" looks ok
@nummi I think making it 100% height sounds logical. I'm not sure why it's not done like that.
Most helpful comment
I think we should be able to fix this by using ember-table for all the tables. Will try to get to that soon.