@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add tooltips to Conphrence Chatroom switcher icons

Summary: I don't know the names of all the Conpherences I have ongoing and all my test icons are Psyducks. haha ha ...

Test Plan: Hover over icons, now it's all Psyduck and [No Title].

Reviewers: epriestley, btrahan

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12050

+4 -1
+4 -1
src/applications/conpherence/view/ConpherenceDurableColumnView.php
··· 190 190 } 191 191 $data = $conpherence->getDisplayData($this->getUser()); 192 192 $image = $data['image']; 193 + Javelin::initBehavior('phabricator-tooltips'); 193 194 $icons[] = 194 195 javelin_tag( 195 196 'a', 196 197 array( 197 198 'href' => '/conpherence/columnview/', 198 199 'class' => implode(' ', $classes), 199 - 'sigil' => 'conpherence-durable-column-thread-icon', 200 + 'sigil' => 'conpherence-durable-column-thread-icon has-tooltip', 200 201 'meta' => array( 201 202 'threadID' => $conpherence->getID(), 202 203 'threadTitle' => $data['js_title'], 204 + 'tip' => $data['js_title'], 205 + 'align' => 'S', 203 206 ), 204 207 ), 205 208 phutil_tag(