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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 09 Sep, 2021 1 commit
-
-
Ashu Ghildiyal authored
-
- 06 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
Add facility to override details view
-
- 04 Sep, 2021 2 commits
-
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
We want to allow functionality in plugins such that we can append more details view into a particular specified details view. This patch adds a registerDetailsView method to acheive that and uses redux store to handle attached details view.
-
- 03 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
backend: better way of determining the URL scheme
-
- 02 Sep, 2021 1 commit
-
-
Tomasz Torcz authored
-
- 26 Aug, 2021 1 commit
-
-
Joaquim Rocha authored
chart: Bump versions for 0.5.1 release
-
- 25 Aug, 2021 10 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix showing the version in the release notes
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Also include the release translation files.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 24 Aug, 2021 2 commits
-
-
Joaquim Rocha authored
desktop: Remove electron-store dependency
-
ashu8912 authored
-
- 19 Aug, 2021 11 commits
-
-
Joaquim Rocha authored
desktop: Run linter and prettier for electron codebase as well
-
Joaquim Rocha authored
Make release notes more resilient
-
Ashu Ghildiyal authored
-
Joaquim Rocha authored
i18n: Updated some missing strings in Spanish
-
Joaquim Rocha authored
If the network or Github is not responding, or the release doesn't exist for some reason, then there would be user-visible error. This commit catches the error and just logs it.
-
Joaquim Rocha authored
The app version was getting set only if it was higher than the previously set version, so if a user somehow downgrades, their current version would not be updated and they'd not get the notification about having a new update.
-
Joaquim Rocha authored
This is useful for development/debugging purposes.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Do npm audit fix
-
Joaquim Rocha authored
Sidebar / a11y zoom / smallscreen / mobile / tablet
-
René Dudfield authored
-
- 18 Aug, 2021 10 commits
-
-
René Dudfield authored
-
René Dudfield authored
So that the page layout is correct on small. The Back button in particular was too close to the nav bar at top.
-
René Dudfield authored
The link area at the bottom would also close the drawer. Instead now activating the links at the bottom of the dialog do not close the drawer.
-
René Dudfield authored
-
René Dudfield authored
Otherwise it causes the display at smaller window widths to go past the container width.
-
René Dudfield authored
-
René Dudfield authored
Now loading and saving side bar open with localStorage is done inside redux. Also there is the concept of user interaction based opening. This is useful for when the window is resized from large(desktop) to xs(mobile). With this resizing from large to xs keeps the sidebar state good for the different window sizes unless the user has manually toggled the sidebar. Otherwise going from large to xs size means the side bar will be in the open state, whereas we want it in the closed state on xs by default. Also the preference for sidebar open or not is only stored when it is in selected by the user via the button not via resizing. Also cleaned up the topbar, layout and app container so they are not passing down sidebar state.
-
René Dudfield authored
-
René Dudfield authored
This acts more like a modal, closes the drawer on using a link/etc
-
René Dudfield authored
-