-
Notifications
You must be signed in to change notification settings - Fork 42
Feat(preferences): Create a UI for collection preferences #7557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Triggered by c490308 on branch refs/heads/issue-7553
| <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" /> |
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
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
specifyweb/frontend/js_src/lib/components/DataModel/treeBusinessRules.ts
Outdated
Show resolved
Hide resolved
| "Treeeditor.TreeColColor2.Storage": "128, 128, 0", | ||
| "Treeeditor.TreeColColor2.Taxon": "151, 221, 255", | ||
| "attachment.is_public_default": "true", | ||
| "attachment.key": "c3wNpDBTLMedXWSb8w2TeSwHWVFLvBwiYmtU0CdOzLQtelcibV9sTXW7NxZlX68", |
There was a problem hiding this comment.
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'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
Fixes #7553
Checklist
self-explanatory (or properly documented)
Testing instructions