From c8b9f8e75a9ed1c511f49f6b23d9d5de6c39de17 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 18 Feb 2018 01:45:06 +0200 Subject: [PATCH] add todos about design --- web/TODO.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/web/TODO.md b/web/TODO.md index a10d5289..c6d9d4d0 100644 --- a/web/TODO.md +++ b/web/TODO.md @@ -1,12 +1,21 @@ optimizations: - rewrite fetcher if we need it (do we really need axios?) -- remove mimic and other dev-tools -- remove babel if we don't need it +- remove dev-tools if we have some +- remove babel-polyfill if we don't need it major features: +- improve design + - add true preloader + - disable inputs for guests + - hide reply links for guests + - check mobile ui + - add icons for social networks + - remove grey avatars 'cause we have default img + - add time format 'X hours ago' + - use static buttons 'reply', 'pin', etc instead of dynamic - edit comment - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` - add description of web part to readme