Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support opening links via robius-open #75

Merged
merged 3 commits into from
Jul 6, 2024

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. Use robius-open crate to open regular URLs

    Special `matrix.to` links are not yet handled,
    but those will be handled via opening in-app panes.
    kevinaboos committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5d3ee8f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Support opening links via robius-open.

    Special `matrix.to` links are excluded for now,
    as those should be represented specially in the app itself.
    
    Explicitly set the color of the status label at the bottom of
    the rooms list, as the default Makepad theme has changed.
    
    Depend on our own fork of Makepad, as the current `rik` branch
    from the upstream repo has an infinite loop bug when rendering emoji.
    kevinaboos committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4c4f3fd View commit details
    Browse the repository at this point in the history