Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 49)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#54 fixed use https for external resources borja borja
Description

When deployed in staging or production, we do use https, but the requests for map tiles and some fonts are http, we should switch to https for that.

#52 fixed map screenshot not being generated properly (randomly) borja borja
Description

Basically, some times it seems chrome takes the screenshot before the map is fully loaded, which ends in maps like this:

map generated on staging.openworkouts.org

Which are totally useless.

We need a way to reliable generate those maps.

(hint: maybe look into how to make chrome wait for the map to be loaded?)

#51 fixed Profile images are too big borja borja
Description

Basically we serve the same image the user provided us with, everywhere. We do some scaling, but only at css/styles level, which means that the full-sized image has to be loaded even on devices with small screens.

We need to implement some code to serve the image in different sizes, then pick up the proper size when we are rendering those profile pictures.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.