Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
zip -rq ../app.zip *
mv ../app.zip .
- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-package
path: |
Expand Down
130 changes: 0 additions & 130 deletions .github/workflows/subworkflow-deploy.yml

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions DESCRIPTION-es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Scratchpad

Un bloc de notas que está disponible para ver y editar en todas las partes de Deskpro

## Descripción

Toma notas personales rápidamente con la libertad de usar el área de texto para lo que desees, como una lista de tareas, anotar detalles o simplemente notas para ti mismo.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Deskpro
Copyright (c) 2024 Deskpro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions SETUP-en-GB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Scratch Setup Instructions

There are no special setup instructions to get this app working. Just install it and all its functionality will be available to you.
3 changes: 3 additions & 0 deletions SETUP-es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Instrucciones de configuración de Scratchpad

No hay instrucciones de configuración especiales para que esta aplicación funcione. Simplemente instálala y toda su funcionalidad estará disponible para ti.
7 changes: 0 additions & 7 deletions SETUP.md

This file was deleted.

3 changes: 2 additions & 1 deletion manifest.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description is usually showed as an iframe specified by the appStoreUrl in manifest.json. How should translation work in this case?

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"hasDevMode": true,
"isSingleInstall": false,
"serveUrl": "https://apps-cdn.deskpro-service.com/__name__/__version__",
"targets": [{ "target": "global", "entrypoint": "index.html" }]
"targets": [{ "target": "global", "entrypoint": "index.html" }],
"locales": ["en-GB", "es-ES"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"polished": "^4.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.8.7",
"react-quill": "^2.0.0",
"react-resize-observer": "^1.1.1"
},
Expand Down
Loading