frederik_diamond on Nostr: My notes app now has the capability to open a directory and display its contents in ...
My 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
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