You've already forked AstralRinth
forked from didirus/AstralRinth
Sidebar refinements (#2306)
* Begin sidebar refinement, change back to left as default * New filters proof of concept * Hide if only one option * Version filters * Update changelog page * Use new cosmetic variable for sidebar position * Fix safari issue and change defaults to left filters, right sidebars * Fix download modal on safari and firefox * Add date published tooltip to versions page * Improve selection consistency * Fix lint and extract i18n * Remove unnecessary observer options
This commit is contained in:
@@ -19,17 +19,8 @@ const validateValues = <K extends PropertyKey>(flags: Record<K, FlagValue>) => f
|
||||
export const DEFAULT_FEATURE_FLAGS = validateValues({
|
||||
// Developer flags
|
||||
developerMode: false,
|
||||
|
||||
// In-development features, flags will be removed over time
|
||||
newProjectLinks: true,
|
||||
newProjectMembers: false,
|
||||
newProjectDetails: true,
|
||||
projectCompatibility: false,
|
||||
removeFeaturedVersions: false,
|
||||
|
||||
// Alt layouts
|
||||
// searchSidebarRight: false,
|
||||
// projectSidebarRight: false,
|
||||
showVersionFilesInTable: false,
|
||||
showAdsWithPlus: false,
|
||||
|
||||
// Feature toggles
|
||||
// advancedRendering: true,
|
||||
|
||||
Reference in New Issue
Block a user