A website for listing and comparing prices published by Croatian stores, as required by local law since 15th May 2025.
cijene = 'prices' in Croatian
Note: you may want to translate the page to your language in your browser since it's all in Croatian
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Ship 1
This ship is currently being voted on by the community. Check back later!
Added store info (address, city and a link to google maps) in a dropdown in the prices list table. Unfortunately it was not really easy to make only one dropdown at the same time (so opening a new one closes the previous one) and avoid choppy animations, it always looked bad and not consistent on different browsers.
Finally managed to center elements while handling both cases if a scrollbar is visible or not, without exaggerating css transforms.
A neat trick for CSS: calc(100% - 100vw) on a full-width element equals the width of scrollbar, or zero if scrollbar is not visible
Also, docker works much better than systemd :)
Random image because I can't really showcase it better