Brylie Christopher Oxley
Brylie Christopher Oxley
I will make an initial db table structure during this PR, but won't replicate the exact or full Gramps structure during the initial work.
I am thinking of localization here too. Since Gramps Online is, by virtue of being a web app, a multi-tenancy project, we will need to allow UI strings to be...
@Nick-Hall want to have a voice chat sometime?
Thanks for the comment @jpek-m. I am also based in Finland, and commute to Helsinki about three days a week. Perhaps we can meet to discuss how we can collaborate?
> Gramps itself is localized by gettext. If possible you'll save a lot of time and translator effort by reusing those strings and message catalogs as much as you can....
> Using strings where one should use enums is a code smell, but when done the strings shouldn't be localized as it only introduces extra cost with no benefit as...
> What chat software do you use? I try to use WebRTC, so participants don't need a dedicated software or account. E.g. https://meet.jit.si/Gramps
For clarification, it looks like the text field should populate from the `form.text` data binding, correct?
This is a general JavaScript question, but the function is in a different scope than the LiteDom instance. So, you would have to figure out a way to import the...
@kethan if the function is defined outside of the JavaScript scope where the LiteDom instance is defined, you have to import it into the same scope as the LiteDom instance....