[extensions-web/feature/reveal-v6: 3/3] Reveal Shell settings on Installed page




commit 549244886471b0cd9bbff11e19d569b8b5f85f47
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sat Jul 23 17:35:38 2022 +0400

    Reveal Shell settings on Installed page

 sweettooth/extensions/templates/extensions/local.html | 4 ++--
 sweettooth/static/css/sweettooth.css                  | 5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/local.html 
b/sweettooth/extensions/templates/extensions/local.html
index 3c6c7a9..efa6027 100644
--- a/sweettooth/extensions/templates/extensions/local.html
+++ b/sweettooth/extensions/templates/extensions/local.html
@@ -2,8 +2,8 @@
 {% load i18n %}
 {% block title %}{% trans "Installed Extensions" %} - {{ block.super }}{% endblock %}
 {% block body %}
-<h2 class='v6-wip'>{% trans "Shell settings" %}</h2>
-<div id='shell_settings' class='v6-wip'></div>
+<h2>{% trans "Shell settings" %}</h2>
+<div id='shell_settings'></div>
 
 <h2>{% trans "Installed Extensions" %}</h2>
 <div id="local_extensions">
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index ea7c272..1b705e5 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -862,8 +862,3 @@ textarea:focus {
 #shell_settings .form-horizontal .form-group label {
        text-align: left;
 }
-
-.v6-wip
-{
-       display: none;
-}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]