trashhalo's feed

  • 8 years ago
    Comment trashhalo

    Would like to add to your feedback since people seem to be reading this thread

    * please put a much more prominent contact us button on the page. It took me way too long to figure out who to send bug reports too.
    * I know you guys will have a mobile app soon but please fix rendering on iPhone safari. Everything is so small and I have to slide this page around to get stuff in view.
    * Publish an api!!!

    Spent some time poking around your js code last night.
    * your littering the global namespace with all your function declarations. It's considered a bad practice due to possibility of collisions. Put everything under a single global object.
    * 99% of your ui code is Dom building in jquery. This isn't going to scale as you build more features. Pick a modern js framework. Angular. React. Jsblocks. Etc etc. I promise you future you is going to regret all these jquery calls.

    show moreshow less
  • 8 years ago
    Achievement trashhalo

    Rock Star

    Followed by 2/2 members! Congratulations trashhalo on this achievement!

    +1310 XP
  • 8 years ago
    Level Up trashhalo

    Level 2

    trashhalo is now level 2 with 1,080 XP.

     View Unlocks  
    • Profile Title You now have the ability to enter a profile title.
    • Tribe Membership The maximum amount of tribes you can join has been raised by 5 to a total of 55.
  • 8 years ago
    Comment trashhalo

    Just a guess but it looks like their page design drops the sidebar if the page shrinks enough.

    https://i.imgur.com/B5gaJC9.png vs https://i.imgur.com/56emEHj.png

    Instead of removing the side bar they need to move the buttons somewhere else.

  • 8 years ago
    Comment trashhalo