Yap Jia Hong

Results 18 comments of Yap Jia Hong

@CKolkey I've been trying to figure out why there are no changes to the UI despite me modifying the source. My only conclusion is that I missed something you said...

I also did some more work to create the workflow for `git stash list` by adding some options to the buffer as well. I can't test it because of the...

> I'm not sure how rocks works entirely, but make sure it's using the codebase you're editing. A fast way to find out is to stick a error("I got called")...

@CKolkey I've managed to make decent progress! Now, I'm only confused at building the UI. I got the pieces to create a UI like Magit in your [earlier comment](https://github.com/NeogitOrg/neogit/issues/21#issuecomment-2053603729). I've...

@CKolkey I did all of that. ```lua M.Stash = Component.new(function(stashes) local children = {} for _, stash in ipairs(stashes) do -- Split raw output as the stash_id is useful later....

Hey, @CKolkey would you mind helping me with this? I'm still stuck unfortunately :sweat_smile:

Hi, @CKolkey I submitted your changes and made a PR https://github.com/NeogitOrg/neogit/pull/1280 could you take a look at it? :)

@jamestrew I updated the description. I added > Mark entries you'd like to open, and then press a keybinding to have all the marked entries just fill your screen in...