frederik_diamond on Nostr: I fixed the first problem today. Now all subdirectories are displayed with the ...
I fixed the first problem today. Now all subdirectories are displayed with the correct nesting.
Before, all directories were displayed in the root level.
I discovered a new problem: The search function is only searching in the root directory.
Also, I still need to fix the problem where the UI does not update immediately when collapsing a folder. Currently, it requires the user to switch views before the change will update in the UI. #dev #swift
Before, all directories were displayed in the root level.
I discovered a new problem: The search function is only searching in the root directory.
Also, I still need to fix the problem where the UI does not update immediately when collapsing a folder. Currently, it requires the user to switch views before the change will update in the UI. #dev #swift
quoting note1tur…gu70My notes app now has the capability to open a directory and display its contents in the sidebar.
But it’s not fully functional yet. There are at least two issues that I need to fix:
1) The app displays all folders at the same level, even those that are subdirectories. Subdirectories should be shown below their parent directories with indentation.
2) When collapsing a folder, the change is not immediately reflected in the UI. The folder only appears collapsed after switching views.
#dev #swift