Commit Graph

12 Commits

Author SHA1 Message Date
Eugenio Romano
d4e64ac438 [ADF-1434] Theming ADF component (#2228)
* start custom theming adf

* demo shell cleaning

* login mdl cleaning

* uploader mdl cleaning

* prebuilt themes

* theme picker in demo shell

* clean custom colors and mdl

* fix rebase errors

* theming from color style guide

* dev default theme orange purple

* fix color accent inverted in picker

* fix test and add colors classes

* fix tag component theming issues

* fix datatable theming

* add theming guides
2017-09-05 15:16:41 +01:00
Maurizio Vitale
8a1281475c [ADF-1039] Search results highlighting (#2080)
* Provide a way to highlight the searched word

* Add unit test
2017-08-01 11:25:32 +01:00
Will Abson
af715c3dd1 Fix file viewer from search results the second time
- Currently it is necessary to destroy the viewer between views

Refs #1315
2016-12-16 15:52:44 +00:00
Will Abson
b34a38fcff Allow navigation to folders from search results (#1209)
* Allow navigation to folders from search results

- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
  - Breadcrumb cannot currently be shown when navigating via folder id
  - Clicking between folders does not update the current route

* Allow root folder ID to be changed and have documentlist reload

- e.g switching from Company home to My Files

* New tests for navigating to folders based on ID

Refs #666
2016-12-13 09:30:58 +00:00
Will Abson
0e127c26af Update search component to work with 0.4.0 JS API
- Use new search (query) methods
- Allow search parameters to be overridden by component
- Fix up tests

Refs #555
2016-11-04 14:21:19 +00:00
Will Abson
c100412538 Rename search outputs after feedback from @DenysVuyka
Refs #371
2016-10-31 16:36:20 +00:00
Will Abson
147af98bda Restore navigation to search page in demo-shell
- Remove deprecated router component
- searchChanges and new searchSubmit component outputs work as you would expect
- Update tests

Refs #737
2016-10-04 15:40:51 +01:00
Eugenio Romano
eb68bd5f48 insert new logic in the demo Shell 2016-08-04 10:24:50 +01:00
Will Abson
4f171c8fd4 Demo shell hiding app title when search bar expanded
Refs #228
2016-06-28 09:33:45 +01:00
Will Abson
7e6616d053 Display file name in viewer after clicking on live search result 2016-06-10 14:16:37 +01:00
Will Abson
e7967fee35 Add ContentService dep to viewer comp in search bar 2016-06-09 19:07:18 +01:00
Will Abson
74c77d5028 Add new files missed from commit e67d043a54
Refs #173
2016-06-09 18:47:03 +01:00