Added a navigation bar on top of the Trip page. It's now more clear which users trip you're viewing. Still unsure about gray, but I think it fits alright π€
Fixed 3 bugs that was literally in front of my eyes for 2 days that I totally missed... It's crazy what things you can discover by NOT staring yourself blind at code π±
Solved a bug where users that were not logged in, could still sign out. The bug itself was only in the admin panel where it said "nobody" logged out, which is true... but still took a while to figure out π
Applied a bit of magic from the RefactoringUI-book to Venture Cost. Nothing big, just decided on exact color codes and learned a bit about HSL instead of RGB
Added Expenses by Category-view! Simple, but very helpful π
Made city cards 2 by 2 on mobile. Still looks good π
Updated picture for Canggu, Bali
Due to heavy request (2 people), I've decided to redesign the city card. Thank you @friz π
Feedback please, which looks best... A or B? π€
Tomas Woksepp
Author
Do you know why? π€ I do prefer the first one as well, but I can't put my finger on it!
Started implementing a few design ideas I got from the book
Been tired all day, but still managed to get way further than expected on the city-page (Started from nothing) π
Tomas Woksepp
Author
Most likely in the end of Januaryβ¦ I thought I could launch in before the start of 2019, but selling tons of items from my apartment and catching up with friends has taken way too much time awayβ¦ Going to travel and have 100% focus in 2 weeks π
Fixed a bug with profile picture not updating on client side after changing it
Made header responsive
Fixed Registration problems - Thanks everyone who reported this the last 2 weeks (nobody ππ₯)
Fixed a bug where updating profile pictures would throw weird errors (Wrong version of Imagick)
Updated all my domains to properly forward www to non-www through nginx
Prevented users from adding expenses on trips that are upcoming
All costs are now 100% based on the users computer time, rather than server time when calculating the cost per month
Fixed a bug with Trip budget showing weird results..
Tomas Woksepp
Author
TIL: 0 in Javascript means 0, but 0720 doesn't mean 720. Probably has something to do with HEX-conversion somewhere, but that's uninteresting; I know how to fix it at least βΊοΈ
Added color coded status for trips on the Profile page. Way easier to scan for the current trip you're on now!
Fixed bug with incorrect monthly cost on user page
Re-configured my nginx server to allow multiple domains, I'm a Linux nerd now π€
Made hamburger-menu for less important pages in the header
Setup a local Nginx server, works perfectly! Moving it to the official server now π
Tomas Woksepp
Author
Success! Moved from Apache to Nginx, thanks a ton @sergio <3 The performance is even more π now!