MistyKuu

Results 8 issues of MistyKuu

Is there a way to include Subpieces in InlineDiffBuilder? I'm trying to create inline diff view but I want to higlight the changes on word level instead of line level....

Hey, I just tried to use the library but unfortunately there is no type check in .case method for return value. If I implement my reducer like this: ``` const...

Currently it's very hard to navigate in comments due to small space in the window.

enhancement

Because Bitbucket Server doesn't respond with an url attachment, it's just displayed without downloading its content. Convert BS url attachment into proper url, download it and display in comment.

enhancement

When user modify a comment in inline view scroll should be moved to recently added/edited comment. This feature already works in not inline comments.

enhancement

Currently only side by side diff displays words which were changed. In inline mode we can see only the line number so it would be good to highlight words which...

enhancement

Copied from Q&A in Marketplace: I found that making pull request leak one of the bitbucket feature. When I create PR via web interface there is a possibility to choose...

enhancement

I'd like to do this: ` ` instead of ``` {(field) => } ``` I was able to implement it with proper typing but avoiding fieldComponents. ``` export const useAppForm...