This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Commit 7b7edef
merge v1.1.4 onto mainline (#715)
* GTT-1592: Clean up chart create/edit step labels
Remove "steps x of y" labels in the following:
Add Content
Add Image
Add Section
Add Text
* Align navigation bar width with page content (#669)
Co-authored-by: chasechow7 <92477064+chasechow7@users.noreply.github.com>
* Dashboard Listings Tab Accessibility (#673)
Add accessibility functionality to dashboard listings tabs
-Ability to tab to core tabs (Drafts, Publish Queue, etc.)
-Add keyboard functionality: Ability to select tab using 'Enter'
-Aria Label for screen reader will read: "Dashboard Tab {Name}"
-Aria Label will indicate currently selected tab with "Active Dashboard Tab {Name}"
* Adds backend support for searching inside published dashboards. (#675)
* Adds backend support for searching inside published dashboards.
* Fix prettier warnings.
Co-authored-by: Mazen Kharbutli <mazenkh@amazon.com>
* Make table pagination responsive base on sizing (#674)
* Gtt 1522 (#611)
* adding exported json
* updated git ignore
* temp save
* updated json files
* fixed naming, running in lambda
* cleanup
* adding cdk elements for deploy
* reorging files
* first try ad deploy script
* fixed deployment of resource and calling lambda after deploy
* dont need method
* pulled out methods to simply insert script
* added unit tests to lambda
* flushed out readme
* flushed out readme
* updated deploy script
* readme update
* fixed variable and template
* prettier write
* fixed install scripte
* not used
* Fix dashboard id assignment
* Please enter the commit message for your changes. Lines starting
* Fix dashboard id assignment
* Fix dashboard id assignment
* Fix dashboard id assignment
* Fix dashboard id assignment
* Major refactor and typescript conversion
* Create build directory on deploy prereq step
* Reset last updated date
* Add spanish dashboard
* Add piechart spanish
* Add line chart spanish
* Refactor examples
* Adding logging information
* More logging and fixing bugs
* Add export capability
* Major refactor to operate overe one file only
* Update english example dashboard
* Add spanish example
* Add portuguese example
* refactor
* Redo folder structure
* Bug fixes
* Bug fixes
* Bug fixes
* Bug fixes
* Add missing s3 permission
* Refactor prompts
* Tight regex patterns
* Revert unintended changes
* minor fixes
* More fixes
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Cosmetic changes to the prompt and the scripts. (#676)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Update UI to reflect ToC changes (#677)
* Update UI to reflect ToC changes
(bonus) fixed examples topic area seeding
* Minor fix
* Restore previous selection on cancel
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Cleaning up aria label string
Co-authored-by: Chow <chowchin@88665a1e3b3b.ant.amazon.com>
* Use local resources if not in s3 (#681)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Fix download link for tables (#682)
* Add mobile navigation for small tables (#683)
* Remove unnecessary question marks (#684)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Move status alerts to top of page (#689)
* Adds frontend support for searching inside published dashboards. (#688)
* Frontend changes to support searching dashboards
* Add unit tests and run prettier.
* Switch to using the history react hook
* Run prettier
Co-authored-by: Mazen Kharbutli <mazenkh@amazon.com>
* Using SASS and configuring USWDS SASS compilation (#687)
* Using SASS and configuring USWDS SASS compilation
* Configure SASS for USWDS
* Configure SASS for USWDS
* Configure SASS for USWDS
* Fix default values.
* use defaults from uswds package
* use defaults from uswds package
* Default values
* Refactor for css
* Revert "Default values"
This reverts commit 775059b.
* Adding uswds js dependency
* Use theme colors
* Minor fix
* match existing prod
* Match existing style
* Fix snapshot
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* updated translation (#691)
* upgrade to version 1.1.4 (#692)
* Ensure all optional and mandatory fields are marked (#693)
* Miguel.abreu/gtt 1646 fix text color contrast (#690)
* Fix radio button card details contrast
* Replace color in the default palette to meet contrast requirements
* Update snapshots
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Miguel.abreu/gtt 1632 fix download button contrast (#698)
* Fix DataTable download button
* Fix DataTable download alert
* Add alert container to Formatting help page
* Add extension to the downloaded file
* Update test snapshots
* Fix menu style
* Update test snapshots
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
* Fixes the expanded search feature (#701)
* Fix the new search feature
* Run prettier
* Run prettier
* Fix the search feature (#708)
* Remove auth headers from public request
* Add missing translation
Co-authored-by: chasechow7 <92477064+chasechow7@users.noreply.github.com>
Co-authored-by: Miguel Pavon Diaz <71112226+miguelpdiaz8@users.noreply.github.com>
Co-authored-by: Mazen Kharbutli <89935687+mazenkh-amazon@users.noreply.github.com>
Co-authored-by: Mazen Kharbutli <mazenkh@amazon.com>
Co-authored-by: Phil Dettorre <89091415+PhilTower@users.noreply.github.com>
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
Co-authored-by: Miguel Alfonso Abreu Ortega <mabreuortega@gmail.com>
Co-authored-by: Chow <chowchin@88665a1e3b3b.ant.amazon.com>1 parent 30ac60f commit 7b7edef
File tree
234 files changed
+16905
-1935
lines changed- backend
- postman
- src/lib
- api
- controllers
- __tests__
- factories
- __tests__
- models
- cdk
- bin
- lib
- constructs
- docs
- e2e-tests/cypress
- integration
- pages
- examples
- resources
- english
- files
- portuguese
- files
- spanish
- files
- src
- services
- frontend
- src
- components
- __tests__
- __snapshots__
- containers
- __tests__
- __snapshots__
- context
- hooks
- __mocks__
- layouts
- locales
- en
- es
- pt
- models
- services
- __tests__
- styles
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
234 files changed
+16905
-1935
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments