Oh and I added a #TODO #sidebar. Will show that off as well, but not today...

🚀 Đổi mới Trình tập tin với thanhSidebar linh hoạt! ✨ Hôm nay, Chi nhãn đã cập nhật tính năng Sidebar cho trình tập tin của mình. Người dùng giờ dễ dàng truy cập các thư mục hệ thống, ổ đĩa, thư mục đã dán và Workspace (sớm) nhờ vào tính năng mới này. Tác giả dự án rất hứng thú với kết quả. Hãy cùng đánh giá và ủng hộ dev nhé! #tech #devlog #sidebar #devlife

*(500 ký tự đến dưới)*

https://www.reddit.com/r/SideProject/comments/1p9xjgg/adding_a_flexible_sidebar_to_my_file_explorer/

WhatsApp testet neue Benutzername-Reservierung, Sidebar und interaktive Quiz-Funktion
WhatsApp entwickelt eine Funktion zur Reservierung von Nutzernamen, die demnächst frühzeitig getestet wird. Außerdem stehen weitere Updates
https://www.apfeltalk.de/magazin/news/whatsapp-testet-neue-benutzername-reservierung-sidebar-und-interaktive-quiz-funktion/
#News #Sicherheit #Android #Animation #Benachrichtigungen #Beta #Gruppenchat #iOS #iPad #Quiz #Reaktionen #Sidebar #Status #Username #WhatsApp
WhatsApp testet neue Benutzername-Reservierung, Sidebar und interaktive Quiz-Funktion

WhatsApp testet Username-Reservierung, interaktive Quiz-Funktion, benutzerdefinierte Animationen und neue Sidebar für iPad.

Apfeltalk Magazin
How To Add Remove or Change Sidebar Position in Astra WordPress Theme (FREE)? https://www.youtube.com/watch?v=0vOQ5q9r9uo 💡🎬📝 #Sidebar #Position #Customize #Astra #WordPress #Guide
How To Add Remove or Change Sidebar Position in Astra WordPress Theme (FREE)?

YouTube

#Development #Techniques
Revisit of the Every Layout sidebar · Can modern CSS selectors improve it? https://ilo.im/165ae9

_____
#CSS #Layout #Navigation #Sidebar #Columns #WebPerf #WebDev #Frontend #HTML

A revisit of the Every Layout sidebar with :has() and selector performance

Heydon Pickering takes a fresh look the Every Layout Sidebar layout, 6 years on, to see if modern CSS selectors can improve it.

Piccalilli
I have to say the #Sidebar design in #macOS #Tahoe is a downgrade in design. #wwdc25

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

#opensource #firefox

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

Floorp Daylight aka Floorp 12 Beta, Version [email protected] as available 11 hours ago at https://github.com/Floorp-Projects/Floorp-12/releases/tag/beta, 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

Release Floorp 12 beta build · Floorp-Projects/Floorp-12

Floorp Daylight: Based on Firefox Stable Channel This is NOT the release (stable) channel version of Floorp. This is a beta build of Floorp. It is intended for testing purposes only. It is not reco...

GitHub
GitHub - aminought/firefox-second-sidebar: A Firefox userChrome.js script that brings a second sidebar with web panels like in Vivaldi/Edge/Floorp but better.

A Firefox userChrome.js script that brings a second sidebar with web panels like in Vivaldi/Edge/Floorp but better. - aminought/firefox-second-sidebar

GitHub

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!!