Patrick O'Carroll
128fb8fa7e
Theme: Reworking button styling ( #16362 )
...
* added new variables for height in theme, added height to gui button large, replaced add gicon with regular gicon, replaced + with gicon, changed button display to flex
* set fixed height to large button, removed xlarge button and replaced with large button
* removed button-mini and replaced with button-small, set fixed height to default button and button-small
* fixed padding for default and large button, fixed height for navbar button, fixed snapshots
* fixed padding and margin on navbar buttons
* gave special height to login btn-primary
* readded btn-mini class with same styling as btn-small and a deprecated notice
* fixed add panel widget buttons
2019-04-08 09:48:15 +02:00
Dominik Prokop
206921d21b
Feature: Introduced CallToActionCard to @grafana/ui ( #16237 )
...
CallToActionCard is an abstraction to display a card with message, call to action element and a footer. It is used i.e. on datasource add page.
2019-03-27 22:33:20 +01:00
Torkel Ödegaard
0a2d69c794
Merge pull request #16089 from grafana/no-implicit-any-fixes-p4
...
Fixed no implicit any for form dropdown & panel model
2019-03-20 07:01:14 +01:00
Torkel Ödegaard
4f134ea4b8
Merge pull request #16080 from grafana/hugoh/no-implicit-any
...
Cleaning up no implicit anys in search_srv and tests
2019-03-19 18:26:28 +01:00
Torkel Ödegaard
42c87141a5
Minor progress on fixing no-implicit any issues
2019-03-19 18:24:47 +01:00
Hugo Häggmark
d845aacbdc
refactor: merged types and updated references
2019-03-19 17:44:58 +01:00
Hugo Häggmark
c1d585b156
chore: cleaning up noimplicit anys in search_srv and tests
...
progress: #14714
2019-03-19 14:48:35 +01:00
Hugo Häggmark
96aa4ae19f
teams: remov permission select for non admin users
2019-03-19 14:01:12 +01:00
Hugo Häggmark
467b7a40d8
teams: feature toggle component
2019-03-19 13:57:24 +01:00
Peter Holmberg
384e11fd68
Copied from new timepicker and unified component branch
2019-03-18 15:41:46 +01:00
Hugo Häggmark
96af051cb2
chore: Cleaning up implicit anys in manage_dashboard.ts and manage_dashboard.test.ts
...
progress: #14714
2019-03-15 01:59:16 -07:00
Torkel Ödegaard
25b1bec250
Typescript noAny fixes, start of a long journey
2019-03-12 15:14:45 +01:00
ryan
59b5f88798
rename handleXXX to onXX events
2019-03-11 09:03:10 -07:00
Johannes Schill
06e9c116af
fix: Update test snapshot
2019-03-07 09:54:39 +01:00
Johannes Schill
d6449ee629
fix: Logo goes Home instead of toggling side menu #15482
2019-03-07 09:36:40 +01:00
Torkel Ödegaard
18d5c04ae4
Merge branch 'toggle-all-legends' of https://github.com/jsferrei/grafana into jsferrei-toggle-all-legends
2019-03-06 17:48:59 +01:00
Jon Ferreira
46fa09fdad
Add a keybinding that toggles all legends in a dashboard
2019-03-05 13:19:40 -05:00
Peter Holmberg
ee4df15526
moving
2019-03-05 13:55:29 +01:00
Torkel Ödegaard
7d105439f9
Fixed scrollbar issue introduced in theme changes
2019-02-21 09:41:53 +01:00
Dominik Prokop
88a46e6dd4
Bump Prettier version ( #15532 )
...
* Fix prettier version to 1.16.4
2019-02-19 15:41:35 +01:00
Torkel Ödegaard
cfea8bdcae
Prettier had not been running as a precommit hook for some time so had to run in on all files again
2019-02-13 11:14:53 +01:00
Hugo Häggmark
222482b6be
Forgot about the snapshots
2019-02-12 16:31:11 +01:00
Hugo Häggmark
4c74b09a9d
Renamed to FilterInput and added label and search icon
2019-02-12 16:22:57 +01:00
Hugo Häggmark
130eedc4ae
Found another input that was tied to a regexp
2019-02-12 08:48:54 +01:00
Hugo Häggmark
5388541fd7
Fixes bug #12972 with a new type of input that escapes and unescapes special regexp characters
2019-02-12 08:48:54 +01:00
Torkel Ödegaard
8e93b68e6d
restoring green CTA
2019-02-11 16:38:05 +01:00
Torkel Ödegaard
a4dd63e224
Merge branch 'master' into ui-new-red-green-blue
2019-02-11 13:04:25 +01:00
Dominik Prokop
f39fef2a02
Clear visualization picker search on picker close
2019-02-11 11:03:24 +01:00
Torkel Ödegaard
9565e48f03
Fixed issue where double clicking on back button closes sidemenu
2019-02-11 09:37:13 +01:00
Patrick O'Carroll
c34021344a
Merge branch 'master' into ui-new-red-green-blue
2019-02-11 09:17:19 +01:00
Torkel Ödegaard
baeec495a2
Fixed some remaining issues
2019-02-06 21:32:48 +01:00
Torkel Ödegaard
dd0afd0a0b
Big refactoring for dashboard init redux actions
2019-02-06 19:42:04 +01:00
Torkel Ödegaard
a624c9713a
Removed unused controllers and services
2019-02-05 15:09:56 +01:00
Torkel Ödegaard
fd1ef0a2be
Added custom scrollbar and remember scroll pos to jump back to same scroll pos when going back to dashboard from edit mode
2019-02-05 12:10:42 +01:00
ijin08
0642c52693
created new color variables, changed primary to blue, changed success-btns to primary-btns.
2019-02-05 12:05:02 +01:00
Torkel Ödegaard
6e0b873739
Merge branch 'master' into loki-query-editor
2019-02-01 11:17:22 +01:00
Johannes Schill
7d8607c1b3
fix: Remove legacy title-prop and update document.title when navModel is changed #15108
2019-01-29 17:03:40 +01:00
Torkel Ödegaard
0de861a3a8
Minor progress on react query editor support, solving updating query persisted state
2019-01-29 09:39:23 +01:00
Johannes Schill
730036e18d
chore: Fix typings and add Page-component to TeamPages #14762
2019-01-28 23:19:18 +01:00
Johannes Schill
03cebecac3
fix: Add pageName default to avoid "Loading undefined..."
2019-01-28 23:19:18 +01:00
Dominik Prokop
7a8eb8c115
Merge branch 'master' into tooling/storybook-poc
2019-01-28 17:36:41 +01:00
Hugo Häggmark
bd745959d2
New snapshot reflecting changes
2019-01-25 06:49:15 +01:00
Hugo Häggmark
72a0ba29f5
Makes the clickable side menu header look great in light theme again
2019-01-25 06:44:32 +01:00
Dominik Prokop
1d3122632f
Move Switch component to grafana-ui
2019-01-24 15:35:50 +01:00
Hugo Häggmark
bf0333e329
Removed strange edit
2019-01-22 08:18:03 +01:00
Hugo Häggmark
a6428fef0c
Added link to side menu header and fixed styling
2019-01-22 08:12:48 +01:00
Torkel Ödegaard
ecab597e5e
renaming DataSource type to DataSourceSettings and moved to grafana ui
2019-01-17 18:51:07 +01:00
Torkel Ödegaard
bfadcd2968
Merge branch 'master' into page-layout-component
2019-01-17 14:48:54 +01:00
Johannes Schill
1dfabf498a
chore: Replace the deprecated SFC with FC
2019-01-17 09:27:43 +01:00
Johannes Schill
71121e1dbe
chore: Wrap footer with React's memo hoc
2019-01-17 09:15:47 +01:00