Commit Graph
214 Commits
Author SHA1 Message Date
igoradamenko b5fd095954 fix hash handling inside widget 2018-05-26 22:28:24 +03:00
igoradamenko cdadc1e570 improve handling hashchange: preventdefault if newurl contains remark hash 2018-05-26 21:45:41 +03:00
igoradamenko 90cc29e19c remove hashchange listener in widget 2018-05-26 20:32:14 +03:00
igoradamenko faf5ecf598 scroll to comment using parent window 2018-05-26 19:51:13 +03:00
igoradamenko 0d95254fef hide replying and editing forms when comment is deleted 2018-05-26 19:47:22 +03:00
igoradamenko 4de3c3c50f add hashchange listener 2018-05-26 19:12:13 +03:00
igoradamenko 4a39daa552 fix condition for comment.orig in comment component 2018-05-26 18:41:21 +03:00
igoradamenko 78b9a109f4 replace html entities in comment.orig 2018-05-26 18:35:32 +03:00
igoradamenko f468b7c3ee disable input buttons during sending 2018-05-26 18:26:12 +03:00
igoradamenko e5ffbb1b96 revert "remove requesting updated comment after voting" due to UI freezing 2018-05-26 17:15:01 +03:00
igoradamenko d7a22620df revert handling scores using store instead of comment state due to UI freezes 2018-05-26 17:04:36 +03:00
igoradamenko a56d2cfed8 handle scores using store instead of comment state 2018-05-26 16:49:53 +03:00
igoradamenko a4fce6b082 remove requesting updated comment after voting 2018-05-26 16:26:44 +03:00
igoradamenko 770d60ead6 chain voting promises 2018-05-26 16:07:31 +03:00
igoradamenko 2b49a09475 add proxy methods for store 2018-05-19 00:07:57 +03:00
igoradamenko 109dccb9e4 remove useless methods 2018-05-18 23:58:10 +03:00
igoradamenko ed0060ffcb fix adding comments to local store 2018-05-18 23:34:58 +03:00
igoradamenko fa8e581729 fix preview 2018-05-18 23:30:09 +03:00
igoradamenko a30c2ab07e optimise requests on edit / send 2018-05-18 23:21:45 +03:00
igoradamenko d9d423c055 force clear & set value in input on mount / unmount 2018-05-18 22:35:58 +03:00
igoradamenko 783ae26f78 force close editing form when replying is opening; and vice versa 2018-05-18 22:35:27 +03:00
igoradamenko 5097395258 add condition for input rerender 2018-05-18 22:23:38 +03:00
igoradamenko 402f502932 change critical comment score to low in UI 2018-05-18 22:09:12 +03:00
igoradamenko e02f0b4113 add timer for editing 2018-05-18 22:09:12 +03:00
igoradamenko 2a1c416bb8 use value from config for critical comment score 2018-05-18 22:09:12 +03:00
igoradamenko 246736d44d fix on edit error 2018-05-18 20:23:24 +03:00
igoradamenko ebda2514ec remove useless request on edit 2018-05-18 20:16:41 +03:00
igoradamenko bc1fbd6f42 fix cancellation of editing 2018-05-18 20:16:41 +03:00
igoradamenko 91f6e8e716 add id to params for api call 2018-05-18 19:38:34 +03:00
igoradamenko 6ed73901e7 oops; remove some useless stuff from defaultValue of input 2018-05-18 19:37:29 +03:00
igoradamenko a40626ef42 replace value attr with defaultValue on textarea 2018-05-18 19:31:42 +03:00
igoradamenko c300d57730 update comments tree after editing comment 2018-05-18 19:25:57 +03:00
igoradamenko a34122d437 add editing support to comment component 2018-05-18 19:25:57 +03:00
igoradamenko 1815380f3f add editing support to input component 2018-05-18 19:25:57 +03:00
igoradamenko 12f3e1ca5c leave rss links in the main comment form only 2018-05-18 18:22:26 +03:00
igoradamenko 359ee35bfc enhance styles of preloader 2018-05-18 18:02:08 +03:00
Igor AdamenkoandGitHub b4d35283ae Merge pull request #33 from paralainer/master
Improved first load time and UX on first load
2018-05-18 17:53:07 +03:00
igoradamenko 243ee909f8 add links to rss for thread & site 2018-05-18 17:49:57 +03:00
igoradamenko 90f6259143 add sort by active & redesign select 2018-05-17 23:05:37 +03:00
igoradamenko a1053be566 remove red border from input field in ff 2018-05-17 22:17:39 +03:00
stalov b7570aafe6 Improved first load speed by doing parallel requests 2018-05-15 23:13:36 +10:00
igoradamenko 7742ce5a38 lints 2018-05-13 23:23:59 +03:00
igoradamenko b7fa09e1ae add some tabindexes 2018-05-13 23:21:14 +03:00
Igor AdamenkoandGitHub ef618a58df Merge pull request #12 from Menelion/aria-links
Add basic ARIA mark-up
2018-05-13 23:17:29 +03:00
igoradamenko af8d73f057 add styles for markdown table & pre>code 2018-05-13 21:38:18 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë 158cc3f252 Changed according to code review by @igoradamenko 2018-05-13 21:30:30 +03:00
igoradamenko 5cbdc6f0f6 remove excess padding for comments in last comments 2018-05-13 02:47:35 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë e96f571b06 Resolve conflicts 2018-05-13 02:07:38 +03:00
igoradamenko c4d5766340 save prev reply cb to store for preventing bulk rerender on reply click 2018-05-13 02:06:35 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë e6aa4111dd Add basic ARIA mark-up 2018-05-13 01:49:13 +03:00