Rongjian Zhang

Results 166 comments of Rongjian Zhang

Submitted an issue to weblate repo: https://github.com/WeblateOrg/weblate/issues/5427

Temporarily solved by excluding these by [language filter](https://docs.weblate.org/en/latest/admin/projects.html#language-filter): `^(?!(zh|nb)$).+$`

> Some strings are not translatable Yep, we should do something in the codebase: 1. Add a key in `lib/l10n/intl_en.arb` 2. Replace the text with `AppLocalizations.of(context).yourNewKey` in the widget Then...

Great! I think we could **make it work** first, then make it better (such as design and user experience stuff) > Can I open a PR to add the required...

Thanks for the feedback. Could you please provide more device info, for example, Android or iOS, System version?

Yep, it seems that the Android webview widget may have some problems, for example #123 and #194 > setting the flutter render engine as default Makes sense. We could make...

The reason we prefer Webview previously is that inline HTML is not supported in the Flutter markdown widget. BTW, this issue could be submitted to the official repo: https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22p%3A+webview%22

Cool! Thanks for your design! I'm not a UI/UX expert, so I could not give professional advice for these logos. Personally I prefer the *Minimal Clean* one.

Another question, shall we make the App UI's primary color the same (or at least similar) as the logo? Currently the [primer color system](https://primer.style/css/support/color-system) is used. https://github.com/git-touch/git-touch/blob/508f9861d99fb74bb6e1ae4936707858bfc1bac8/lib/models/theme.dart#L141 Perhaps we could...

OK. Let's keep this issue open for more discussion.