So i accidentally made this a new project even though it was a restart so i had to do some relinking anwyays heres the 2 dev logs that got deleted as collateral damage of my poor setup
…………………………………………………………………………………………………………………………
Restarted Project
i was tired for my first attempt at an OS so i gave it a second go (and i wanted to get it rated instead of as a mission)
-I made afunctional top bar that updates time realtime
-added a battery widget in the top bar that tracks battery
-added a dock at the bottom(not been pushed to github yet)
-added a notes app(in progress & not been pushed to github)
unlike my last attempt this time i seperated all my files my script, css, and html! this not only made it easier to read, it also amde it easier to edit and made this iteration much faster to implement than the last where it took me almost 4 hours to get to the same point! while i was working on my dock on the bottom i noticed that using transform: translate(-50%, -50%) that the dock was always may pixels above the bottom even when “bottom: 0%” so i edited. i didnt realize that the culprit was was the transform and spent 20 minutes before i finally igured out hwo to fix it and changed it to translate(-50%, -10%).
…………………………………………………………………………………………………………………………
I added a draggable windows and the first app which is a notes app!
-fixed off center time
-added app dock that functions
-made a functioning notes app
-added draggable windows
-added closable windows
during this session i had one big problem i spent an hour fixing it. it was the save notes button which i added an onclick to but when i did so nothing happened. i thought the logic was wrong and proceeded to spend an hour trying to fix it but after words i noticed that i forgot to type function before the initializing the function and just wrote the function name. I was pretty frustrated at how simple the fix was and now i feel like i lost an hour of my life Lol.
…………………………………………………………………………………………………………………………
anyways the project can be tested on github pages!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.