Page MenuHomePhabricator

Make durable column sticky across requests
ClosedPublic

Authored by epriestley on Mar 10 2015, 11:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 6:32 PM
Unknown Object (File)
Wed, Apr 24, 11:44 PM
Unknown Object (File)
Sun, Apr 14, 2:53 AM
Unknown Object (File)
Mar 31 2024, 5:10 AM
Unknown Object (File)
Mar 22 2024, 1:39 AM
Unknown Object (File)
Feb 4 2024, 5:00 PM
Unknown Object (File)
Feb 1 2024, 10:27 AM
Unknown Object (File)
Feb 1 2024, 10:23 AM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP88b46063b431: Make durable column sticky across requests
Summary

When you open the column, keep it open on future requests.

Test Plan

Opened column, clicked to Conpherence (no column), clicked elsewhere (column again), reloaded page (column), closed column, clicked something (no column).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Make durable column sticky across requests.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

This sort-of-kind-of breaks things by initializing the column too quickly (I think), let me see if I can find a fix that doesn't create too much of a mess.

  • Reasonable fix for the initialization issue for the moment.
btrahan edited edge metadata.
btrahan added inline comments.
webroot/rsrc/js/application/conpherence/behavior-durable-column.js
76

remove

This revision is now accepted and ready to land.Mar 11 2015, 12:01 AM
webroot/rsrc/js/application/conpherence/behavior-durable-column.js
76

haha thanks

This revision was automatically updated to reflect the committed changes.