A Gnome Shell Extension for organizing your Gnome Shell top bar. https://extensions.gnome.org/extension/4356/top-bar-organizer/
Find a file
Julian Schacher d51703eb4e
Refactor: Introduce BoxOrderManager
Introduce new `BoxOrderManager` to basically act as a heavy wrapper
around the box orders stored in settings, so that the other extension
code has easy methods to get, set and interact with box orders.
Refactor most of the code initially with it in mind.
Note that `#overwritePanelAddToPanelBox` needs more refactoring to
properly make use of that new idea (and it also needs refactoring in
general).
2023-01-27 23:48:23 +01:00
.vscode Other: Specify a textwidth of 80 for JavaScript 2021-05-14 13:18:30 +02:00
data Refactor: Setup and handle all of DND scroll. in #setupDNDScroll func. 2023-01-24 18:33:15 +01:00
docs Docs: Add newer, cut down and commented panel.js from Gnome Shell 43.2 2023-01-24 20:40:24 +01:00
src Refactor: Introduce BoxOrderManager 2023-01-27 23:48:23 +01:00
.editorconfig Feature: Add initial preferences dialog 2021-05-25 00:24:44 +02:00
.eslintignore Docs: Add newer, cut down and commented panel.js from Gnome Shell 43.2 2023-01-24 20:40:24 +01:00
.eslintrc.yml Other: Mark AppIndicator/KStatusNotifierItem addition as broken 2023-01-27 21:44:59 +01:00
.gitignore Build: Use gnome-extensions pack for creating extension zip/bundle 2023-01-15 23:35:36 +01:00
CONTRIBUTING.md Docs: Describe what "New" in old commit messages means 2021-06-19 21:53:56 +02:00
COPYING Other: License this project 2021-05-17 14:37:57 +02:00
git_annotated_tag_template Other: Add template for message of annotated git tags 2021-06-21 18:57:40 +02:00
package-lock.json Other: Upgrade ESLint to new major version and run npm update 2023-01-24 19:00:48 +01:00
package.json Other: Upgrade ESLint to new major version and run npm update 2023-01-24 19:00:48 +01:00
package.sh Refactor: Move UI files and gschema file to more standard locations 2023-01-22 14:59:40 +01:00