You are browsing as a guest. Sign up (or log in) to start making projects!

2h 28m 25s logged

my final devlog of Stardance

i’m turning 19 in a few hours so this is my last thingy :3

brave browser ate my cursor so i can’t really see where i’m clicking lol


completed BaSL integration: the window now scrolls automatically + i’ve improved the UX with a Send and Terminate button

moved enter key handling to JavaScript because for some reason, .NET doesn’t get the input value before you press enter (so the input was percieved as empty on keydown)


updated Nowotes with new file dialogs

took a bit to refactor the code, i wanted a common component that does most stuff

the SaveFileDialog and OpenFileDialog have only a few lines of code thanks to this

the dialogs don’t look amazing, yeah, but you can tell directories apart by their trailing slash

you can use the input field similarly to actual file dialogs:

  • enter a directory in the current one
  • go to a directory by specifying its full path
  • open/save by providing a filename with no trailing slash, no .. (idk if the .. check works tbh)

added an analog clock cuz i didn’t want to deal with window maximizing

tiny detail: usename is now in the meta menu, which looks similar to how KDE handles it


fixed file system restoration by using the location origin instad of the href

fixed task manager buttons not being able to minimize their respective window

0
7

Comments 0

No comments yet. Be the first!