Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

fix: listSubheader material-ui warning #99

Merged
merged 2 commits into from Jul 1, 2019
Merged

fix: listSubheader material-ui warning #99

merged 2 commits into from Jul 1, 2019

Conversation

ryanio
Copy link
Contributor

@ryanio ryanio commented Jun 28, 2019

What does it do?

Fixes small warning found in console due to passing of classes as props onto next component. This PR resolves the issue.

The warning found in console:
index.js:1452 Warning: Material-UI: the key `listSubheader` provided to the classes property is not implemented in ServicesNavListItem. You can only override one of the following: selected,serviceName,hoverableListItem,versionInfo.

@wolovim wolovim merged commit 632efa8 into dev Jul 1, 2019
@wolovim wolovim deleted the fixMuiWarning branch July 1, 2019 17:30
evertonfraga added a commit that referenced this pull request Jul 22, 2019
* fix: refactor VersionList (#80)

* ci: disabling nightly builds (#87)

* fix: height 100% for apps (#88)

* fix: height 100% for apps

* fix: height fix when showing url bar

* test: add timestamp of last loaded time to versionlist

* fix: do not open local server on browser (#92)

* feat: expands showOpenDialog to accept `file` or `directory` (#90)

* feat: expands showOpenDialog to accept `file` or `directory` (or `file_multiple`, `directory_multiple`)

* fix: bool console warnings

* chore: update `openDirectory` param to `pathType`

* feat: Terminal Input (#94)

* feat: terminal input

* chore: show 'No logs yet.' message instead of blank terminal

* feat: scroll through terminal input history on up arrow and down arrow

* feat: plugin list categories (#97)

* feat: custom settable flags (#95)

* feat: custom settable flags

* fix: lint

* fix: tests

* feat: persist config data (#93)

* feat: persist config data

* feat: rehydrate settings from config.json

* fix: remove redux-persist cruft

* fix: function purity

* feat: persists plugin selection

* fix: listSubheader material-ui warning (#99)

* fix: listSubheader material-ui warning

* fix: remove extraneous key

* feat: protect terminal input (#96)

* feat: protect terminal input

* chore: update label to 'Hide input'

* Plugin details (#98)

* add codemirror

* rename "nodes" to "plugins"

* feat: add plugin view

* fix: empty loads and warnings

* fix: hide title if no metadata

* chore: update theme (#101)

* chore: update theme

* fix: colors as constants

* chore: use newState event (#89)

* chore: use newState event

* chore: use newState event

* fix: run `onConnect` on `connected`

* fix: watchForPeers only on client.type === 'client'

* chore: move block subscriptions to own method to not clutter onConnect method

* chore: update pluginError event name (#102)

* chore: update pluginError event name

* fix: update removeListeners event name

* chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#103)

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fix: watchForPeers fix

* feat: component-scoped UI (#100)

* feat: start with component & client scope

* fix: add simplified config generator

* fix: change entry point of scoped view to config

* feat: allows nano to open grid-ui

* fix: createListeners for all plugins

* fix: disables toggle btns

* feat: start with component & client scope

* fix: add simplified config generator

* fix: change entry point of scoped view to config

* feat: allows nano to open grid-ui

* fix: createListeners for all plugins

* fix: disables toggle btns

* fix: capture flags in config.json

* feat: scoped apps rendering

* add xterm

* fix: restore toggle

* fix: remove cruft

* feat: Dark mode (#107)

* feat: first iteration of dark theme

* fix: lint rule exception

* chore: pass themeMode via props so that grid-ui can be opened with args.scope.themeMode = 'dark' or 'light'. defaults to 'dark'

* feat: open tabs dynamically (#106)

* feat: open tabs dynamically

* fix: resume state correctly

* fix: pass clientName correctly to set custom flags (#108)
evertonfraga pushed a commit that referenced this pull request Jul 26, 2019
* fix: listSubheader material-ui warning

* fix: remove extraneous key
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants