mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 03:16:14 +00:00
Optimize plugin display (#1578)
* Update package.json * Update PluginMarketComponent.tsx * Update PluginMarketComponent.tsx * Update PluginMarketComponent.tsx * Update package.json
This commit is contained in:
@@ -39,7 +39,7 @@ export default function PluginMarketComponent({
|
|||||||
const [sortByValue, setSortByValue] = useState<string>('pushed_at');
|
const [sortByValue, setSortByValue] = useState<string>('pushed_at');
|
||||||
const [sortOrderValue, setSortOrderValue] = useState<string>('DESC');
|
const [sortOrderValue, setSortOrderValue] = useState<string>('DESC');
|
||||||
const searchTimeout = useRef<NodeJS.Timeout | null>(null);
|
const searchTimeout = useRef<NodeJS.Timeout | null>(null);
|
||||||
const pageSize = 10;
|
const pageSize = 12;
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
initData();
|
initData();
|
||||||
|
|||||||
Reference in New Issue
Block a user