Makes a single http call to the /leads endpoint to get tags for the table on the homepage, rather than individual calls to the /leads/{id}/tags endpoints for each row in the table.
Fixes #214
Type of Change:
Code
User Interface
How Has This Been Tested?
Before
After
Checklist:
[x] My PR follows the style guidelines of this project
[x] I have performed a self-review of my own code or materials
[x] I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Makes a single http call to the
/leads
endpoint to get tags for the table on the homepage, rather than individual calls to the/leads/{id}/tags
endpoints for each row in the table.Fixes #214
Type of Change:
How Has This Been Tested?
Before
After
Checklist: