Lera Elvoé yagich
  • Joined on 2022-04-26
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

yagich commented on pull request yagich/tickle-godot-frontend#10 2022-08-23 09:12:03 +00:00
WIP: add theme

darker clear color, changed display font to Fira Sans, changed content font to Fira Sans Light. thoughts?image

yagich pushed to theme at yagich/tickle-godot-frontend 2022-08-23 09:11:51 +00:00
ea3c36f534 change font to Fira
yagich pushed to main at yagich/tickle-godot-frontend 2022-08-23 08:48:02 +00:00
c0759f0cbe add vscode folder to gitignore
yagich commented on issue xananax/tickle#4 2022-08-12 04:50:59 +00:00
enhancement: open external links in a new window/tab

not opening links in a new tab sounds like good default behavior, i agree. but i also think it should be an option. i imagine inline html would work with the markdown parser?

yagich commented on pull request xananax/tickle#5 2022-08-11 19:35:53 +00:00
testing moving the functionality into small modules

reposted from discord to continue discussion from there:

all in all, im down for separating it into modules, i think the benefits outweigh the malefits i do have a few concerns we could iron…

yagich pushed to theme at yagich/tickle-godot-frontend 2022-07-18 20:17:05 +00:00
d7b1645943 change the clear color to be darker
yagich opened issue yagich/tickle-godot-frontend#12 2022-07-18 20:14:36 +00:00
disable the content TextEdit on app start
yagich commented on pull request yagich/tickle-godot-frontend#10 2022-07-18 20:08:05 +00:00
WIP: add theme

still missing: clear color, better fonts. i think everything that is used is themed, except the popup dialogs, but i kinda like them that…

yagich pushed to theme at yagich/tickle-godot-frontend 2022-07-18 20:02:17 +00:00
4076dbc251 add more controls to theme