mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #25] Allow translations table to scroll horizontally #19
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samuelbradshaw on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/25
I just learned about this app today, and I'm excited to start using it!
Because my project has a lot of languages, I'm seeing an issue where each column is really small by default, and when I manually expand a column, the columns at the end get even smaller.
Is it possible for the view to scroll horizontally, so that columns can be wider?
@heysem-useinsider commented on GitHub (Sep 15, 2021):
Hi, I know how unusable the app gets when there are more than 5 languages, a horizontal scroll might make it a bit better but I don't think It completely solves the problem. That's why I was working on a way to hide all columns and keep only the ones currently needed.
But I'll add the horizontal scroll anyways since it's a lot easier to implement.
@samuelbradshaw commented on GitHub (Sep 15, 2021):
Thanks! I frequently need to reference several languages at once, copying translations in and out from different sources, so for me, horizontal scrolling with all languages visible is more useful than only showing some of the columns. I think both solutions could be useful, though, for different use cases.