ode-csslib-panda-cg77 3.0.8-feat-explorer.202302211024 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/portal.html +83 -118
- package/dist/skins/circus/theme.css +6 -6
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +6 -6
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +6 -6
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +6 -6
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +6 -6
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +6 -6
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +6 -6
- package/dist/skins/sparkly/theme.css.map +1 -1
- package/dist/template/portal/applications.html +5 -10
- package/dist/version.txt +2 -2
- package/package.json +2 -2
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
<span ng-controller="ApplicationController">
|
|
2
|
-
<div class="d-flex justify-content-between
|
|
2
|
+
<div class="d-flex justify-content-between row mb-3">
|
|
3
3
|
<h1 class="application__title font-weight-bold d-mobile-none col-lg-6">
|
|
4
4
|
<i18n>portal.header.navigation.myapps</i18n>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
7
7
|
<!-- Search bar -->
|
|
8
8
|
<section class="applications__search col-lg-4">
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
>
|
|
12
|
-
<div class="input-group">
|
|
9
|
+
<div class="input-searchbar">
|
|
10
|
+
<span class="fa fa-search form-control-feedback"></span>
|
|
13
11
|
<input
|
|
14
|
-
|
|
15
|
-
class="form-control form-control-lg no-validation-icon"
|
|
12
|
+
role="search"
|
|
16
13
|
type="search"
|
|
17
14
|
ng-model="display.searchText"
|
|
15
|
+
class="form-control"
|
|
18
16
|
i18n-placeholder="apps.search"
|
|
19
17
|
autofocus
|
|
20
18
|
/>
|
|
@@ -42,7 +40,6 @@
|
|
|
42
40
|
ng-if="isIconUrl(application)"
|
|
43
41
|
class="application"
|
|
44
42
|
skin-src="[[application.icon]]"
|
|
45
|
-
alt="[[translatedDisplayName(application)]]"
|
|
46
43
|
img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
|
|
47
44
|
/>
|
|
48
45
|
<i
|
|
@@ -66,7 +63,6 @@
|
|
|
66
63
|
ng-if="isIconUrl(application)"
|
|
67
64
|
class="application"
|
|
68
65
|
skin-src="[[application.icon]]"
|
|
69
|
-
alt="[[translatedDisplayName(application)]]"
|
|
70
66
|
img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
|
|
71
67
|
/>
|
|
72
68
|
<i
|
|
@@ -114,7 +110,6 @@
|
|
|
114
110
|
ng-if="isIconUrl(connector)"
|
|
115
111
|
class="application"
|
|
116
112
|
skin-src="[[connector.icon]]"
|
|
117
|
-
alt="[[translatedDisplayName(connector)]]"
|
|
118
113
|
img-on-error="[[themeAssetsPath]]/images/image-placeholder.png"
|
|
119
114
|
/>
|
|
120
115
|
<i
|
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib=4.0
|
|
2
|
-
ode-csslib-panda-cg77=3.0
|
|
1
|
+
entcore-css-lib=4.0.9 27/03/2023 11:34:46
|
|
2
|
+
ode-csslib-panda-cg77=3.0.9 27/03/2023 11:52:07
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-panda-cg77",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "Panda theme by Open Digital Education",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"author": "Open Digital Education",
|
|
35
35
|
"license": "NONE",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"entcore-css-lib": "npm:ode-csslib@
|
|
37
|
+
"entcore-css-lib": "npm:ode-csslib@master"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"concurrently": "^5.0.2",
|