8000 Comparing v0.2.2...v0.2.3 · colanode/colanode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: colanode/colanode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: colanode/colanode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 8 commits
  • 18 files changed
  • 2 contributors

Commits on Jun 15, 2025

  1. Configuration menu
    Copy the full SHA
    ee6b749 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    0d985b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39901d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf66b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94debc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Make sure AvatarFallback has the size prop defined as required (#77)

    The AvatarFallback requires the size prop be defined.
    This commit adds handling to ensure that it is defined when AvatarImage
     falls back on AvatarFallback.
    
    Closes #73
    eljonny authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    3d2af7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0087dfb View commit details
    Browse the repository at this point in the history
  3. 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.
    eljonny authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    dad68da View commit details
    Browse the repository at this point in the history
Loading
0