1. 21 5月, 2020 3 次提交
  2. 20 5月, 2020 7 次提交
  3. 19 5月, 2020 8 次提交
  4. 18 5月, 2020 5 次提交
  5. 14 5月, 2020 4 次提交
  6. 11 5月, 2020 1 次提交
  7. 08 5月, 2020 1 次提交
  8. 07 5月, 2020 1 次提交
  9. 21 4月, 2020 2 次提交
  10. 17 4月, 2020 2 次提交
  11. 16 4月, 2020 2 次提交
    • 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
    • S
      Bump sockjs-go from 2.0.1 to 2.1.0 (#5073) · 9d78a5fe
      Shu Muto 提交于
      Latest release v2.0.1 uses CDN that have gone.
      9d78a5fe
  12. 14 4月, 2020 3 次提交
  13. 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