This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 16 Nov, 2020 12 commits
  2. 12 Nov, 2020 1 commit
  3. 11 Nov, 2020 1 commit
  4. 10 Nov, 2020 12 commits
  5. 09 Nov, 2020 6 commits
  6. 06 Nov, 2020 1 commit
  7. 05 Nov, 2020 3 commits
    • ashu8912's avatar
      frontend: Add colors for resources,charts and tooltips · 9ec5537e
      ashu8912 authored
      For dark theme we want to use a different set of colors than what we use
      for light theme for charts,resources and tooltips.
      
      This patch adds these colors to the theme and uses them.
      9ec5537e
    • ashu8912's avatar
      frontend: Refactor App component · d693f7ca
      ashu8912 authored
      We want to use the theme when setting styles for the AppBar but right
      now we were using useStyles outside the ThemeProvider which was leading
      to use the default theme configs to be used in AppBar and not the one
      we want to set.
      
      This patch refactors the App component and segregates the entire App in
      a seperate AppContainer component which receives the current theme to be
      used via ThemeProvider.
      d693f7ca
    • Joaquim Rocha's avatar
      frontend: Setup app to use dark theme · 784a453f
      Joaquim Rocha authored
      We want to switch between dark and light themes with a click of button.
      
      Thus this patch configures the app to have the button on the top bar for
      theme change and also configure theme settings for light and dark theme.
      784a453f
  8. 03 Nov, 2020 1 commit
  9. 30 Oct, 2020 1 commit
    • ashu8912's avatar
      frontend: Handle invalid url scheme or protocols passed to WebSocket · 783128c4
      ashu8912 authored
      We are using WebSocket in pod details view when establishing the
      connection to the cluster terminal. But whenever a wrong url scheme or
      protocol is passed to WebSocket constructor it breaks the entire app.
      
      Thus this patch wraps the socket initialization in a try catch block and
      any error that occurred while initializing the socket is handled by the
      catch block.
      783128c4
  10. 28 Oct, 2020 2 commits