-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Desktop: Show installed plugins in Help - About Joplin #6143
Comments
Hey..can I take this issue? |
go for it |
Actually am very new in this.. can you tell me what exactly I need to do ? I would be glad if you can help |
On high level:
|
Was this discussed on the forum? If so, please add the link in the description. I'd rather go for something similar to |
I sent a message to Laurent and we was fine with it. But I see your point - I assumed this dialog is just like every other view and the list could be made scrollable. But now having looked at how it's done I am no longer sure. The idea was that often when someone reports an issue the 1st question is "what plugins do you have". If we could add this info to the version it should save some time. |
I totally understand the reasoning behind it. I think it makes sense to put it in the About dialog or at least add the installed plugins, when you click the We can always add a |
This is what Android Studio does. I agree this makes more sense. I suggest when someone implements this we have a look and if it does indeed messes up the dialog we can ask to implement only the copy - the difference between the 2 approaches looks to be trivial. |
Could the list of plugins just be within a scrollable frame within the main about dialogue box? (I'm sure there is a technical term for what I mean). This actually is how software I use at work displays installed drivers which can easily exceed 100 on some systems. |
From a quick look I think that dialog only supports plain text |
I'd love to help ... is it assigned or I could still work on it? |
If you read the comments above, you'll see that Aman-Mandal was going to work on it. |
I'm new to all this, does it mean that I can not do anything related to this issue now? |
Well you can, it just may not be the most useful thing as someone else has already starting working on this and may be first to submit a PR. |
Okay thanks |
Hey you can go ahead.. am sorry , am unable to solve this issue |
Is this issue still available? If yes, I would like to fix it! I have read the above comments. What is the expected outcome - scrollable frame or ... followed by a few plugins? |
Have you read the closed PR that is linked just above your comment? There are comments in there and things you need to be aware of. |
Yeah, I have already read that and the problems with that commit. I always comment after reading the above discussion! But it is always good to first ask the moderator before working on the issue. Let me go through it. |
The goal is in the issue text:
There are other comments pointing out that the popup being used doesn't support anything beyond plain text so I don't think scrolling is even an option. |
There is newly (as in the last few days) updated documentation on test units so make sure you read that: https://github.com/laurent22/joplin/blob/dev/CONTRIBUTING.md#automated-tests |
Thanks, I will go through it and will soon raise PR :) |
Hey, I am still not getting how to add tests for this bug fix . Please help! I have read the documentation of Jest but couldn't find a suitable test for this bug fix. |
To start with this is an enhancement, not a bug fix so therefore tests are even more critical that they are included. If you want to ask specific questions about how to do something like that then I would advise asking in the forum development category but you won't get anywhere just asking "how to I do it" because that is a vital part of the challenge of adding a feature or creating a fix that you need to overcome. You at the very least need to demonstrate specifically what you are stuck on and what you have already done. Otherwise you should look at other merged PRs and see how they have implemented tests so you can understand what you need to do. |
Ok, thanks I will ask my doubts in the forum. Further, I will look at the previous merged PRs tests. |
@rookieCoder9 , are you done with the tests or are nearing the end given that you have not made a pull request. Can I help in any way? |
There is no merged PR for this and you are running prod so this is entirely expected. |
What you mean by prod I didn't understood |
Literally in your screenshot |
Ok I got it |
The text was updated successfully, but these errors were encountered: