Commit Graph

1218 Commits

Author SHA1 Message Date
Filip Barl
916f121e78 Merge pull request #3705 from weaveworks/3434-fix-favicon-in-dev-mode
Fix favicon.ico in UI dev mode
2019-10-08 12:25:58 +02:00
Filip Barl
b5d7beaa97 Fix favicon.ico in UI dev mode 2019-10-08 12:00:58 +02:00
Filip Barl
39e48356b0 Import fonts only in Scope standalone 2019-10-08 11:24:11 +02:00
Filip Barl
f09f9af4b9 Merge pull request #3701 from oleggator/json-stable-stringify
scripts: replace JSON.stringify with json-stable-stringify
2019-10-07 17:12:57 +02:00
Oleg Utkin
ae112d05f3 script: replace JSON.stringify with json-stable-stringify
resolves issue #3133
2019-10-06 00:34:43 +03:00
Filip Barl
3036379c83 Don't try copying across app/styles 2019-10-04 16:12:30 +02:00
Filip Barl
b853244139 Fixed terminal styles 2019-10-04 16:09:51 +02:00
Filip Barl
2b41016596 Got rid of sass + sass-lint dependencies 2019-10-04 16:01:08 +02:00
Filip Barl
fd34eadf02 Removed all SASS files 2019-10-04 15:46:58 +02:00
Filip Barl
4cac153de5 Contained global styles and made themes scope static 2019-10-04 15:36:07 +02:00
Filip Barl
99f502a2b6 Fixed some styling inconsistencies 2019-10-04 15:16:28 +02:00
Filip Barl
577282d68b Replaced all sass variables with styled theme ones 2019-10-04 14:38:52 +02:00
Filip Barl
b6a983e5a8 Replaced all scopeTheme vars in global-style.js and got rid of the unused ones 2019-10-04 14:20:57 +02:00
Filip Barl
fa9754a829 Satisfying all the stylelint rules 2019-10-03 15:47:26 +02:00
Filip Barl
4224d45458 Copied over _base.scss + adjusted the comments 2019-10-03 14:33:03 +02:00
Filip Barl
1aa9080576 Created styled components Scope themes 2019-10-02 19:13:52 +02:00
Filip Barl
3432e70fa1 Prototype global inject of Scope theme 2019-10-02 15:28:00 +02:00
Daniel Holbach
d3522986ea update babel and jest bits - need to update node version too 2019-09-20 10:48:17 +02:00
Daniel Holbach
5eb67c54fc update eslint things
keep eslint-config-airbnb version, newer version requires
	changes in our code
2019-09-20 10:48:17 +02:00
Daniel Holbach
df0fc88d63 update babel bits 2019-09-20 10:48:17 +02:00
Daniel Holbach
e3dc53bd02 update stylelint components 2019-09-20 10:48:17 +02:00
Simon Howe
a18827f2f0 Fixes "45undefined" in node memory overlay
- Seems like the filesize lib subtley changed their API
2019-09-13 16:38:19 +02:00
Simon Howe
51e2f80560 Upgrades ui-components to version w/ styled-components 4 2019-09-06 11:19:55 +02:00
Daniel Holbach
e080f7823a revert d3-selection to 1.3.2 - thanks Akash 2019-08-21 16:25:08 +02:00
Daniel Holbach
40a03bda7d update some more dependencies 2019-08-21 16:19:46 +02:00
Daniel Holbach
2d3ff4f6fb update some javascript dependencies 2019-08-21 16:19:46 +02:00
Filip Barl
478e325755 Resolved dependency cycle between actions and web utils 2019-08-02 20:02:30 +02:00
Filip Barl
c2fa42f514 Resolved router utils dependency cycle 2019-08-02 15:31:19 +02:00
Filip Barl
183bf0f8bd Moved doControlRequest function into actions 2019-08-01 16:11:32 +02:00
Daniel Holbach
2ab7ada568 some more eslint updates 2019-08-01 08:39:42 +02:00
Filip Barl
7c417bd5d6 Addressed react/no-access-state-in-setstate 2019-08-01 08:39:42 +02:00
Filip Barl
f27d1337c8 Resolved a buncher of simple(r) eslint errors 2019-08-01 08:39:42 +02:00
Filip Barl
97a2e00fe3 Bumped node to v8.10.0 2019-08-01 08:39:42 +02:00
Daniel Holbach
630611af90 update eslint-config-airbnb 2019-08-01 08:39:42 +02:00
Daniel Holbach
0a53475d37 update some node modules again 2019-08-01 08:39:42 +02:00
Daniel Holbach
f2c371a87b wants 4 spaces 2019-08-01 08:39:42 +02:00
Daniel Holbach
e5f9c2df51 Ignore react/destructuring-assignment for now
as per discussion in
	https://github.com/weaveworks/scope/pull/3643#issuecomment-507233272
2019-08-01 08:39:42 +02:00
Daniel Holbach
3472bd4cc5 workaround Error: Cannot find module 'eslint/lib/formatters/stylish' by using unreleased eslint-loader (waiting for release) 2019-08-01 08:39:42 +02:00
Daniel Holbach
a494f00964 run 'eslint app server.js --fix' 2019-08-01 08:39:42 +02:00
Daniel Holbach
723d9f46df update eslint components 2019-08-01 08:39:42 +02:00
Daniel Holbach
8602915f6c update to run stylelint on 'client/app/scripts' 2019-06-07 13:32:49 +02:00
Daniel Holbach
cd61f9b85a Breaking change in stylelint 10.0.0, use --allow-empty-input
c.f. https://github.com/stylelint/stylelint/releases/tag/10.0.0
2019-06-07 12:00:10 +02:00
Daniel Holbach
97fe7e3fe0 downgraded eslint-config-airbnb again as it'd require some code changes on our end 2019-06-07 11:32:20 +02:00
Daniel Holbach
ae5b0e868f upgrade a bunch of dependencies for sshpk 2019-06-07 11:11:58 +02:00
Daniel Holbach
fdf21be15b upgrade a bunch of dependencies for js-yaml, not all old versions purged from yarn.lock 2019-06-07 11:08:32 +02:00
Filip Barl
765d9a06ac Fixed contrast mode in the URL. 2019-05-23 16:22:46 +02:00
Satyam Zode
6b758564d2 Upgrade the weaveworks ui-components to 0.20.0
- Include shape for dottedtriangle

Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2019-05-20 16:55:24 +05:30
Daniel Holbach
f03f41eedf Merge pull request #3596 from weaveworks/remove-materialize-css-dep
Remove materialize-css JS dep
2019-04-15 09:06:29 +02:00
Filip Barl
9e7730bbc7 Remove materialize-css JS dep. 2019-04-11 16:12:15 +02:00
leavest
16c53a7526 https://www.chromestatus.com/features/6662647093133312
Fix bug where 56+ chrome can't prevent default wheel events.

Fixes #3592
2019-04-09 17:26:24 +08:00