Gitea: UI New Repository/Migration : show full organisation name in menu selection

Created on 26 Jun 2018  路  7Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.4.2
  • Git version: 2.1.4
  • Operating system: Linux Debian 64bits
  • Database (use [x]):

    • [ ] PostgreSQL

    • [ ] MySQL

    • [ ] MSSQL

    • [x] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [x] Yes (It should but try.gitea.io is currently down)

    • [ ] No

    • [ ] Not relevant

  • Log gist:

Description

It should be good to see full organisation names to choose the good one.
in "New repository" or "New Migration".

I fail to work with organisation like :

  • tst2005-github-pull-readonly
  • tst2005-github-push-done
  • tst2005-github-push-todo
  • etc.

Screenshots

gitea-ui-show-org-long-name

kinui revieweconfirmed

Most helpful comment

recent activity
@stale bot please just go die ;-)

All 7 comments

The name is also truncated on the page refreshed just after an organisation created.

gitea-ui-create-org-name-truncated

The top rigth button truncate the name at 7 characters ... really ?!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

recent activity
@stale bot please just go die ;-)

@tst2005 still needed?

houver mouse over shorted org print help text with full name

@6543 yes I still need it. it is still not critical, just QoL. Thanks!

OK basically the issue is that we use .ShortName 20 to deliberately shorten the name to 20 characters.

I've had a look at trying to add class="text truncate" in opportune places but we would need to adjust the y-size of the inline blocks to make sure that the icons aren't clipped and that descenders and ascenders in the text aren't simply clipped.

It's a bit fiddly.

I understand. The UI world is a maze of pain :P

Was this page helpful?
0 / 5 - 0 ratings

Related issues

haytona picture haytona  路  3Comments

thehowl picture thehowl  路  3Comments

adpande picture adpande  路  3Comments

lunny picture lunny  路  3Comments

jorise7 picture jorise7  路  3Comments