Skip to content
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

Conference links usability #1095

Open
garloff opened this issue Jan 29, 2025 · 2 comments
Open

Conference links usability #1095

garloff opened this issue Jan 29, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@garloff
Copy link
Member

garloff commented Jan 29, 2025

When using the link: attribute for conferences, the whole entry can be clicked upon.
This is not obvious for users, you can't see which entries have such links and which ones don't.
In addition, sometimes, we might want to have more than one link, such as linking conference program, proceedings, videos, ...
Think about improving our engine here, so we can display more information and make it more obvious.

@garloff garloff added the enhancement New feature or request label Jan 29, 2025
@garloff garloff self-assigned this Jan 29, 2025
garloff added a commit that referenced this issue Jan 30, 2025
Some Conference contribution entries have a link, some not.
(Most should!)
The ones that do support clicking on the item to jump to it.
The ones that don't have an empty link, resulting in the browser to
reload the current page. Mouse over is the only way to fint out for
users that I'm aware of.

Change two thing:
- Avoid empty links.
- Add a link symbol if we do have a link.

Signed-off-by: Kurt Garloff <[email protected]>
garloff added a commit that referenced this issue Jan 30, 2025
Some Conference contribution entries have a link, some not.
(Most should!)
The ones that do support clicking on the item to jump to it.
The ones that don't have an empty link, resulting in the browser to
reload the current page. Mouse over is the only way to fint out for
users that I'm aware of.

Change two thing:
- Avoid empty links.
- Add a link symbol if we do have a link.

Signed-off-by: Kurt Garloff <[email protected]>
@garloff
Copy link
Member Author

garloff commented Jan 30, 2025

Seems to work nicely, see staging.
We have just a link icon (font-awesome "link") ahead of the title for conference entries with link.
Note that this is not in any way qualifying the link -- sometime we link the event, the event schedule/program, the particular session in the event schedule, the video, the proceedings.
This is something we would do better of we start from scratch, but I don't feel like going through all links and qualifying them after the end ...

The second part (yet to be done) would be to allow for additional links; there is space below the slides link.
Fitting the first reasoning, these would be without explanation or specific symbol also, just random additional links ...

@garloff
Copy link
Member Author

garloff commented Jan 30, 2025

OK, I attempted to do the 2nd part, but the way things are formatted, the links seem to apply to the whole div,
I'd need a new div ...

fkr pushed a commit that referenced this issue Jan 31, 2025
Some Conference contribution entries have a link, some not.
(Most should!)
The ones that do support clicking on the item to jump to it.
The ones that don't have an empty link, resulting in the browser to
reload the current page. Mouse over is the only way to fint out for
users that I'm aware of.

Change two thing:
- Avoid empty links.
- Add a link symbol if we do have a link.

Signed-off-by: Kurt Garloff <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant