-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setting multiple home instances #34
Comments
I've roughly implemented this feature. I've only modified m3-background and tested with Chromium as this was a proof of concept that I thought that your approval is needed. I've decided to use instance list that is already in the settings field as I thought having multiple home instances is kind of redundant when there's already an instances list. There are currently some problems to fix but the main functionality of Problems
I am willing to actively contribute to this project. Let me know what you think about this implementation. Thank you for your contributions to the lemmy community! |
Thank you, this looks great! I agree that using the existing instance list makes sense, and I think the
|
I'm not sure if I understood correctly but if you're talking about the error, it was a runtime error accessible with runtime.lastError since the context menus aren't really suppose to be created more than once per install which for this functionality is inevitable. I believe we might be fine to just safely suppress the error by using a callback like this:
Currently when the data type is invalid, no context menus get created. I think we can alternatively create ...Setup instances menu that redirects to settings page instead if datatype is not valid. Thanks for letting me in as a collaborator! Edit: I decided to leave as a collaborator as it seems unnessesary and frankly, a bit dangerous. I shouldn't be making direct push or pull any PR anyways. I'm going to make PR whenever necessary. I also strongly advise you to protect at least your main branch. In the meantime, I think something like matrix chatroom would be helpful for further collaborations. |
Thank you for the notes, I appreciate the guidance! I saw your message on the site, but thank you for adding it here as well. I checked over and updated the branch protection rules. I'll also look into the Matrix chatroom soon :) |
The text was updated successfully, but these errors were encountered: