Main App

New updates and improvements for the main EmuDevs app (app.emudevs.gg)

Jan 18, 2026

Changelog for Jan 18, 2026

Main App

  • [Change] Migrated Resource comments and content from TipTap to TinyMCE Editor.
  • [Fix] Removed background animations on the index page to improve performance.
  • [Fix] Corrected notification phrasing for Thread replies to properly reflect user relationships.
  • [Fix] Fixed a phrase key issue for Security alerts in the notification center.
Jan 17, 2026

Changelog for Jan 17, 2026

Main App

  • [Fix] Resolved an issue that prevented data from fetching on the index page sliders (resources, shop, etc.) when navigating between pages.
  • [Fix] Fixed a bug where the Profile Overview tab failed to fetch data correctly after navigation.

Profiles

  • [Improve] Spotify playback tracking now only counts while you're actively online on the platform.
  • [Add] Added Share and User Info buttons to the profile header.
  • [Fix] Team tags are now visible to logged-out users on profile pages.

Resources

  • [Change] Resources now require a cover image in order to be published.
  • [Add] Added a notification when someone downloads one of your resources.
  • [Fix] Fixed an edge case where publishing a resource wouldn’t redirect you to the resource view page.

Auth

  • [Add] Added backup codes and account restore support for Two-Factor Authentication.
Jan 16, 2026

Changelog for Jan 16, 2026

Main App

  • [Add] Introduced a "Back-To-Top" button in the main application, which appears after scrolling past a certain threshold.

Resource Manager

  • [Add] Alignment tools are now available in the editor toolbar.
  • [Add] The editor toolbar now supports inline code blocks.
  • [Improve] Editor toolbar tools (such as H1, H2, H3, and Quoteblock) have been restyled for better alignment with the website theme.
  • [New] Resource Preview: Preview exactly how your resource will appear before publishing.
  • [New] Added "Reuse details": You can now pick which information to import from your previous resources to speed up publishing your new resource.
  • [Fix] Resolved an issue where the Discord bot webhook was not triggered upon publishing a new resource.
  • [Fix] The "My Resources" page now supports unarchiving resources.
  • [Fix] Resolved a bug affecting the upload workflow
Reuse Details Feature

Teams

  • [Fix] Private team profiles now allow non-owners to view their own resources, followers, and members.
  • [Fix] Corrected a localization discrepancy on the team profile page.

Auth

  • [Add] Sentry integration has been introduced to the auth server to enhance error detection.
  • [Debug] Enabled Sentry debug event tracking to monitor and investigate ongoing auth issues.
Dec 9, 2025

Changelog for Dec 9, 2025

User Presence & Activity

  • Fixed users showing as online after logout
  • Presence updates instantly on login and logout
  • Activity updates immediately when navigating pages
  • Improved activity display: shows "Home" instead of "/" and actual resource titles instead of slugs
  • Tab closure detection: users marked offline after 60 seconds of inactivity

Profile improvements

  • Added empty states for Resources, Activity, and Followers tabs with animated overlays
  • Fixed separator visibility in profile headers for logged-out users
  • Improved empty state messaging and visual consistency across profile tabs

Performance & Reliability

  • Reduced duplicate API calls on login
  • Improved presence synchronization between client and server
  • Better handling of browser tab switching and page visibility

Backend Improvements