This commit is contained in:
2025-06-09 08:35:24 +09:00
parent e9e9a276c9
commit abe4f18273

View File

@ -22,7 +22,7 @@ function FeedList() {
// Pagination state // Pagination state
const [currentPage, setCurrentPage] = useState(1); const [currentPage, setCurrentPage] = useState(1);
const [pageSize, setPageSize] = useState(12); const [pageSize, setPageSize] = useState(15);
const [totalPages, setTotalPages] = useState(1); const [totalPages, setTotalPages] = useState(1);
const [totalFeeds, setTotalFeeds] = useState(0); const [totalFeeds, setTotalFeeds] = useState(0);
@ -192,10 +192,10 @@ function FeedList() {
borderRadius: "4px", borderRadius: "4px",
}} }}
> >
<option value={6}>6</option> <option value={15}>15</option>
<option value={12}>12</option> <option value={30}>30</option>
<option value={24}>24</option> <option value={45}>45</option>
<option value={48}>48</option> <option value={60}>60</option>
</select> </select>
<button type="button" className="btn btn-secondary" onClick={fetchFeeds}> <button type="button" className="btn btn-secondary" onClick={fetchFeeds}>