…on need help.
- Phabricator account creation and sync works with some manual steps.
- At least after account re-creation...
- Manually sync folder list from home.
- Manually trigger a refresh sync for the inbox.
- Scrolling sorta works but was based on hacky attempts at hardcoding a fixed
lip that should now all just be using a position:sticky lip.
- Conversation scrolling is using the virtual list and some combination of
inconsistencies makes it freak out when scrolling down as the error
accumulates and overwhelms the over-render.
- The conversation vis using the thread hierarchy visualization works that's
pointless with the current flat hierarchy. (People can and do reply to
things, but I think some level of active inference will be required.)
- This should be changed back to some kind of summary.
- Message list:
- The attribute rendering is very ugly.
- The attribute rendering people lookup is saying null for everyone, which
seems wrong.
- The sort is newest-to-oldest which I think was intentional but is not
useful. An auto-seek to first unread would be more useful.
- Also perhaps some kind of sidebar that showed some map of the code and
allowed filtering of the comments down to those that touch the code in
question.