igoradamenko
|
c8b9f8e75a
|
add todos about design
|
2018-02-18 01:50:56 +02:00 |
|
igoradamenko
|
c4b1615010
|
remove completed todos
|
2018-02-18 01:31:16 +02:00 |
|
igoradamenko
|
9be22ed05e
|
add reset styles for html and body tags
|
2018-02-18 01:30:54 +02:00 |
|
igoradamenko
|
42ee0f7e56
|
split test htmls to index (for prod test) and dev (for dev)
|
2018-02-18 01:16:14 +02:00 |
|
igoradamenko
|
44eb9aaa86
|
use relative paths to scripts and styles on iframe page
|
2018-02-18 01:15:22 +02:00 |
|
igoradamenko
|
7aa99cc07d
|
add check for config object to embed script; use local url for iframe in dev
|
2018-02-18 01:14:22 +02:00 |
|
igoradamenko
|
7e771f809a
|
fix url param key in test embed
|
2018-02-18 00:40:18 +02:00 |
|
igoradamenko
|
8783cc5fa4
|
add test params to embed test file
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
46e4027ae7
|
pass params to main script from embed script by query string of iframe's src
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
d707449d5c
|
build embed script only in production mode
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
e08313ea0a
|
prepend user avatar url by base url if it starts from api base
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
ff9010f534
|
parse query string for settings
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
10f65eb853
|
move constants to separated file
|
2018-02-18 00:37:27 +02:00 |
|
igoradamenko
|
f5652fe8a7
|
remove fixed tasks from web todo
|
2018-02-16 00:40:40 +02:00 |
|
igoradamenko
|
fdc3188155
|
update method of communication between iframe and embed script
|
2018-02-16 00:07:17 +02:00 |
|
igoradamenko
|
1e4704d01e
|
fix missing function wrapper around init js
|
2018-02-15 23:33:13 +02:00 |
|
igoradamenko
|
3b85e2b875
|
add embed script for iframe and test page for them
|
2018-02-15 23:31:24 +02:00 |
|
igoradamenko
|
b0fc46fbc7
|
add styles to iframe
|
2018-02-14 01:59:03 +02:00 |
|
igoradamenko
|
f0bd5bd8a1
|
remove reply button on pinned comments
|
2018-02-14 01:54:42 +02:00 |
|
igoradamenko
|
fb45e40e5a
|
fix default values for config and providers
|
2018-02-14 01:40:01 +02:00 |
|
igoradamenko
|
537a04937d
|
fix location check in new window during signing in
|
2018-02-14 01:37:50 +02:00 |
|
igoradamenko
|
12cf3d7264
|
fix saving data of current user after logging in
|
2018-02-14 01:29:52 +02:00 |
|
igoradamenko
|
b901bc2e96
|
add sign in / out handlers
|
2018-02-14 01:16:55 +02:00 |
|
igoradamenko
|
8e62f1b3aa
|
add auth-panel block
|
2018-02-14 01:16:55 +02:00 |
|
igoradamenko
|
3e6215d7dd
|
fix path to script in iframe
|
2018-02-14 01:16:55 +02:00 |
|
igoradamenko
|
a3df876eb6
|
add log out endpoint
|
2018-02-14 01:16:55 +02:00 |
|
igoradamenko
|
60eeb51ee9
|
make it possible to override api base in fetcher
|
2018-02-14 01:16:55 +02:00 |
|
igoradamenko
|
de76638b7b
|
add iframe.html
|
2018-02-13 23:49:21 +02:00 |
|
igoradamenko
|
b2e9101e29
|
add copy-webpack-plugin
|
2018-02-13 23:48:43 +02:00 |
|
igoradamenko
|
36ff18c61a
|
add withCredentials flag to endpoints that need it
|
2018-02-13 22:33:37 +02:00 |
|
igoradamenko
|
fd66f639f3
|
add support for withCredentials to fetcher; change its api to polymorphic
|
2018-02-13 22:33:13 +02:00 |
|
igoradamenko
|
dd9a2d5cf8
|
remove mimic
|
2018-02-13 20:18:47 +02:00 |
|
igoradamenko
|
c69d7cfa95
|
add todo list for web app
|
2018-02-13 01:26:06 +02:00 |
|
igoradamenko
|
77e8cc8d45
|
subscribe comments in root component state to store updates
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
7844971304
|
add sub/pub to store
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
37c2e8b3fd
|
add getConfig to api
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
94244f9751
|
decrease opacity of comments of banned users
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
115917b0d2
|
remove old comment deleting handler
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
0cbce460cb
|
show pinned comments on the top of threads
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
5a52b87cd6
|
add max width to test container
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
cf295c18fe
|
add getPinnedComments method to store
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
4e3b931e38
|
reset input height after sending comment
|
2018-02-13 01:15:09 +02:00 |
|
igoradamenko
|
e4e580c55a
|
separate dev & production settings in webpack config
|
2018-02-13 01:15:09 +02:00 |
|
Umputun
|
7419686aaf
|
allow /web/ without extra redirect
|
2018-02-12 14:52:18 -06:00 |
|
igoradamenko
|
e9ffc75bfa
|
remove useless NODE_ENV key from dockerfile build-frontend part
|
2018-02-12 22:17:57 +02:00 |
|
igoradamenko
|
80352a86f0
|
add build-frontend part to dockerfile
|
2018-02-12 22:08:19 +02:00 |
|
igoradamenko
|
787dfc705a
|
fix logic of block/unblock buttons appearing
|
2018-02-05 01:01:07 +02:00 |
|
igoradamenko
|
2f9146f462
|
add handlers for block, unblock and remove in comment component
|
2018-02-05 00:27:47 +02:00 |
|
igoradamenko
|
35837ed6c9
|
add remove, blockUser and unblockUser to api
|
2018-02-05 00:27:47 +02:00 |
|
igoradamenko
|
8ff6e8e589
|
add support for pin to comment component
|
2018-02-05 00:27:47 +02:00 |
|