Levko Kravets
807e6aaaa6
Migrate "time ago" components to React ( #3385 )
...
* Replace <am-time-ago> (angular-moment) and <rd-timer> with React component
* PropTypes: Moment validation
* Increase polling interval
* Refine component implementation
* Add tooltip with formatted date/time
* Refine component implementation
2019-02-02 18:46:48 +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
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
Arik Fraimovich
0fe1b5f9d4
Fix: registerAll fails after minification ( #3106 )
2018-11-20 23:34:37 +02:00
Arik Fraimovich
deaa891eb2
Merge pull request #2712 from kravets-levko/feature/date-range-params
...
Date/Time Range parameter type
2018-08-05 14:03:30 +03:00
Levko Kravets
a2ca793ddd
getredash/redash#2643 Date/Time Range parameter type
2018-08-03 12:24:23 +03:00
Zsolt Kocsmarszky
13d891bac3
Move styling import to main.less and add var overwrites
2018-07-31 14:07:01 +02:00
Levko Kravets
b0f0b49d1c
getredash/redash#2642 Date/Time parameters: dynamic default value (current date/time)
2018-07-30 11:18:08 +03:00
Levko Kravets
94da0d90b9
getredash/redash#2642 CR1
2018-07-25 16:15:49 +03:00
Levko Kravets
487dd6b88d
getredash/redash#2642 Improve Date/DateTime type parameters
2018-07-25 15:00:09 +03:00