conex icon indicating copy to clipboard operation
conex copied to clipboard

Check if sidebar instead of popup is simple todo ... make it an option

Open kesselborn opened this issue 6 years ago • 8 comments

kesselborn avatar Aug 24 '17 12:08 kesselborn

Might something from https://github.com/jonathanKingston/sea-containers/ be usable? Just a thought.

grahamperrin avatar Aug 26 '17 17:08 grahamperrin

this would be something really close to the closeup to reduce the need for new code ... a quick experiment

screen shot 2017-08-27 at 22 49 13

As I am not a sidebar user and you @grahamperrin obviously like the idea: what would be important features for you?

Just asking before I'll implement refreshing on new tabs, etc.

Cheers

kesselborn avatar Aug 27 '17 20:08 kesselborn

Sidebars interest me, but it's likely that I'll more often use a search interface without the constraints of a sidebar …

… ideally a window, but drop down (pop up) is OK so over to #17 …

grahamperrin avatar Aug 28 '17 13:08 grahamperrin

I've been using Sea Containers with Conex along with the below hacks to remove the top tab bar, but having them integrated would be great!

Go into about:config and set browser.tabs.drawInTitlebar to false

Go into about:profiles, click Open Folder on root directory, create or open the "chrome" folder 
Create or edit a "userChrome.css" file in that folder (capitalization counts, even on Windows).
Enter the below in the userChrome.css file, save it, close and restart Firefox:

/* Hide tab bar */
#TabsToolbar { visibility: collapse; }
#sidebar-header { display: none; }

ScottRFrost avatar Sep 27 '17 13:09 ScottRFrost

Is it possible to put a search box in the UI, like the search engine box, or only icons?

smichel17 avatar Oct 10 '17 16:10 smichel17

It would basically be the same UI as the current pop up but permanently as a sidebar with the full window height and probably some minor behavioral changes (allow more than one sections to be expanded).

Am 10.10.2017 um 17:19 schrieb smichel17 [email protected]:

Is it possible to put a search box in the UI, like the search engine box, or only icons?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

kesselborn avatar Oct 10 '17 16:10 kesselborn

… (allow more than one sections to be expanded).

👍

grahamperrin avatar Oct 11 '17 21:10 grahamperrin

will be done with #304

kesselborn avatar Feb 22 '19 10:02 kesselborn