rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Style Sorting Arrows #124

Closed garettarrowood closed 2 years ago

garettarrowood commented 2 years ago

Summary

As an admin, I'd like to know I can click on a table column to sort it, and clearly see what direction the sort is in, so that I can manage my volunteers.

Things to Consider

Sorting is working for the first and last names of Volunteers (maybe more by the time this is picked up). However, the up and down arrows appear either on top of, or way about the name headers:

Screen Shot 2021-10-24 at 4 04 49 PM Screen Shot 2021-10-24 at 4 07 57 PM

Criteria for Completion

kellyeryan commented 2 years ago

This one is taken care of in story #94 and PR https://github.com/rubyforgood/inkind-admin/pull/129

garettarrowood commented 2 years ago

Resolved in #129