Lera Elvoé yagich
  • Joined on 2022-04-26
yagich commented on pull request yagich/potomark-bot-rb#2 2022-10-26 10:55:46 +00:00
only perform pinning functions on first/last pin

thanks!

yagich pushed to main at yagich/potomark-bot-rb 2022-10-26 10:29:31 +00:00
89a36914db Merge pull request 'add support for pinning and unpinning' (#1) from mud/potomark-bot-rb:feature/pinning into main
39443ef5ef use message method instead of REST API
1e6289872d add support for pinning and unpinning
Compare 3 commits »
yagich merged pull request yagich/potomark-bot-rb#1 2022-10-26 10:29:30 +00:00
add support for pinning and unpinning
yagich commented on pull request yagich/potomark-bot-rb#1 2022-10-26 10:29:15 +00:00
add support for pinning and unpinning

thanks!

yagich pushed to main at yagich/godot-control-tree 2022-10-24 19:20:38 +00:00
08bbf61416 add a few things:
yagich pushed to main at yagich/godot-control-tree 2022-10-24 16:00:55 +00:00
cdc4e3f14e import progress
yagich created repository yagich/godot-control-tree 2022-10-24 15:55:39 +00:00
yagich pushed to main at yagich/potomark-bot-rb 2022-09-18 00:09:04 +00:00
96a4fe5751 properly break from block
yagich pushed to main at yagich/potomark-bot-rb 2022-09-18 00:03:46 +00:00
8c520afafa add proper LICENSE file
yagich created branch main in yagich/potomark-bot-rb 2022-09-18 00:02:19 +00:00
yagich pushed to main at yagich/potomark-bot-rb 2022-09-18 00:02:19 +00:00
bb5ca3fd09 make message trim length a constant
a548f460d0 add functionality
a1b05103ed add Gemfiles
39aa0dc2ca add ruby gitignore
Compare 4 commits »
yagich created repository yagich/potomark-bot-rb 2022-09-17 21:46:23 +00:00
yagich deleted branch serve-on-request from yagich/tickle-godot-frontend 2022-08-25 07:25:40 +00:00
yagich commented on issue yagich/tickle-godot-frontend#15 2022-08-25 07:23:38 +00:00
bundle the main Tickle html with the app so users don't have to download it themselves

I'm considering also the option of never having to show the user the html file or the list of files.

honestly, that was my first thought when writing this issue!

We can keep a list of…

yagich commented on issue yagich/tickle-godot-frontend#16 2022-08-25 07:07:36 +00:00
create a custom Tree-style Control

this is the current mockup i have made with godot:

image

the first two items are just HBoxContainers, which provides no obvious way to…

yagich commented on pull request yagich/tickle-godot-frontend#10 2022-08-25 06:38:41 +00:00
WIP: add theme

not much in particular, just wanted to ask if the overall feel is nice. also, if i can avoid theming the dialogs, that'd be nice, they look pretty nice as is i feel. if everything looks ok, i think…

yagich opened issue yagich/tickle-godot-frontend#17 2022-08-24 14:11:04 +00:00
sync main tickle file with upstream
yagich commented on issue yagich/tickle-godot-frontend#16 2022-08-24 08:22:33 +00:00
create a custom Tree-style Control

the biggest hurdle when making this, i think, will be how to handle hovering and selecting items, since items would have to either:

  • extend Button with toggle_mode set to on (which would let…
yagich opened issue yagich/tickle-godot-frontend#16 2022-08-24 06:37:44 +00:00
create a custom Tree-style Control
yagich opened issue yagich/tickle-godot-frontend#15 2022-08-24 06:19:06 +00:00
bundle the main Tickle html with the app so users don't have to download it themselves