IACR / conference-template

Reusable conference website template for all IACR events
6 stars 9 forks source link

Show three sessions side by side on the program #240

Open kmccurley opened 11 months ago

kmccurley commented 11 months ago

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 #1 except put the time for the session at the top of the session.
  3. same as #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.
kaymckelly commented 7 months ago

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