updated note fetching logic, README, test and minor UI change. Also deleted /Diagrams
This commit is contained in:
@@ -98,7 +98,12 @@ describe("NewNoteScreen", () => {
|
||||
mockUseNotes.mockReturnValue({
|
||||
notes: [],
|
||||
isLoading: false,
|
||||
isLoadingMoreMyNotes: false,
|
||||
isLoadingMoreWorkNotes: false,
|
||||
refreshNotes: jest.fn(),
|
||||
loadMoreNotes: jest.fn(),
|
||||
hasMoreMyNotes: false,
|
||||
hasMoreWorkNotes: false,
|
||||
fetchNoteById: jest.fn(),
|
||||
addNote: mockAddNote,
|
||||
updateNote: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user