1. 16 4月, 2020 1 次提交
    • M
      Improve styling method (#5059) · 9c3e75eb
      Marcin Maciaszczyk 提交于
      * Refactor styling method
      
      * Further improvements
      
      * Align search location
      
      * Alignments in the toolbars
      
      * Change age column to created
      
      * Make status icon smaller
      
      * Further improvements
      
      * Add hover effect to icon buttons
      
      * Remove expand button from non-expandable cards
      9c3e75eb
  2. 09 4月, 2020 1 次提交
    • S
      Fix locale mapping (#4969) · 6ab57edc
      Shu Muto 提交于
      * Fix locale mapping
      
      Now, Angular>=9.0.5 supports `zh-Hant-HK` and `zh-Hans-SG`, so we can build for them.
      Also, `Match` of `golang.org/x/text/language` returns `zh-u-rg-cnzzzz` for `zh-CN` and
      `zh-u-rg-txzzzz` for `zh-TW`, so we need to handle them properly before.
      
      Since `Match` returns tag as `zh-Hant-HK` for `zh-HK`, and `zh-Hans-SG` for `zh-SG`,
      so dashboard just use them.
      
      However due to following reason, remove `zh-Hant-SG` and `zh` support for now.
      * Chinese is not official in Singapore
      * `zh` is not used often
      * Translation files for `zh` and `zh-Hans-SG` is same as `zh-Hant` for now.
      
      In conclusion, dashboard supports strictly matched locale IDs as followings:
      * en (default)
      * de
      * fr
      * ja
      * ko
      * zh-CN (zh-Hans)
      * zh-TW (zh-Hant)
      * zh-HK (zh-Hant-HK)
      
      Also, support locales in lowercase and clean up `state="new"` in some translation files.
      
      * Simplify locale matching logic
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      6ab57edc
  3. 03 4月, 2020 1 次提交
    • G
      Inline edit secret enhancements (#5046) · cb2c4cce
      Gregg B. Jensen 提交于
      * Completed toggling between visible read-only and edit for inline secret.
      
      * Changed inline edit button for secret to blue with border.
      
      * Added auto-size textarea for multi-line and input for single line secret editing.
      
      * Ran fontend fixes.
      
      * Added enableEdit flag to HiddenPropertyComponent.
      
      * Improve styling and behavior
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      cb2c4cce
  4. 01 4月, 2020 1 次提交
    • G
      Implemented inline editing for data entries on Secrets page. (#5040) · 7208845f
      Gregg Jensen 提交于
      * Implemented inline editing for data entries on Secrets page.
      
      * Fixed cancelling inline edit of secret data not returning to original.
      
      * Added ending newline to style.scss.
      
      * Fixed CSS property sort order, and applying update to current page with secret.
      
      * Fixed HTML alignment for build.
      7208845f
  5. 30 3月, 2020 1 次提交
  6. 26 3月, 2020 2 次提交
  7. 24 3月, 2020 2 次提交
  8. 23 3月, 2020 1 次提交
  9. 21 3月, 2020 1 次提交
  10. 20 3月, 2020 2 次提交
  11. 04 3月, 2020 1 次提交
  12. 28 2月, 2020 1 次提交
    • S
      Migrate angular to v9 (#4930) · 4cab78ce
      Sebastian Florek 提交于
      * Bump required node version
      
      * Migrate angular from v8 to v9
      
      * Bump rest of dependencies
      
      * Bump angular material
      
      * Update tsconfig
      
      * Fix ace editor
      
      * Cleanup
      
      * Fix i18n
      4cab78ce
  13. 20 2月, 2020 1 次提交
  14. 17 2月, 2020 2 次提交
  15. 08 2月, 2020 1 次提交
  16. 04 2月, 2020 3 次提交
  17. 03 2月, 2020 1 次提交
    • A
      Add cypress tests (navbar, userpanel) (#4435) · 0434a947
      Anshul Ahuja 提交于
      * Create webpack.config.js
      
      * Add ts based cypress tests for nav links
      
      * Cleanup commands.ts
      
      * Add ids to nav/template.html elements
      
      * Refactor & cleanup methods
      
      * Add dependancies
      
      * Fix no-any tslint
      
      * Fix linting
      
      * Add test for all other nav items
      
      * Create abstractPage to inherit in other pages, refactor code
      
      * Refactor methods
      
      * Refactor AbstractPage methods
      
      * Add userpanel tests
      
      * Minor fixes, linting
      
      * Move navbar item IDs to NavbarPage
      
      * Add new lines between tests to enhance readability
      
      * Remove redundant 'navbar' from nav spec describe
      
      * Remove redundant describe from userpanel specs
      
      * Move to devdependancy
      
      * manually update package jsons
      
      * Update package-lock.json
      
      * Add ts-loader dependancy
      
      * Add missing ,
      0434a947
  18. 31 1月, 2020 1 次提交
    • S
      Support multi locales in one translation file (#4814) · e30341ad
      Shu Muto 提交于
      `zh` is same as `zh-cn`, so maintain `zh` and change `zh-cn` to link to `zh`.
      
      Also, added support for `i18n/locales_not_for_build_local` that keeps
      locales not for build as local setting for developer. Because building
      dashboard takes much time.
      e30341ad
  19. 29 1月, 2020 2 次提交
  20. 23 1月, 2020 1 次提交
  21. 20 1月, 2020 1 次提交
  22. 16 1月, 2020 3 次提交
  23. 09 1月, 2020 1 次提交
  24. 24 12月, 2019 4 次提交
  25. 23 12月, 2019 2 次提交
  26. 22 12月, 2019 1 次提交
  27. 19 12月, 2019 1 次提交