Gitter migration: Point people to app.gitter.im (rollout pt. 1)
commit656f2f9698ab18f496847703f1bf83ca82767386
authorEric Eastwood <contact@ericeastwood.com>
Mon, 13 Feb 2023 16:13:35 +0000 (13 16:13 +0000)
committerEric Eastwood <contact@ericeastwood.com>
Mon, 13 Feb 2023 16:15:53 +0000 (13 10:15 -0600)
tree863bfbbbecf70909da165d915d353c8a7e881ed6
parent0d89671b40f753d5fdb8249f95a2a60472886309
Gitter migration: Point people to app.gitter.im (rollout pt. 1)

 - Homepage updates to point people to app.gitter.im (Gitter branded Element instance)
    - Based off of the new homepage design: https://github.com/vector-im/design/issues/35
 - Update token revoked pages so they're ready to explain the migration situation to everyone
 - Redirect to token revoked page when the realtime connection sees a failure

See https://github.com/vector-im/roadmap/issues/26
27 files changed:
config/config.beta.json
config/config.default.json
config/config.prod.json
modules/client-env/client-env-server.js
modules/translations/homepage/en.json
modules/translations/messages/en.json
public/images/home/gitter-apps.png
public/images/home/gitter-apps@2x.png
public/images/matrix-hero-spiro.svg [new file with mode: 0644]
public/js/components/realtime.js
public/js/homepage.js
public/js/views/explore/tmpl/explore-view.hbs
public/js/vue/thread-message-feed/components/__snapshots__/join-or-sign-in-button-test.js.snap
public/js/vue/thread-message-feed/components/join-or-sign-in-button.vue
public/layouts/archive.hbs
public/less/components/home-communities.less [deleted file]
public/less/homepage.less
public/templates/homepage.hbs
public/templates/login.hbs
public/templates/partials/apps_content.hbs
public/templates/partials/chat_nli_input.hbs
public/templates/partials/footer_content.hbs
public/templates/token-revoked.hbs
server/handlers/app/archive.js
server/handlers/renderers/chat-internal.js
server/handlers/renderers/explore-renderer.js
server/handlers/root.js