1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00
phorge-phorge/webroot/rsrc/css
epriestley 114ed6c7fe DarkConsole: fix rendering, move request log, load over ajax
Summary:
This accomplishes three major goals:

  # Fixes phutil_render_tag -> phutil_tag callsites in DarkConsole.
  # Moves the Ajax request log to a new panel on the left. This panel (and the tabs panel) get scrollbars when they get large, instead of making the page constantly scroll down.
  # Loads the panel content over ajax, instead of dumping it into the page body / ajax response body. I've been planning to do this for about 3 years, which is why the plugins are architected the way they are. This should make debugging easier by making response bodies not be 50%+ darkconsole stuff.

Additionally, load the plugins dynamically (the old method predates library maps and PhutilSymbolLoader).

Test Plan:
{F30675}

  - Switched between requests and tabs, reloaded page, saw same tab.
  - Used "analyze queries", "profile page", triggered errors.
  - Verified page does not load anything by default if dark console is closed with Charles.
  - Generally banged on it a bit.

Reviewers: vrana, btrahan, chad

Reviewed By: vrana

CC: aran

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4692
2013-01-28 18:45:32 -08:00
..
aphront DarkConsole: fix rendering, move request log, load over ajax 2013-01-28 18:45:32 -08:00
application Notifcation icons for Conpherence 2013-01-26 17:04:18 -08:00
core Show a warning banner to administrators when there are unresolved setup warnings 2013-01-17 16:25:47 -08:00
layout Tweak spacing a little more on ObjectList 2013-01-25 14:57:10 -08:00
sprite-apps-large.css Conpherence Icons 2013-01-25 13:37:11 -08:00
sprite-apps-xlarge.css Added Feed icons. 2013-01-10 10:00:18 -08:00
sprite-apps.css Conpherence Icons 2013-01-25 13:37:11 -08:00
sprite-gradient.css Fix FileTreeView sprites 2013-01-22 09:10:21 -08:00
sprite-icon.css Use white "+" icon for homepage tile hoverstate 2013-01-22 09:56:18 -08:00
sprite-menu.css Notifcation icons for Conpherence 2013-01-26 17:04:18 -08:00