Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Update search page design (#412)
* search page new icons * search page new input style * search page new input and advanced options html * search page js controller * Make search result component and add it to search page * add search result subcomponent * Add search page logic * show results id correctly in search page * display ontology name and acronym correctly in search page * make search elements links work in search page * fix api query param error in search page * show search results definition correctly * make search page ui take all width * add empty state to search page * add search result component js * Filter Perflabs to take the most close to the search input in search page * use turbo rails in search page * get all the results from the search api in one page in search page * make search page filters work * Add ontology reuses logic * make details and visualize buttons work in seach page * add class reuses to search result component in search page * add reuses to result structure in search page * add reuse decendents in search page * Make search result component and add it to search page * add search result subcomponent * Add search page logic * show results id correctly in search page * display ontology name and acronym correctly in search page * make search elements links work in search page * fix api query param error in search page * show search results definition correctly * make search page ui take all width * add empty state to search page * add search result component js * Filter Perflabs to take the most close to the search input in search page * use turbo rails in search page * get all the results from the search api in one page in search page * make search page filters work * Add ontology reuses logic * make details and visualize buttons work in seach page * add class reuses to search result component in search page * add reuses to result structure in search page * add reuse decendents in search page * fix bugsnag gem configuration * simplify search result component by inferring some arguments * use d-flex bootstrap call instead options in the search result component * simplify the search parameters key naming to avoid duplication * convert all the functions the bp_search.js to search_aggregator.rb * extract details and vizualize buttons to functions, in search result component * fix ontologies filter and remove categories filter in search page * Clean search result component stimulus controller code * remove categories translation on search page * extract reveal ontologies buttons to a function in search result component * remove duplicated annotator_recommender_form function from home controller * make a generic stimulus controller for reveal by id * make a stimulus controller for reveal with double button * extent reveal component controller to combine all reveal controllers * remove stimulus reveal package
- Loading branch information