add todos
This commit is contained in:
@@ -30,6 +30,7 @@ export class UmbDataTypeTreeStore extends UmbUniqueTreeStore {
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: revisit this when we have decided on detail model sizes
|
||||
#createTreeItemMapper = (item: UmbDataTypeDetailModel) => {
|
||||
return {
|
||||
unique: item.unique!,
|
||||
@@ -42,6 +43,7 @@ export class UmbDataTypeTreeStore extends UmbUniqueTreeStore {
|
||||
};
|
||||
};
|
||||
|
||||
// TODO: revisit this when we have decided on detail model sizes
|
||||
#updateTreeItemMapper = (item: UmbDataTypeDetailModel) => {
|
||||
return {
|
||||
name: item.name,
|
||||
|
||||
@@ -22,6 +22,8 @@ export class UmbStoreConnector<StoreType, ConnectedStoreType> {
|
||||
this.#onNewStoreItem = onNewStoreItem;
|
||||
this.#onUpdateStoreItem = onUpdateStoreItem;
|
||||
|
||||
console.warn('UmbStoreConnector is a work in progress and should not be used yet');
|
||||
|
||||
new UmbContextConsumerController(host, connectToStoreAlias, (instance) => {
|
||||
this.#connectedStore = instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user