Tykayn
c82f8c5161
19-05-2021 Fixes ----- - Fixes rich media parsers, so that some resource links work again - Fixes some depreciated calls that were removed in OTP24 - Fixes groups not being refreshed after joining a group - Fixes the notice that is shown when joining a group that the content may not be available right away - because the group is remote - being shown everytime, even when the group is local - Fixes OGP image not being defined for posts Translations ------------ - French - Galician - Italian |
||
---|---|---|
.. | ||
public | ||
scripts/build | ||
src | ||
tests | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
apollo.config.js | ||
babel.config.js | ||
cypress.json | ||
fragmentTypes.json | ||
get_union_json.ts | ||
jest.config.js | ||
package.json | ||
README.md | ||
schema.graphql | ||
tsconfig.json | ||
vue.config.js | ||
yarn.lock |
mobilizon
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Run your end-to-end tests
yarn test:e2e
Lints and fixes files
yarn lint