Levko Kravets
2c1400d323
[Feature] Alternative implementation of dashboard param title editing ( #3417 )
2019-02-11 17:17:05 +02:00
Levko Kravets
23f5dde488
[Codebase Improvement] Refine dialog wrapper and use it for all existing dialogs ( #3407 )
2019-02-08 10:00:22 +02:00
Levko Kravets
045c171bb4
Refactor TagsControl; fix TagsEditorModal animation ( #3399 )
...
* Refactor TagsControl; fix TagsEditorModal animation
* Update tooltip text
Co-Authored-By: kravets-levko <levko.ne@gmail.com >
* Update tooltip text
Co-Authored-By: kravets-levko <levko.ne@gmail.com >
* CR1
2019-02-05 23:29:09 +02:00
Ran Byron
5b62883c1c
[Widget Params] Switched parameter list to table style (all parts) ( #3332 )
...
* [Widget Params] Split title and mapping editing
* [Widget Params] Restyled source editing
* [Widget Params] Switched parameter list to table style
* Displaying different labels and help phrases when changing type
Added link to knowledge base
Fixed issue with existing param default select value
2019-02-05 20:36:15 +02:00
Ran Byron
3df372434f
[Widget Params] Migrated edit params + new widget dialog to Ant Modal ( #3387 )
2019-02-04 21:00:59 +02:00
Marina Samuel
35c390a2f9
Show disabled unpublished queries for alert and dashboard modals. ( #3347 )
2019-01-31 19:58:47 +02:00
Levko Kravets
ee0e81e795
Fix eslint errors
2019-01-31 11:21:45 +02:00
Levko Kravets
b0b4d5e26a
Convert Angular services to CommonJS-style and use them in React components instead of injecting ( #3331 )
...
* Refine Auth service: remove dead code and fix race condition
* Export services in CommonJS style
* Refine Users, Events and OfflineListener services
* Refactor Notifications service - rewrite to CommonJS
* Replace Angular service injection with imports in React components
* Fix Footer tests
* Events service -> recordEvent function
* CR1
2019-01-24 16:24:58 +02:00
Ran Byron
d5afa1815e
Filtering out incompatible dashboard params ( #3330 )
2019-01-23 16:27:49 +02:00
Levko Kravets
0c45d69662
Dashboard Parameters ( #2756 )
...
* getredash/redash#2641 Step 1: split Add Widget/Add Textbox buttons
* Convert Add widget/textbox dialogs to React components
* getredash/redash#2641 Step 2: Implement new dashboard parameters logic
* Resolve conflicts and fix build errors
* getredash/redash#2641 Refactoring and improve code quality
* Add Edit parameter mappings dialog to the widget
* getredash/redash#2641 Changes after code review
* Use Ant's Select component instead on <select> tags
* Fix Antd imports
* Fix Antd imports
* Fix Cannot read property 'getParametersDefs' of undefined
* Fix widgets static params bugs (don't show input, don't init from URL)
* Minor UI/UX fixes
2019-01-15 13:14:54 +02:00