DinkyInkyDog / dndtracker

a simple web application for tracking your dungeons and dragons character's health, spell slots, etc
The Unlicense
0 stars 0 forks source link

implement progress bar #6

Open DinkyInkyDog opened 1 week ago

DinkyInkyDog commented 1 week ago

With the progress bar, there is a very clear next step. I need to read the documentation about how to implement it with Vaadin.

Here's the link to the documents: progress bar

DinkyInkyDog commented 1 week ago

From looking at the documents really fast, it looks like the hardest part will be to get it to look the way I want it to. Which is a lot thicker. Controlling it will be a piece of cake. So that needs to be things I specifically look for.

DinkyInkyDog commented 1 week ago

From what I've looked up, this seems like a really good opportunity to learn about JavaScript. Instead of using Vaadin's boring looking progress bar, I'll make my own.

This will require some hardcore research and some actual dedication. I want to learn the basics of JavaScript, then the specifics about how to make the progress bar. I keep wanting to make the assets but I can't be focusing on that right now. I need to actually learn the code, then worry about the look of it later.

TODO