Lera Elvoé yagich
  • Joined on 2022-04-26
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
yagich opened issue yagich/tickle-godot-frontend#14 2022-08-24 06:11:10 +00:00
make the file tree and server handle subfolders
yagich opened issue yagich/tickle-godot-frontend#13 2022-08-23 09:49:00 +00:00
add new/delete/rename file buttons
yagich pushed to theme at yagich/tickle-godot-frontend 2022-08-23 09:20:44 +00:00
3437aa0abd Merge branch 'main' into theme
c0759f0cbe add vscode folder to gitignore
47dc68028c Merge pull request 'make the endpoints at request time' (#9) from serve-on-request into main
e44cac165a sync http-server with upstream and properly check for endpoints
3d2fd37191 make the endpoints at request time
Compare 5 commits »
yagich pushed to theme at yagich/tickle-godot-frontend 2022-08-23 09:20:07 +00:00
e80043bd6b change font to Fira
ea3c36f534 change font to Fira
Compare 2 commits »
yagich commented on pull request yagich/tickle-godot-frontend#10 2022-08-23 09:15:44 +00:00
WIP: add theme

committed the vscode folder by mistake, damnit