REFACTOR: Enhance Categories Page;

REFACTOR: Update ListRow component;
REFACTOR: Improve component structure and navigation; FEAT: Scroll fetching hook;
REFACTOR: Add more testing_data to database to demonstrate updated ListRow component;
This commit is contained in:
Chris-1010
2025-02-16 23:01:09 +00:00
parent 9f59810833
commit d79f617b4f
13 changed files with 240 additions and 162 deletions

View File

@@ -12,7 +12,7 @@ const themeIcons = {
const themes = ["light", "dark", "blue", "green", "orange"];
const Theme: React.FC = () => {
const ThemeSetting: React.FC = () => {
const { theme, setTheme } = useTheme();
const handleNextTheme = () => {
@@ -33,7 +33,7 @@ const Theme: React.FC = () => {
);
};
export default Theme;
export default ThemeSetting;
{/*
${isMode ?