Florian Müllner
3f80470e26
extensions-app: Port config to ESM
...
The app uses a different Config module than the rest of the code
base, so we can port it separately.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2868 >
2023-08-07 19:05:50 +00:00
Florian Müllner
f0ba468664
extensions-app: Stop setting VERSION in config
...
We set it because it was referenced by (here unused) code
in ExtensionUtils. This changed in commit 4a0b0e26c7
, so
stop setting it.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2844 >
2023-07-23 15:36:10 +02:00
Florian Müllner
27ffc37668
extensions-app: Style development window
...
Libadwaita includes a standard style class to distinguish
nightly/development versions from regular instances, but
we never to around applying it.
Do that now.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2841 >
2023-07-13 15:33:06 +00:00
Florian Müllner
c67614b522
extensions-app: Include a non-fake Config
...
We currently include a fake config.js file to satisfy the indirect
import from ExtensionUtils. However we're about to need to pass
build-time information into the program ourselves, so generate
a proper file.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2841 >
2023-07-13 15:33:06 +00:00