- 22 Mar, 2019 1 commit
-
-
Tamika Tannis authored
* Consolidate un-nested containers * Consolidate TableDetail related containers * Consolidate FeedbackForms
-
- 21 Mar, 2019 1 commit
-
-
Daniel authored
* Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker
-
- 19 Mar, 2019 1 commit
-
-
Daniel authored
Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting
-
- 07 Mar, 2019 1 commit
-
-
Daniel authored
-
- 05 Mar, 2019 1 commit
-
-
Daniel authored
-
- 04 Mar, 2019 7 commits
-
-
Tamika Tannis authored
* Reorganize all but ducks/tableMetadata * Reorganize ducks/tableMetadata + some cleanup * Cleanup type
-
Tamika Tannis authored
-
Tao Feng authored
Update README.md (#1)
-
Tao Feng authored
Update docs based on the modified test script
-
Daniel authored
-
Mark Grover authored
Changed a few things in the README.
-
Verdan Mahmood authored
The `sample_data_loader.py` adds the test data based on the CSV sample data files available in the [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder/tree/master/example/sample_data)
-
- 03 Mar, 2019 1 commit
-
-
Tamika Tannis authored
* Add shared button styles + modify tag modal to match owner modal * Some tweaks
-
- 01 Mar, 2019 2 commits
-
-
Tamika Tannis authored
* Per design, flag text should be sentence case * Add support to customize the case style.
-
Tamika Tannis authored
* Update table owner editing UI * Minor code cleanup * Address comments, rebase for new Redux state shape, add a loading spinner * Fix typo in the word 'reload' * tweak loading spinner use/style in modal * cleanup * Minor tweaks
-
- 28 Feb, 2019 3 commits
-
-
Daniel authored
- Removed double margin from .table-details > .row - Fixed panel borders
-
Daniel authored
- Refactor of search results and related types. -- `SearchListResult` - > `Resource`, -- `SearchListItem` -> `ResourceListItem` and `TableListItem` - Modified search APIs to support different resources such as tables, users, and dashboards.
-
Tamika Tannis authored
* Un-nest owners and tags state: Move from state.tableMetadata.tableData to state.tableMetadata * Create a nested reducer for owners * Rename ducks/tags -> ducks/allTags to reduce confusion with table tags * Create a nested reducer for table tags * Some code cleanup * Added table data defaults + utilMethods
-
- 27 Feb, 2019 1 commit
-
-
Daniel authored
- Leverages existing bootstrap-react tab components
-
- 26 Feb, 2019 1 commit
-
-
Tamika Tannis authored
* Add a simple, re-useable Flag component * Use bootstrap labels * Remove line-height from Flag styles * style -> labelStyle + add a note about bootstrap 4 upgrade
-
- 25 Feb, 2019 4 commits
-
-
Tao Feng authored
Update the link in the readme
-
Tao feng authored
-
Tao Feng authored
Update readme to include more infos
-
Verdan Mahmood authored
It is important to install the amundsen data builder before running the test script locally, otherwise the imports won't work in the test script.
-
- 24 Feb, 2019 1 commit
-
-
Tao feng authored
-
- 22 Feb, 2019 6 commits
-
-
Tamika Tannis authored
-
Tao Feng authored
Update README.md
-
Tao Feng authored
-
Tao Feng authored
Reorganize the document into different sections
-
Tao feng authored
-
Daniel Won authored
-
- 20 Feb, 2019 3 commits
-
-
Tamika Tannis authored
-
Tamika Tannis authored
* Reset preview reducer state on GetTableData * Fix type error * preview state should be controlled by tableMetadata reducer * dispatch getPreviewData from TableDetail container * Pass a modalTitle to DataPreviewButton instead of queryParams
-
Daniel authored
* Changed editable-text interaction - Use "edit" link instead of icon - "edit" is visible for empty text values and on hover - textarea appears flush with blackground - textarea gets light gradient on de-focus - Change 'edit' to 'Add Description' when text is empty
-
- 15 Feb, 2019 2 commits
- 13 Feb, 2019 1 commit
-
-
Tamika Tannis authored
-
- 12 Feb, 2019 1 commit
-
-
Tamika Tannis authored
* Add support for a logo in the NavBar * Add a max height/width to the logo
-
- 11 Feb, 2019 2 commits
-
-
Tamika Tannis authored
* WIP * Cleanup blueprint modifications * Fix path error * Update unit tests * Cleanup imports
-
Jin Hyuk Chang authored
-