tylp / dairanotes

Dairanotes notes taking app using Tauri
0 stars 0 forks source link

feat: add routing with tanstack router #34

Closed adrien-nf closed 2 weeks ago

adrien-nf commented 2 weeks ago

Whats the role of a paperwith a note ?

what

tylp commented 2 weeks ago

Whats the role of a paperwith a note ?

what

Whats is the component Paper ?

adrien-nf commented 2 weeks ago

Whats the role of a paperwith a note ?

what

Whats is the component Paper ?

The component paper is basically just a background, to centralize the different colors of our notes. We can also apply some pre-set padding to it.

This allows us to be consistent with colors: if we look at a list of Notes, they'll have such and such color. Upon editing a note, we can open a full-size paper with the consisten background color. This may also be used in a menu with mini-notes, and such. All of these uses have different needs in implementation, but the color will always be the same.

The paper handles, mostly, the color part of notes. It can be shaped differently depending on our needs.