08-28-2024 01:22 AM - edited 08-28-2024 01:27 AM
I'm curious about how user feedback is incorporated into the development process, particularly regarding the UI. While I understand the complexities of development, how do user suggestions influence the final design?
08-28-2024 01:41 AM
Honestly, my main interests are split view, clipboard access, and userChrome.css. If the clipboard issue is related to security, I understand that, although I’m curious how Chromium browsers manage to implement it (they use a dialog window, after all). Regarding split view, both Floorp and Zen Browser have already introduced this feature, though it feels somewhat unpolished in those browsers - likely because their teams are relatively small, especially considering that Floorp is a project led by Japanese students.
I also have a question about userChrome.css. I’ve noticed that tweaks to the sidebar design are frequently discussed in the sidebar development track. Is there a way to make editing userChrome.css feel more integrated or native within the browser itself?
08-29-2024 03:01 AM
Hello
@tilwiti wrote:Is there a way to make editing userChrome.css feel more integrated or native within the browser itself?
For information purposes Browser Toolbox
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
For demonstration purposes
https://connect.mozilla.org/t5/discussions/list-all-tabs/m-p/60303/highlight/true#M21136
#alltabs-button {display: none!important;}