Replace remmel with mlem. (#149)

* Replace remmel with mlem.

* Updating submodules
This commit is contained in:
Dessalines 2023-06-02 09:22:25 -04:00 committed by GitHub
parent b1475c2880
commit a8af09ef9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 16 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
src/shared/translations

@ -1 +1 @@
Subproject commit ef6ce5d945276b07869bafcb8b731a4fcf874b26
Subproject commit 33ee23d7df89b4261e77d6d0da967024c9feb2a7

View File

@ -8,7 +8,7 @@
"build:prod": "webpack --mode=production",
"clean": "yarn run rimraf dist",
"crawl": "node crawl.mjs",
"lint": "node generate_translations.mjs && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
"lint": "node generate_translations.mjs && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src && prettier --check \"src/**/*.{ts,tsx,js,css,scss}\"",
"prebuild:dev": "yarn clean && node generate_translations.mjs",
"prebuild:prod": "yarn clean && node generate_translations.mjs",
"prepare": "husky install",
@ -52,7 +52,7 @@
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^2.5.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"run-node-webpack-plugin": "^1.3.0",
"sass": "^1.49.9",

View File

@ -57,8 +57,8 @@ img {
}
.gold {
border-color: #FFD700 !important;
color: #FFD700;
border-color: #ffd700 !important;
color: #ffd700;
}
.language-selector {

BIN
src/assets/images/mlem.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

View File

@ -50,18 +50,18 @@ export class Apps extends Component<any, any> {
</div>
<div class="card col-6">
<AppDetails
name="Remmel"
description="An iOS client for lemmy."
link="https://github.com/uuttff8/Lemmy-iOS"
icon="/static/assets/images/remmel.webp"
banner="/static/assets/images/remmel_screen.webp"
name="Mlem"
description="A Lemmy Client for iOS."
link="https://github.com/buresdv/Mlem"
icon="/static/assets/images/mlem.webp"
banner="/static/assets/images/mlem_screen.webp"
links={[
{
link: "https://apps.apple.com/us/app/remmel-for-lemmy/id1547988171",
link: "https://testflight.apple.com/join/xQfmkJhc",
icon: "appleinc",
},
{
link: "https://github.com/uuttff8/Lemmy-iOS",
link: "https://github.com/buresdv/Mlem",
icon: "github",
},
]}

View File

@ -5948,10 +5948,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
prettier@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
prettier@^2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
process-nextick-args@~2.0.0:
version "2.0.1"