Add tribute to @nelsonlaquet (#240)

An original dev for Pony.fm
This commit is contained in:
Adam Lavin 2024-11-30 23:59:19 +00:00 committed by GitHub
parent 4bec8e2587
commit d38942f084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13020 additions and 9148 deletions

View file

@ -310,12 +310,11 @@ gulp.task('build', gulp.parallel('webpack-build',
'styles-embed',
'email-build'));
gulp.task("watch", (done) => {
gulp.series("styles-app", gulp.parallel("webpack-dev-server", "email-default"))(done);
gulp.task("watch-legacy", gulp.series(gulp.parallel("build"), function () {
gulp.watch("resources/assets/styles/**/*.{css,less}", gulp.parallel("styles-app"));
}));
gulp.task("watch", gulp.parallel("webpack-dev-server", "email-default", "watch-legacy"));
gulp.watch("resources/assets/styles/**/*.{css,less}", gulp.series("styles-app"));
});
function endsWith(str, suffix) {
return str.indexOf(suffix, str.length - suffix.length) !== -1;

14784
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,10 @@
"type": "git",
"url": "ssh://git@phabricator.poniverse.net/diffusion/PF/pony-fm.git"
},
"scripts": {
"watch": "gulp watch"
},
"packages": {},
"dependencies": {},
"devDependencies": {
"angular": "1.5.8",
"angular-chart.js": "1.0.0-alpha6",
@ -38,7 +40,7 @@
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "3.0.7",
@ -47,6 +49,7 @@
"lazypipe": "^1.0.1",
"panini": "^1.5.1",
"run-sequence": "^1.2.2",
"sass": "^1.81.0",
"script-loader": "0.7.0",
"siphon-media-query": "^1.0.0",
"underscore": "1.8.3",

View file

@ -239,6 +239,14 @@ header {
font-style: italic;
}
}
.nelson {
color: fadeout(#fff, 20%);
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
}
.site-content {

View file

@ -116,6 +116,7 @@
<li><a href="/register" target="_self">Register</a></li>
@endif
<li class="x-attribution">
<p class="nelson">Dedicated to nlaq <br /> (1992 - 2024)</p>
<a href="#" ng-click="showCredits()" pfm-eat-click title="Pony.fm project credits">
@if(config('ponyfm.use_powered_by_footer'))
<span>Powered by</span>

7359
yarn.lock

File diff suppressed because it is too large Load diff