-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for displaying and searching for account names #1246
Closed
Conversation
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
Deployed to Cloudflare Pages
|
csillag
force-pushed
the
csillag/named-accounts
branch
from
February 11, 2024 18:18
2adef43
to
7758dae
Compare
csillag
force-pushed
the
csillag/named-accounts
branch
from
February 11, 2024 18:26
7758dae
to
9caf9da
Compare
csillag
force-pushed
the
csillag/named-accounts
branch
4 times, most recently
from
February 15, 2024 18:38
bdd69a7
to
d8f9d8e
Compare
csillag
force-pushed
the
csillag/named-accounts
branch
9 times, most recently
from
February 21, 2024 17:16
4b72f48
to
7d773ae
Compare
csillag
changed the title
Initial support for displaying account names
Support for displaying and searching for account names
Feb 21, 2024
csillag
force-pushed
the
csillag/named-accounts
branch
10 times, most recently
from
February 23, 2024 02:31
cebc8f3
to
429b496
Compare
csillag
force-pushed
the
csillag/named-accounts
branch
11 times, most recently
from
February 28, 2024 10:13
d76a3c1
to
cf0f431
Compare
With this, we can adaptively truncate text based on the available space. When truncated, we can display the full version in a tooltip.
With this, we can adaptively truncate any content based on the available space. When truncated, we can display the full version in a tooltip. The shortened version is generated using a user-specified function.
csillag
force-pushed
the
csillag/named-accounts
branch
from
April 30, 2024 21:31
cf0f431
to
12e5cb3
Compare
Merged
Closing this in favor of #1398, which can handle more data sources, and has been refactored. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR depends on #1290.Provide UI support and some hooks for account names.
Additionally, names for Pontus-X are loaded from their data source. (But only if someone browsers that layer.)
Searching for names is also supported. (But currently produces results only on Pontus-X, since there are no names on other networks.)
Depends on #1396 and #1397.