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

Stuff to fix on the wiki: #7

Open
eyesmo opened this issue Dec 3, 2021 · 2 comments
Open

Stuff to fix on the wiki: #7

eyesmo opened this issue Dec 3, 2021 · 2 comments

Comments

@eyesmo
Copy link

eyesmo commented Dec 3, 2021

  1. On the main page, some title sections have text that's partially cut off.
  2. On the main page, when you mouse over the icons on the menu sidebar, the dropdown menu appears with a gap between it and the icon, such that when you mouse over to try to click on the dropdown it disappears before you can click.
  3. On the 'A Clash Of Overhangs' page (https://2021.igem.org/Team:Open_Science_Global/Wetware/A-Clash-of-Overhangs), the first two text diagrams in the part type switching section have too much white space in them, causing the diagrams of the BsaI and BtgzI binding and cut sites to get messed up. Need to delete ~10 spaces between each.
  4. In the Wetware section, for each subsection page, there are no hyperlinks that take you back to the main Wetware page or to the next subsection
  5. In the parts collection, part definitions look like hyperlinks to the Biobricks registry, but can't be clicked on (have to copy and paste the URL into a browser)
  6. In the parts collection, a bunch of the Registry URLs for our parts don't match the parts described (e.g. one describes a LacO operator but links to one of the SecTag library plasmids)
@jcahill jcahill added this to Events Dec 4, 2021
@jcahill jcahill added this to the iGEM 2021 Wiki Thaw milestone Dec 4, 2021
@jcahill
Copy link
Member

jcahill commented Dec 4, 2021

  1. will put updates in Styles #6
  2. same as Fix navbar/sidebar hover behavior #4
  3. doesn't look like it at first, but this is just caused by an interaction between text-align: justify and overflow. easily fixed on desktop by allowing the diagrams width: 105%. will check if same fix works on mobile and put updates in Styles #6
  4. i had a particular breadcrumb pattern to use but we ran out of time during submission. will dig it up and put here.
  5. this is caused by some copy/paste or find/replace error that closed the link tags. i'll fix it and put further cleanup in Styles #6. it looks like almiro had to use the html table generator i linked rather than the built-in parts collection renderer for some reason, so i'll look at cleaning that up.
  6. will make lists to compare and put updates in Document parts #2. additionally, can you look over Basic Parts and Composite Parts and pluck out which one(s) need their category fixed?

parts links

<!-- incorrect -->

<td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank" rel="noopener noreferrer"></a><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></td>

<!-- correct -->

<td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></a></td>

@jcahill
Copy link
Member

jcahill commented Dec 18, 2021

  1. fixed
  2. fixed
  3. fixed
  4. fixed
  5. fixed
  6. wontfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants