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. 26 3月, 2020 1 次提交
  6. 23 3月, 2020 1 次提交
  7. 20 3月, 2020 2 次提交
  8. 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