From 1fcf98fc13dc610ce2e2a10f07db8fb4074d0315 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 24 Feb 2018 19:19:42 +0200 Subject: [PATCH] =?UTF-8?q?3px=20=E2=86=92=202px=20border=20on=20pinned=20?= =?UTF-8?q?comments=20area?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/TODO.md | 18 +++++++++--------- .../root__pinned-comments.scss | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/TODO.md b/web/TODO.md index c6d9d4d0..663bd5ce 100644 --- a/web/TODO.md +++ b/web/TODO.md @@ -1,10 +1,3 @@ -optimizations: - -- rewrite fetcher if we need it (do we really need axios?) -- remove dev-tools if we have some -- remove babel-polyfill if we don't need it - - major features: - improve design @@ -16,17 +9,24 @@ major features: - remove grey avatars 'cause we have default img - add time format 'X hours ago' - use static buttons 'reply', 'pin', etc instead of dynamic + - maybe we should change layout: vote buttons | avatar | info; info: (top: name, points, time), (center: text), (bottom: controls) + - 48px avatar → 24px + - fix serif font in pinned comments and in auth panel - edit comment - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` - add description of web part to readme + +optimizations: + +- rewrite fetcher if we need it (do we really need axios?) +- remove dev-tools if we have some +- remove babel-polyfill if we don't need it minor features: - add manual sort - `GET /api/v1/find?site=site-id&url=post-url&sort=fld&format=tree` -- add manual format - - `GET /api/v1/find?site=site-id&url=post-url&sort=fld&format=tree` - add comments counter - `GET /api/v1/count?site=site-id&url=post-url` diff --git a/web/app/components/root/__pinned-comments/root__pinned-comments.scss b/web/app/components/root/__pinned-comments/root__pinned-comments.scss index 9247668e..7ffef917 100644 --- a/web/app/components/root/__pinned-comments/root__pinned-comments.scss +++ b/web/app/components/root/__pinned-comments/root__pinned-comments.scss @@ -3,6 +3,6 @@ .root__pinned-comments { margin-bottom: $offset * 2; padding: ($offset / 3) ($offset / 2); - border: 3px solid #0aa; + border: 2px solid #0aa; border-radius: 4px; }