Vyrtsev Mikhail
a2e508cc1e
update deps
2019-10-28 02:46:34 +03:00
Vyrtsev Mikhail
02b2895cac
update Preact to Preact X
2019-10-28 02:30:49 +03:00
Vyrtsev Mikhail
4240a4d6ee
update minor deps
2019-10-27 23:22:58 +03:00
Vyrtsev Mikhail
4f3400e594
update Comment type
2019-10-27 23:22:57 +03:00
Umputun and GitHub
cc5e8a6356
Merge pull request #453 from StaroKep/fix/452_dark-theme-shows-white-preview
...
Dark theme shows white preview #453
2019-10-24 15:56:21 -05:00
Kirill Eremin
64b2830b5b
fix
2019-10-24 23:37:17 +03:00
Umputun
da63dd2c78
add twitter to the list of providers on frontend #70
2019-10-08 03:14:24 -05:00
Misha Vyrtsev and Umputun
6b2addc280
Fix #430 ( #440 )
...
* add postMessage util
* use scrollTo via postMessage (fixes "scroll to parent" on Safari #430 )
* use postMessage
2019-09-29 15:38:09 -05:00
Misha Vyrtsev and Umputun
9fbdff106d
Update deps 2019 09 ( #439 )
...
* update minor deps
* update minor deps
* update major deps
* fix eslint warnings
2019-09-29 14:09:00 -05:00
Vyrtsev Mikhail and Umputun
d6d0109e80
change default post url from window.location.href to window.location.origin + window.location.pathname
2019-08-16 16:33:04 -05:00
Umputun and GitHub
ae1f00f3a4
Merge pull request #402 from johnpuddephatt/master
...
Allow ID of container node to optionally be provided in comments widget config
2019-08-04 11:35:23 -05:00
Vyrtsev Mikhail
a51b00760a
fix: Comment reply/edit box resets if it gets out of view
2019-08-04 18:11:32 +03:00
Vyrtsev Mikhail
437c805e96
change scss import order (after component)
2019-08-04 17:40:02 +03:00
Vyrtsev Mikhail
e92cce20c0
replace map with WeakMap
2019-08-04 17:22:41 +03:00
John Puddephatt
33c235ed3b
remove stray space
2019-08-01 20:39:54 +01:00
John Puddephatt
95168041b9
allow ID of container node to optionally be provided in remark_config
2019-08-01 20:08:06 +01:00
Vyrtsev Mikhail and Umputun
b6135510ab
fix lint warnings
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
998e6a9a27
update demo page to look better on mobile
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
1aaad59afb
add intersection-observer polyfill
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
cbf6abb201
make webpack exclude work
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
13e4f78762
add es5 compatibility check on post build
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
0f05b5097a
rename action
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
cb1b42a2e0
render Comment with InView
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
a36733a2e3
add InView component which tracks element intersection with view
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
b4f083a051
remove redundant mutation
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
0f78bbf918
update package-lock.json after rebase
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
49a16f9071
clear interval on component unmount
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
8d748b6c65
reorganize comments reducers
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
48de9e15a3
add shallow compare util
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
e0ba7564f1
add bench util
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
a9e4ce368d
add cmpRef util
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
0d6ae9edd4
add lodash
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
f34ab737d8
remove unused action
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
734eb0ebf3
replace duplicating babel config with common excludes getter
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
1d01a21480
replace require with import
2019-07-29 13:47:35 -05:00
Vyrtsev Mikhail and Umputun
7fd3c563c7
add focus style to sort select
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
82d1969393
remove unused test renderer
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
e1e1fdf5cf
Comment test: replace inhouse test renderer with enzyme
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
a17204f85f
Preloader test: replace inhouse test renderer with enzyme
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
9da826219f
AuthPanel test: replace inhouse test renderer with enzyme
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
187674b54e
remove duplicate checks in test
2019-07-26 18:02:11 -05:00
Vyrtsev Mikhail and Umputun
0493ece73e
fix auth panel providers sorting
2019-07-26 15:54:39 -05:00
Vyrtsev Mikhail and Umputun
b69cd08bf0
fix auth panel columns vertical alignment
2019-07-26 15:18:12 -05:00
Misha Vyrtsev and Umputun
3b4628d0bd
Auth login design ( #390 )
...
* break auth panel render into submethods
* move var definition
* break renderUnathorized into submethods
* hide login providers behind dropdown if they are exceed length of 3
* amend dropdown to behave nicely being placed in another dropdown
* add style to providers enclosed in dropdown
* add provider reducer and actions
* add provider save/restore to app flow
* place last login provider first in providers list
* infer StoreState from combineReducers return type
* move collapsed threads retoration to action
* fix: provider lost in other
* add dynamic threshold depending on window width
* fix & add tests
2019-07-25 22:54:59 -05:00
Misha Vyrtsev and Umputun
5431f80e84
fix unblocking after page refresh stalled ( #384 )
2019-07-23 16:45:52 -05:00
Misha Vyrtsev and Umputun
4d7699ec5e
Fix blocking ( #381 )
...
* fix blocked user appears unblocked after refresh
* modify comment rendering to temporary blocking
2019-07-22 19:05:02 -05:00
Misha Vyrtsev and Umputun
7103dbb589
fix sort been stalled ( #379 )
2019-07-22 16:06:53 -05:00
Konstantin Krivlenia and Umputun
2f7c4e7e03
Add a button for image upload ( #372 )
...
* #371 add image icon for toolbar
* #371 add file upload handler
* #371 upload image from clipboard
* #371 change title and decrease size for upload button
* #371 allow upload few files
* #371 prevent paste text after file was uploaded in firefox
2019-07-16 10:27:44 -05:00
Vyrtsev Mikhail and Umputun
17f61ee339
fix wrong className
2019-07-15 19:58:52 -05:00
Vyrtsev Mikhail and Umputun
8cd5533aed
fix lint errors
2019-07-15 17:57:43 -05:00