Compare commits

...

9 Commits

Author SHA1 Message Date
Xavi
06506d449e Merge branch 'master' into 'master'
Add build for armv7

See merge request timvisee/send!31
2025-07-05 11:58:53 +00:00
timvisee
e0a3d2bf2c Bump version to 3.4.27 2025-07-01 08:50:51 +02:00
timvisee
b93256316b Move icon styles into stylesheet 2025-07-01 08:50:18 +02:00
xavion-lux
af1dfcf829 Revert "Merge branch 'parallel-ci'"
This reverts commit 6f4c704321.
2023-05-19 01:31:05 +02:00
xavion-lux
6f4c704321 Merge branch 'parallel-ci' 2023-05-19 00:43:49 +02:00
xavion-lux
be91677862 Another try at fixing missing manifest digest 2023-05-19 00:35:45 +02:00
xavion-lux
f993b9a2b2 Possible fix for missing manifest digest 2023-05-19 00:23:10 +02:00
xavion-lux
d3e40a2ff6 Run build scripts in parallel 2023-05-18 23:11:56 +02:00
xavion-lux
953f00febd Add build for armv7 2023-05-15 22:58:11 +02:00
7 changed files with 15 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ release-docker:
fi
- |
for image in $IMAGE_NAMES; do
docker buildx build --platform linux/amd64,linux/arm64 -t $image . --push
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t $image . --push
done
- |
echo "Container image pushed. You can pull it with";

View File

@@ -175,6 +175,14 @@ footer li a:hover {
display: block;
}
.d-inline-block {
display: inline-block;
}
.align-middle {
vertical-align: middle;
}
.main {
display: flex;
position: relative;

View File

@@ -587,8 +587,7 @@ module.exports.preview = function(state, emit) {
<svg
width="30"
height="30"
class="m-2 mr-3"
style="display: inline-block; vertical-align: middle;"
class="m-2 mr-3 d-inline-block align-middle"
>
<image
xlink:href="${assets.get('thunderbird-icon.svg')}"

View File

@@ -40,8 +40,7 @@ module.exports = function(state, emit) {
<svg
width="30"
height="30"
class="m-2 mr-3"
style="display: inline-block; vertical-align: middle;"
class="m-2 mr-3 d-inline-block align-middle"
>
<image
xlink:href="${assets.get('thunderbird-icon.svg')}"

View File

@@ -22,8 +22,7 @@ module.exports = function intro(state) {
<svg
width="30"
height="30"
class="m-2 mr-3"
style="display: inline-block; vertical-align: middle;"
class="m-2 mr-3 d-inline-block align-middle"
>
<image
xlink:href="${assets.get('thunderbird-icon.svg')}"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "send",
"version": "3.4.26",
"version": "3.4.27",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "send",
"version": "3.4.26",
"version": "3.4.27",
"license": "MPL-2.0",
"dependencies": {
"@dannycoates/express-ws": "^5.0.3",

View File

@@ -1,7 +1,7 @@
{
"name": "send",
"description": "File Sharing Experiment",
"version": "3.4.26",
"version": "3.4.27",
"author": "Mozilla (https://mozilla.org)",
"contributors": [
"Tim Visee <3a4fb3964f@sinenomine.email> (https://timvisee.com)"