Skip to content

Commit

Permalink
Release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 19, 2024
1 parent 4808ef7 commit ba6ca95
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paradise",
"version": "0.7.3",
"version": "0.7.4",
"description": "Paradise Photo Gallery",
"license": "GPL-3.0",
"type": "module",
Expand Down Expand Up @@ -50,17 +50,17 @@
"build": [
"lessc src/gallery/gallery.less build/1-dev/gallery/paradise.css",
"lessc src/gallery/console/admin.less build/1-dev/gallery/console/paradise-console.css",
"make-dir build/2-min/gallery/console",
"make-dir build/2-min/gallery/console",
"csso build/1-dev/gallery/paradise.css --output build/2-min/gallery/paradise.min.css",
"csso build/1-dev/gallery/console/paradise-console.css --output build/2-min/gallery/console/paradise-console.min.css",
"uglifyjs src/gallery/js/*.js --output build/2-min/gallery/paradise.min.js",
"uglifyjs src/gallery/console/js/*.js --output build/2-min/gallery/console/paradise-console.min.js",
"replacer src/gallery --ext=.php build/3-tst/gallery",
"add-dist-header build/2-min/gallery build/3-tst/gallery",
"add-dist-header build/2-min/gallery/console build/3-tst/gallery/console",
"copy-file src/gallery/image/.htaccess --folder build/3-tst/gallery/image",
"rev-web-assets build/3-tst/gallery build/4-rev/gallery",
"copy-file LICENSE.txt --folder build/4-rev/gallery",
"uglifyjs src/gallery/js/*.js --output build/2-min/gallery/paradise.min.js",
"uglifyjs src/gallery/console/js/*.js --output build/2-min/gallery/console/paradise-console.min.js",
"replacer src/gallery --ext=.php build/3-stage/gallery",
"add-dist-header build/2-min/gallery build/3-stage/gallery",
"add-dist-header build/2-min/gallery/console build/3-stage/gallery/console",
"copy-file src/gallery/image/.htaccess --folder build/3-stage/gallery/image",
"rev-web-assets build/3-stage/gallery build/4-rev/gallery",
"copy-file LICENSE.txt --folder build/4-rev/gallery",
"cd build/4-rev && bestzip paradise.zip gallery/*"
],
"release": [
Expand Down
Binary file removed releases/paradise-v0.7.3.zip
Binary file not shown.
Binary file added releases/paradise-v0.7.4.zip
Binary file not shown.
Binary file added releases/previous/paradise-v0.7.4.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions src/gallery/console/css/portfolio-image.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.portfolio-image { position: relative; display: flex; background-color: gainsboro; border: 2px solid silver; padding: 10px; margin: 10px 0px 0px 0px; }
.portfolio-image >form { flex-grow: 1; max-width: none; }
.portfolio-image >form >label { padding-left: 0px; margin-bottom: 1em; }
.portfolio-image >form >label:first-child span { display: inline-block; transition: color 400ms; }
.portfolio-image >form >label:first-child span { display: inline-block; transition: color 500ms; }
.portfolio-image >form >label:first-child input { margin: 0px 10px 0px 5px; }
.portfolio-image >form >label.display-off >span:first-child { color: firebrick; }
.portfolio-image >form >label textarea { height: 3.2em; }
Expand All @@ -35,17 +35,17 @@
.portfolio-image >form >p label input[type=text] { width: 4em; }
.portfolio-image >form >p label input[type=checkbox] { margin: 0px 3px; }
.portfolio-image >form >p >span >span { display: block; }
.portfolio-image >form >p >span >i.font-icon { font-size: 0.9rem; transition: color 400ms; cursor: help; }
.portfolio-image >form >p >span >i.font-icon { font-size: 0.9rem; transition: color 500ms; cursor: help; }
.portfolio-image >form >p >span >i.font-icon:hover { color: black; }
.portfolio-image >form >p >span >label >input[type=checkbox] { margin: 0px 5px 0px 0px; }
.portfolio-image >form .actions { position: absolute; left: 10px; bottom: 10px; }
.portfolio-image >form .actions i.font-icon { font-size: 1.8rem; margin-right: 2px; opacity: 1; transition: all 400ms; }
.portfolio-image >form .actions i.font-icon { font-size: 1.8rem; margin-right: 2px; opacity: 1; transition: all 500ms; }
.portfolio-image >form .actions i.font-icon:hover { color: black; }
.portfolio-image >form .actions i.font-icon[data-icon=times] { font-size: 2.0rem; }
.portfolio-image:first-child >form .actions i.font-icon[data-move=up],
.portfolio-image:last-child >form .actions i.font-icon[data-move=down] { opacity: 0.2; pointer-events: none; }
.portfolio-image form .actions i.icon-popup-anchor { .IconPopupAnchor(); }
.portfolio-image >figure { flex: 0 0 180px; text-align: center; margin: 0px 0px 0px 10px; }
.portfolio-image >figure >img { max-width: 100%; max-height: 210px; border: 2px solid darkgray; transition: all 400ms; }
.portfolio-image >figure >img { max-width: 100%; max-height: 210px; border: 2px solid darkgray; transition: all 500ms; }
.portfolio-image >figure >img:hover { border-color: black; }
.portfolio-image >figure >figcaption { font-size: 0.7rem; }
2 changes: 1 addition & 1 deletion src/gallery/css/lightbox-image-viewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
background-color: transparent;
}
.mfp-gallery .mfp-content img {
transition: all 400ms;
transition: all 500ms;
}
.mfp-gallery .mfp-content {
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion src/gallery/css/page-layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ body {
margin: 0px 0px 70px 0px;
>span {
background-color: black;
transition: background-color 400ms;
transition: background-color 500ms;
border-right: @navMenuDivider;
padding: 4px 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gallery/css/static/utility-box.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
border: 3px solid steelblue;
border-radius: 5px;
padding: 15px 25px;
transition: all 400ms;
transition: all 500ms;
opacity: 0;
visibility: hidden;
}
Expand Down

0 comments on commit ba6ca95

Please sign in to comment.