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

add theme support in browser edition #4304

Merged
merged 5 commits into from
Nov 2, 2024
Merged

add theme support in browser edition #4304

merged 5 commits into from
Nov 2, 2024

Conversation

Simon-Laux
Copy link
Member

@Simon-Laux Simon-Laux commented Nov 1, 2024

  • remove unused runtime.resolveThemeAddress.
  • sort event callback functions by whether we can implement them
  • make themes work in browser edition

I intentionally left out --theme-watch for now. It is semi-hard to implement here and there is not much advantage to developing a theme with the electron version.

@Simon-Laux Simon-Laux added this to the Tauri Project milestone Nov 1, 2024
the result was not used so I thought maybe the error was used? but turns out it called the wrong electron ipc function. And I can't think of an important reason why it should be fixed instead of removed. we don't store absolute paths for themes in config, maybe we did in the past, but now we certainly don't need it anymore
Copy link
Contributor

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed by testing

@Simon-Laux Simon-Laux merged commit d619d2d into main Nov 2, 2024
10 checks passed
@Simon-Laux Simon-Laux deleted the simon/browser-themes branch November 2, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants