mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-25 10:40:16 +01:00
No description
Summary: Currently, we use two different methods to draw Mock main images: - When the page first loads, we draw the image on the server with PHP. - When the user clicks a thumbnail, we draw the image on the client with JS. Since we can't reasonably get rid of the client version of this, move it all to the client. This paves the way for some future features, like: - Doing some magic with stage sizing - URIs that jump to a specific comment - showing "loading" indicators while images are loading - Loading lowsrc images first? Test Plan: Loaded page, clicked thumbs. Reviewers: ljalonen, chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D5073 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.