1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-01 03:02:43 +01:00
phorge-phorge/src/applications/pholio/controller
epriestley 7ce8a1f437 Turn thumbs into a history grid thing
Summary:
This could probably use some refinement (and, like, explanatory text, and stronger cues about what rows and columns mean) but feels fairly good to me, at least on test data.

I didn't do any scrolling for now since we have to do full height on mobile anyway I think. I did swap it so the newer ones are on top.

Left/right navigate you among current images only, but you can click any thumb to review history.

Removed history view since it's no longer useful.

Some things that would probably help:

  - Some kind of header explaining what this is ("Mock History" or something).
  - Stronger visual cue that columns are related by being the same image.
  - Clearer cues about obsolete/deleted images (e.g., on the stage itself?)
  - Maybe general tweaks.
  - Maybe a placeholder (like a grey "X") for images which have been deleted.

(I'm planning to add comment counts too, which I think will be pretty useful, but that felt good to put in another diff.)

Test Plan: See screenshots.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D9543
2014-06-14 21:12:19 -07:00
..
PholioController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PholioImageUploadController.php Add JS support for replacing Pholio mocks 1:1 2013-07-19 14:07:22 -07:00
PholioInlineController.php Remove inline gutter in Pholio 2014-06-14 18:41:45 -07:00
PholioInlineListController.php Remove inline gutter in Pholio 2014-06-14 18:41:45 -07:00
PholioInlineThumbController.php Make most file reads policy-aware 2013-09-30 09:38:13 -07:00
PholioMockCommentController.php Use setContentSourceFromRequest() in more places 2013-05-24 10:48:34 -07:00
PholioMockEditController.php Add an "Mxx" crumb on the Pholio edit page 2014-06-14 21:02:25 -07:00
PholioMockListController.php Move more rendering into SearchEngines for panels 2014-05-09 12:25:52 -07:00
PholioMockViewController.php Turn thumbs into a history grid thing 2014-06-14 21:12:19 -07:00