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

Show three sessions side by side on the program #240

Open
kmccurley opened this issue Dec 5, 2023 · 1 comment
Open

Show three sessions side by side on the program #240

kmccurley opened this issue Dec 5, 2023 · 1 comment
Assignees

Comments

@kmccurley
Copy link
Member

The problem with our current display of tabbed sessions is that nobody can search in the page. There are various ways to fix this:

  1. just show them side-by-side in a standard size container by changing the program.js to only use tabbed sessions for 4 or more sessions.
  2. same as Title not sizing correctly #1 except put the time for the session at the top of the session.
  3. same as Title not sizing correctly #1 but make the container wider with a media query.
  4. create a search bar on the program. This would search the json and then bring whichever tab was required into focus. This is a lot of javascript to write.
@kmccurley kmccurley self-assigned this Dec 5, 2023
@kaymckelly
Copy link
Member

Compromised to display three sessions side by side except on sizes medium or smaller as of #248. Is this sufficient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants