Philip Waritschlager

Results 359 comments of Philip Waritschlager

> I showed screenshots in https://github.com/phil294/GitLG/issues/151#issuecomment-3194373120 before creating MR to get some feedback, but no luck. ahh, I *knew* there was something you posted about this, there it is >...

Me I use the repo selection dropdown menu all the time, it definitely needs to stay. Option to remove it, sure why not! This can also be done via the...

> However that does what I want if the branch is in vicinity. Only a bit cumbersome if not. Then I have to first jump to the commit by knowing...

Here ![image](https://github.com/user-attachments/assets/33d0e74d-ab92-4ca4-856c-4f80cb9f6e70) you can click on All branches and then on any branch, left click, right click, click&drag.

well there *is* a filter for branch name at the top right :P But yeah let's put this in a dropdown / better UI and maybe actually next to the...

I'll work on this next, as the branch names' discoveribility is the worst part of the extension currently. Not sure when yet though.

great idea, I'll comment in the other thread and eventually implement it here

...since it is possible to do the exact thing in GitLG that @ackvf demonstrated in his windows file exporer gif, this should be an easy feature. The range-diff button should...

Regarding the selection UI, #75 is related to this - the range determination algorithm would definitely be handy. But for now, I wanted to add a preliminary version that "just...

Another problem: ![image](https://github.com/user-attachments/assets/11411583-7916-4dd6-a1a5-7fbc8e2d16d8) Trying to fix the boolean value by making a type cast using JSDoc. The typing is one thing, but ts-plugin(1005) complaining about a missing `;` here as...