Skip to content

Commit 88ea129

Browse files
committed
fix(mobile): resolve cache sync issues, modularize notes API, and optimize swipe actions
1 parent 48e9610 commit 88ea129

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/mobile/v1/src/screens/FolderNotes/components/NotesList

apps/mobile/v1/src/screens/FolderNotes/components/NotesList/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context';
1212

1313
import { type Folder, type Note, useApiService } from '@/src/services/api';
1414
import { useTheme } from '@/src/theme';
15+
import { stripHtmlTags } from '@/src/utils/noteUtils';
1516

1617
// Constants for FAB scroll behavior
1718
const FAB_SCROLL_THRESHOLD_START = 100; // Start showing FAB when scrolled past this

0 commit comments

Comments
 (0)