19231: Add smaller page sizes (10 and 20 items) to load faster
[arvados-workbench2.git] / src / store / public-favorites-panel / public-favorites-action.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { bindDataExplorerActions } from "store/data-explorer/data-explorer-action";
6
7 export const PUBLIC_FAVORITE_PANEL_ID = "publicFavoritePanel";
8 export const publicFavoritePanelActions = bindDataExplorerActions(PUBLIC_FAVORITE_PANEL_ID);
9
10 export const loadPublicFavoritePanel = () => publicFavoritePanelActions.REQUEST_ITEMS();