• Daniel's avatar
    Added `selectedTab` to global search state (#214) · 1c286309
    Daniel authored
    Breadcrumbs will return to the correct search tab and page index
    
    - Added selectedTab to global search state, removed selectedTab from SearchPage state.
    - Simplified SearchPage logic. Every action first updates the page URL, which is then read by componentDidUpdate and compared to the current state to determine if an action needs to be taken.
    - Split SearchResponsePayload into SearchResponsePayload and searchAllResponsepayload
    - Added jest mock functions to mock router history functions.
    - Clicking breadcrumb does not re-execute a search
    - Fixes redirect issue creating multiple window.history entries.
    1c286309
Name
Last commit
Last update
.github Loading commit data...
amundsen_application Loading commit data...
docs Loading commit data...
example/docker/neo4j/conf Loading commit data...
tests Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
docker-amundsen-atlas.yml Loading commit data...
docker-amundsen.yml Loading commit data...
public.Dockerfile Loading commit data...
requirements3.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...