Back
Offbeat Corgi
Load previous page…

@lenilsonjr animal pictures? where?

otherwise, i'd be cool also with helping new members, but as Mo suggested, a quick switch somewhere to be able to opt out during holidays or time of travel would be helpful.

  • proof of residence + ID copy for KYC process?
  • attaching receipt to accounting app?

Burger King because they fight for the good cause : www.youtube.com/watch?v=ltzy5…
jkjk

on a more serious note, Muji, because of their focus on product. They dont care much about the rest. They don't do big marketing, branding, PR and stuff. And they don't even brag about not doing it.

Now I want to be the Muji of the interwebs.

I'm not the best at image sizing but heres my "rules" when used in css:

  • use different versions for different screens type. I always have a 1x version for basic screen and a 2x version for high-dpi screen

  • use different versions for different screens size. mobile, tablette, laptop, big monitor if needed. Of course this is not needed if the size of the image is the same for all device, but if you use a full width image for example, you'd want to adapt it.

So if i have a 1200x1200 px (rendered size) image, i'd load with media query: ± 600x600 for mobile, ± 1200x1200 for highDPI mobile and desktop, and ± 2400x2400 for highDPI desktop. (and maybe one or two for tablette in-between)

PS: you can target highDPI screen with @media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2){}

@marckohlbrugge, are you using a style library on top of neat, or is it you own style you created and reuse for betalist and wip chat?

@marcantoinefon I just write my html/css (or haml/sass to be specific) as I go along. Any design similarities between WIP and BetaList are just my unoriginality in design choices haha. Not reusing any stylesheets.

Each product has its own questions section now, so i guess you could create one there with your suggestions/feedback : wip.chat/products/15/questions

Oh, another thing, not directly related to /launch /milestone, but can be... I'd really like to have a way to organize my todo by features/ epic ... so for example my next milestone will be a launch a 3 features, each of them having like 20-30 todos in them.
Maybe too complicated, but the idea would be not only to have a /milestone for things done, but also a roadmap for theses milestones