thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

[Bug]: Space missing between date(s) and price #130

Closed thombruce closed 4 weeks ago

thombruce commented 4 weeks ago

What happened?

I know the way we add spaces is a little janky too:

SomeComponent
| {{ " " }}
SomeOtherComponent

Some of those components are conditional or render nothing if there is no value to render, which could result in a string of spaces if I haven't set that up right. Something like this ought to fix that:

template(v-if="something")
  SomeComponent
  | {{ " " }}
SomeOtherComponent

Would ensure that each component is followed by a space. Don't know if there's a better way of doing that in Pug.

Anyway! There's a space missing between the dates and the price component. That needs to be fixed; it's just a good opportunity to look into the above too.

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct

thombruce commented 4 weeks ago

closed by 988e891e50de3433129ff22d47cfeb6915dc9d97