sparkletown/sparkle

View on GitHub
src/settings/disableSettings.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Issues related to functionalities that have been enabled/disabled due to some reason,
// but are yet considered if they going to be brought back into play or removed permanently

// Please add proper description and links as references

/**
 *
 *  @see https://github.com/sparkletown/internal-sparkle-issues/issues/1253
 */
export const DISABLED_DUE_TO_1253 = true;

/**
 * Since navbar has one, disables a redundant "Log in" button
 * @see https://github.com/sparkletown/internal-sparkle-issues/issues/1324
 */
export const DISABLED_DUE_TO_1324 = true;

/**
 * Disables Photobooth feature
 * @see https://github.com/sparkletown/internal-sparkle-issues/issues/1142
 */
export const DISABLED_DUE_TO_1142 = true;