Skip to content

Conversation

@CarolineDenis
Copy link
Contributor

@CarolineDenis CarolineDenis commented Nov 21, 2025

Fixes #7553

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests
  • Add a reverse migration if a migration is present in the PR

Testing instructions

@CarolineDenis CarolineDenis linked an issue Nov 21, 2025 that may be closed by this pull request
<cell colspan="3" id="20" label="RESTORE_EXPANSION_STATE" name="TreeEditor.RestoreTreeExpansionState" type="field" uitype="checkbox" />
</row>
<row>
<cell colspan="3" id="-20" label="PROMPT_TO_REPLACE_SYNONYM" name="Determination.PromptToReplaceSynonym" type="field" uitype="checkbox" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go through this file and remove obsolete cells

@@ -0,0 +1,78 @@
import type { RA } from '../../utils/types';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

necessary? See permissions/definitions.ts

"Treeeditor.TreeColColor2.Storage": "128, 128, 0",
"Treeeditor.TreeColColor2.Taxon": "151, 221, 255",
"attachment.is_public_default": "true",
"attachment.key": "c3wNpDBTLMedXWSb8w2TeSwHWVFLvBwiYmtU0CdOzLQtelcibV9sTXW7NxZlX68",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review this file

let collectionPrefsFetchPromise: Promise<void> | undefined;

export async function ensureCollectionPreferencesLoaded(): Promise<
(typeof import('../Preferences/collectionPreferences'))['collectionPreferences']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this?

@CarolineDenis CarolineDenis changed the title Feat(preferences): Create a UI for global and collection preferences Feat(preferences): Create a UI for collection preferences Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Create a visual editor for Collection Prefs

2 participants