Comment on Reitti v2.0.0: Introducing Memories – Transforming Your Location Data into Personal Stories

skbo@lu.skbo.net ⁨1⁩ ⁨week⁩ ago

Hi Daniel,

I saw that you released the 2.5.0 version and I installed it right away!

Now that the french translation is complete (though I think it still needs a bit of polish, to be more concise, especially when the context is clear), I saw some places that still show untranslated strings.

Here they are (I listed them by access point):

I also started to use the sharing options with other members of my family, and, I think I saw someone already proposing this, I really like the idea of setting our own path color.

Moreover, the colors that can be selected are all solid, and for some trips, it can be a bit overwhelming, I think it could be nice to be able to select a level of transparency for each one. In the meantime, I used the custom CSS feature to do that on a broad level, and I also added a more lighter theme, because I was feeling a bit too oppressed by the darker feel of the left of Reitti’s screen.

Here is my full CSS file, with the light theme and the path opacity, for anyone that may be interested:

/* Light theme */
div.timeline {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.19) 0%, rgba(59, 59, 59, 0.09) 76%, rgba(255, 255, 255, 0) 100%);
}
.timeline-entry {
  color: #fff;
  text-shadow: #000 1px 0 10px;
}

/* Path opacity */
.leaflet-interactive {
  opacity: 0.6;
}

source
Sort:hotnewtop