ode-csslib-panda-portovecchio 3.0.13-dev.202306051812 → 3.0.13
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 +4 -4
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +4 -4
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +4 -4
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +4 -4
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +4 -4
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +4 -4
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +4 -4
- 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 +3 -4
|
@@ -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-portovecchio=3.0
|
|
1
|
+
entcore-css-lib=4.0.12 04/05/2023 15:57:05
|
|
2
|
+
ode-csslib-panda-portovecchio=3.0.13 12/06/2023 10:27:31
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-panda-portovecchio",
|
|
3
|
-
"version": "3.0.13
|
|
3
|
+
"version": "3.0.13",
|
|
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",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"release:clean": "rimraf ${DIST_DIR}",
|
|
21
21
|
"release:dependencies": "cpr node_modules/entcore-css-lib/assets/ ${DIST_DIR}/ -o",
|
|
22
22
|
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
23
|
-
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release"
|
|
24
|
-
"watch": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../ode-dev-server/assets/themes/cg771d/skins/default/theme.css"
|
|
23
|
+
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release"
|
|
25
24
|
},
|
|
26
25
|
"repository": {
|
|
27
26
|
"type": "git",
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"author": "Open Digital Education",
|
|
36
35
|
"license": "NONE",
|
|
37
36
|
"dependencies": {
|
|
38
|
-
"entcore-css-lib": "npm:ode-csslib@
|
|
37
|
+
"entcore-css-lib": "npm:ode-csslib@master"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
40
|
"concurrently": "^5.0.2",
|