Files
colanode/apps/desktop
Jonathan Hyry dad68dae32 Win32 local file path URI preprocessing (#76)
Closes #68

When the desktop app is running on os.platform() === 'win32', the path
 requires preprocessing before it can be used as part of a local file
 URI.

The logical components of this fix are:
- Add / in front of an absolute path (a path with a drive root like C:)
   that is already present in *nix paths because that's how the fs
   already represents an absolute path
- Convert all \ to / to conform to the file:// URI spec

This commit adds the required preprocessing in the file-system and
 protocols modules of the desktop app and fixes the issue of the
 disappearing account button in the SidebarMenuFooter UI component when
 a custom avatar is used for the user account that is logged in.
2025-06-17 16:10:20 +02:00
..
2025-06-11 00:14:17 +02:00
2024-12-01 23:59:41 +01:00
2025-06-11 00:14:17 +02:00
2024-11-16 23:22:40 +01:00
2025-06-11 00:14:17 +02:00
2025-06-15 11:55:43 +02:00
2025-06-11 00:14:17 +02:00
2025-06-12 12:11:57 +02:00