-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52c0923
commit 300a45f
Showing
4 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ | |
font-weight: bold; | ||
overflow: hidden; | ||
white-space: nowrap; | ||
text-overflow: ellipsis; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 300a45f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ještě pro příště prosím do message commitu dávat něco víc než číslo issue, protože teď se nelze na GitHubu z issue #32 (reference) dostat kliknutím na daný commit (jen zpět na to issue) :-)
Neměl by i zde být ten prefix? A proč vlastně voláme sort, když známe index, takže by stačilo vzít prvek na pozici foundIndex a přesunout na začátek? (Chápu, že při 100 prvcích je celkem jedno, jakou to má složitost a sort bude optimalizovaný, ale stejně.) Alternativně by foundDuplicate nemusel být ten index, ale text na tom indexu, čili ten prefix.