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

Erick homepage content picker #41

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

LinnierGames
Copy link
Member

closes #22

Additions

  • tabs/pills for the project cell in the homescreen
    • description, members, area requests and events

Changes

  • mobile viewports use area_request-table.jade and events-table.jade located in views/partials/atoms

@blhough blhough temporarily deployed to srjc-cs-website-pr-41 December 18, 2016 06:38 Inactive
@LinnierGames
Copy link
Member Author

not quite done but almost there, just some small tweaks :3

using the same table
@blhough blhough temporarily deployed to srjc-cs-website-pr-41 December 28, 2016 20:25 Inactive
@LinnierGames
Copy link
Member Author

@blhough can you help me out on why i can't cycle through all of the tabs on the homescreen shown here
temp

i think it's bc how i set the tabs inside the tab-panel but i'm not sure where to look on fixing that

@blhough
Copy link
Member

blhough commented Dec 30, 2016

@LinnierGames It is probably because the tabs are not being use quite as intended. I realize you don't want the tabs visible though.
image

The reason it will not cycle is because after the a-tag is clicked once the active class is toggled on it

before click
image

after click
image

Manually removing the active class from the a-tag each cycle allows for multiple cycling of the tabs.

Try removing data-toggle="tab" from the a-tags and see if that fixes it.
Otherwise you may need to hack it a bit to remove the active class after every click.

@blhough blhough temporarily deployed to srjc-cs-website-pr-41 January 11, 2017 01:18 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design : Top Projects' Content Viewer
2 participants