Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !413

Make sure event feed registered indication is correct

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Sébastiaan Versteeg requested to merge fix/events-status-agenda into master Mar 17, 2017
  • Overview 0
  • Commits 3
  • Changes 13

Before there was no check whether or not the events needs registration. Now there is.

Also, the CSS wasn't correct. It should be now. I also translated the listview JavaScript.

Plus: I changed the icon colours to dark grey/magenta because red/green is not really clear.

Homepage:

Before:

  1. Open the homepage
  2. Notice that you're (not) registered for an event.
  3. The circle is located in the vertical center of the card
  4. The circle is red (not registered) or green (registered).

After:

  1. Open the homepage
  2. Notice that you're (not) registered for an event.
  3. The circle is located in the top-right of the card
  4. The circle is grey (not registered) or magenta (registered).

Events list page:

Before:

  1. Open the agenda
  2. Click on 'list' for the listview
  3. Notice that you're (not) registered for an event.
  4. The circle is located in the vertical center of the row.
  5. The circle is red (not registered) or green (registered).
  6. When you expand the row the circle is in the vertical center of the whole big expanded row.
  7. All events without registration have circles

After:

  1. Open the agenda
  2. Click on 'list' for the listview
  3. Notice that you're (not) registered for an event.
  4. The circle is located in the vertical center of the row.
  5. The circle is green (not registered) or red (registered).
  6. When you expand the row the circle is still in the same place as it was before expanding.
  7. All events without registration do not have circles.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/events-status-agenda