#Sidebar

marc [sustain release] ✅sustainrelease
2025-05-15

Oha. Die (zumindest mir) neue ausklappbare in @firefox gefällt mir richtig gut. Das könnte noch nützlich werden...

A small screenshot showcasing the (new?) right sidebar in Firefox.
Droppie [infosec] 🐨:archlinux: :kde: :firefox_nightly: :thunderbird: :vegan:​MsDropbear42@infosec.space
2025-05-04

@MsDropbear42 @floorp Well well well, how nice! 💃💃

Floorp Daylight aka Floorp 12 Beta, Version 138.0.2@0.1.21 as available 11 hours ago at github.com/Floorp-Projects/Flo, has made a major jump forward in features & reliability.

  • Now its #Workspaces seem to work, and survive restarts [older Betas failed on one or both of those]
  • it now has native #MouseGestures and they work [so i can remove #Gesturefy]
  • its native #WebPanels #Sidebar is less powerful than the #FirefoxSecondSidebar project, but is still excellent & highly usable
  • its internal special Floorp settings page, now called Floorp Hub, has regained several [albeit certainly not all] of the fab #Floorp11 UI options

Atm the native #Firefox #TabGroups do not respect Workspaces, ie, persist across all of them, unlike ordinary tabs which now do stay in their respective WS. Thus my next focus of interest will be to see if coming Betas manage to fully integrate these Groups into the Workspaces.

TLDR: This latest Beta is such that i can now seriously consider the possibility of using it as more than just a curiosity, & as an actual daily browser.

#floorp #floorp12

JJ :blobblackcat:jj@types.pl
2025-03-17

however, seemingly alongside the chatbot update, firefox did add proper vertical tabs support. so i'm also taking the time to move away from tree style tabs + the mountain of custom css for expand-on-hover support i had

the vertical tab support is quite nice! and now having a tab sidebar that expands on hover is way easier than before. this is all the css you need.

#sidebar-main {
width: 60px !important;
transition: all 0.3s ease;
}
#sidebar-main:hover {
width: 260px !important;
}

turn on userChrome support through the librewolf settings, stick it in <profile>/chrome/userChrome.css, and it just works. very pleasant!!

2025-01-17

I'm wondering why #bslib doesn't have a decent vertical #sidebar menu
Why too much focus on horizontal tab type options
Is it too weird to ask that feature?
My modernization/upgrade project is suffering because of this tiny detail
#shiny #rstats #posit

Mario Alberto Guzmánmarioguzman
2025-01-10

This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

2025-01-04

..otra app muy recomendable es #Sidebar (sidebarapp.net/) que es una versión mejorada del Dock tradicional de #MacOS

HessenheldenHexangon
2025-01-02

Anpassung der Seitenleiste in Nautilus (Sidebar)

Das erwähnte Problem betrifft mich ebenfalls, und ich kann kaum nachvollziehen, warum es von den - und -Entwicklern unbeachtet bleibt. Gelegentlich beschleicht mich das Gefühl, dass die Entwickler ihre eigenen Anwendungen nicht aktiv nutzen. In einer älteren GNOME-Version vor 3 war diese Funktionalität noch vorhanden.

@gnome


gitlab.gnome.org/GNOME/nautilu

2024-12-13
brotherJeffreybrotherJeffre
2024-11-11

As someone who's just started using in Microsoft , I'm a huge fan.

An exaggerated stick figure cartoon character is shown with a wide, excited expression, arms raised in joy. The character is standing next to a sidebar, which is highlighted to emphasize its importance. The background is simple, keeping the focus on the character and the sidebar.
Kir4ik52 :blobfoxnerd:kir4ik52@mastodon.ml
2024-11-10

Firefox Second Sidebar — это пользовательский скрипт для Firefox, который позволяет добавить вторую боковую панель с веб-областями.

Скрипт создан для пользователей, желающих улучшить функциональность оригинального Firefox, и предлагает основные возможности, такие как добавление веб-областей, настройка их ширины, возможность закрепления и закрытия панели с выгрузкой контента.

Дополнительно, пользователь может управлять навигацией и обновлением страниц, а также отслеживать состояние звука и активности панелей.

src: github.com/aminought/firefox-s

#blacktriangle #opensource #github #firefox #mozzilafirefox #browser #firefoxbrowser #sidebar #script #scripts

Àlex Royoerlbuth
2024-10-31

🎶 Adesarrollando la ciudá
Adesarrollando la ciudá
Por las noches con su lapto
Adesarrola la ciudad 🎶

2024-10-30

Расширения Chrome с боковой панелью

Около года назад ( 30 мая 2023 , если быть более точным) в Хроме появилась возможность отображать интерфейсные элементы расширений не только во всплывающем окне (popup.html), но и в боковой панели которая отображается сбоку (справа) от текущей отображаемой страницы. Внешне боковая панель расширения похожа на боковые панели, встроенные в сам браузер, такие как "Show all bookmarks" или "Grouped history". На мой взгляд, у этой фичи большой потенциал: В таком формате можно пробовать реализовать более сложные сценарии взаимодействия с пользователем, включающие как более сложный интерфейс расширения, так и стандартные возможности взаимодействия с текущей открытой страницей. При этом мне показалось что новость об этом релизе прошла ниже радаров и в публикациях тема использования этой боковой панели оказалась недостаточно раскрыта, так что я решил написать эту обзорную статью (в первую очередь, в надежде на содержательные комментарии по теме со стороны тех, у кого есть опыт в разработке расширений). Вначале кратко скажу о технических аспектах. Затем будет небольшой обзор некоторых возможных вариантов использования. И в конце расскажу про небольшое расширение, которое я "разработал" сам. Для желающих получить начальные представления о разработке расширений для Хрома думаю может быть полезно предварительно ознакомиться с этой статьей (хотя я наверно предложил бы для таких упражнений вместо ChatGPT попробовать использовать Курсор с Композером и новым Клодом ).

habr.com/ru/articles/850184/

#sidebar

Keith Bradnam 📈kbradnam@hachyderm.io
2024-09-16

'To sidebar, or not to sidebar' - by Michelle Drumm.

Good overview of the pros/cons of having a sidebar on your website. The rise of mobile has changed the balance a bit I think (i.e. typically sidebar content is moved the bottom of a page on mobile devices).

newwhyweb.com/blog/to-sidebar-

#WebDesign #UX #sidebar

Ulf Romperompe
2024-09-14

How did I not know for years that I can rearrange the items in the by long-pressing its "Home Assistant" header?

Maybe it's because this functionality is hidden like an , but now I feel dumb anyway.

BTW this works on mobile and web, but has to be done locally on each device.

The sidebar of the Homeassistant mobile app, cropped to show the header and three menu items onlythe same sidebar after long-pressing the header, now the header shows a button to complete and, not shown since this is a still image, the items are wobbling
𝓒𝓱𝓻𝓲𝓼chris@im.allmendenetz.de
2024-09-12


If you are doing most of your FEDI postings on a desktop pc get your self a #sidebar #Browser #addon - it can make things more convenient for you.

There are a couple of them to choose from:

https://addons.mozilla.org/de/firefox/search/?q=sidebar

https://chromewebstore.google.com/search/sidebar

This one here has some extra features which i really like

https://addons.mozilla.org/de/firefox/addon/page-sidebar

https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh

There we can set "HomePages" and #bookmarks and even have tabs
sidebar.jpg
Inautiloinautilo
2024-09-06


The HTML ‘aside’ element · How it relates to the ‘article’ element and what makes it special ilo.im/15zxfp

_____

Trying out the new #sidebar in #Firefox / #Librewolf.

Not sure I like the fact that it stays visible when watching a full-screen video...

Try it out yourself by setting `sidebar.revamp` to TRUE in about:config.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst