Summary
- Dockerfile now fails to build if lint tests do not pass
- Add coding standards to README
- UI/code cleanup to Footer
- Revise REDIS_CACHE_URL var for heroku
- Updates to notification message bar UI (#998)
- Resolved issue where the alias label would flickering on
mouseover(#996) - Added new nav item, "Sign Up" to header (#693)
- Adjusted glocal UI to truncate long email addresses (#997)
- Add tooltip to avatar icon (#977)
- Refactor search feature to account for aliases with identical labels (#966)
- Adjusted UI for Alias Search Filter (#965)
Changelog
d639fd9 Update footer hover states
d249fc7 Update footer background color
fc3940a Fix #965 - Reset button/item count overlaps search input query on fil… (#1007)
4f4761a Lint fix
0c90cf3 Update footer logo
76fa498 Matched design to Monitor
037091b Migrate footer styles into partial, rename classes/attrs to match Protocol, localize alt tags
75fff1d Update SCSS for linter, revised lint:css command to only report, not fix
1bb99e5 Lint/fixed all JavaScript, including updating eslintrc file to 7.X
4ea2553 Add lint config files to build process
3f589ca Adding npm run lint to Dockerfile so we can start enforcing a successful Docker build (and lint) as a prerequisite to merge
ab44577 Fix #998 - Change exit button color for message bars + remove space at the top (#1001)
97077f0 Fix #996 - "Stop alias name from flickering" (#1000)
056272f Fix #693 (NEW) - Add Sign up Btn in Header (#994)
5a0f4fb Fix #997 - Truncate long email on glocal menu (#1003)
30ba37e Fix #966 - Revise search feature to account for aliases with identical labels (#995)
d5e82e9 Fix #977 - Add tooltip to avatar icon (#1004)
8248225 Changing env var from REDIS_CACHE_URL to REDIS_URL to work better with heroku
af70849 Update README with coding standards (#1002)
2fccfb3 Caching: Test to get redis working on Heroku