Commit Graph

194 Commits

Author SHA1 Message Date
c9958adadc Fixed topics page style 2022-11-09 22:02:12 +03:00
Igor Lobanov
6da1ff8b8d
Merge pull request #52 from Discours/topic-page
Topic page fixes
2022-11-09 17:14:42 +01:00
1b84f51f50 About pages style fixes 2022-11-08 22:48:00 +03:00
54d4c4d055 About pages fixed grid 2022-11-08 09:41:50 +03:00
7142b58bc9 About pages style fixes 2022-11-08 09:10:06 +03:00
9581f21d7b Topic page fixes 2022-11-08 00:07:42 +03:00
Igor Lobanov
3c599e2142
Merge pull request #51 from Discours/fix-modal
Fixed document scroll position when modal opened
2022-11-07 11:02:49 +01:00
fc4ce0e79d Fixed swiper fractional values 2022-11-04 17:25:55 +03:00
2e53d894c4 Fixed linter error 2022-11-04 16:58:42 +03:00
d0c0f3ab93 Fixed document scroll position when modal opened 2022-11-04 16:05:50 +03:00
03024ca58d Fixed create article control on mobile 2022-11-04 11:13:11 +03:00
491f5df763 Created connect page 2022-11-03 01:11:30 +03:00
7462e00cc3 Popup minor style fix 2022-11-03 00:55:29 +03:00
f78f007392 Minor style fixes 2022-11-03 00:43:38 +03:00
Igor Lobanov
d903f233cf
Merge pull request #48 from Discours/editor2
Editor 2
2022-11-02 19:03:02 +01:00
Igor Lobanov
90382baf08
Merge pull request #47 from Discours/about
About
2022-11-02 19:02:05 +01:00
42580bbd68 catch-error 2022-11-02 10:25:36 +03:00
62fe2c8484 fixes 2022-11-02 10:10:44 +03:00
12f30b29a0 merged-dev 2022-11-02 01:29:08 +03:00
1c38fc124b forget password send link, localized 2022-11-02 01:25:18 +03:00
Igor Lobanov
0f0b2645aa editor styles isolated, editor sidebar esc and outside click handling 2022-11-01 23:05:08 +01:00
Igor Lobanov
b2387543fc Editor async loading, minor fixes 2022-11-01 20:27:43 +01:00
3898b67fc1 Added discussion rules page 2022-10-31 23:42:20 +03:00
Igor Lobanov
72c5b1bc70
Merge pull request #46 from Discours/editor-fix
editor fix
2022-10-31 21:27:49 +01:00
Igor Lobanov
3de2f1208c editor fix 2022-10-31 21:25:38 +01:00
b08aec8416 Added new static page 2022-10-31 22:51:28 +03:00
569240bdce Fixed style of header controls 2022-10-31 22:05:26 +03:00
Igor Lobanov
ec3f9ab54c lint 2022-10-31 17:44:52 +01:00
Igor Lobanov
72c2dcc104 style fix 2022-10-31 16:02:46 +01:00
Igor Lobanov
d36ec1d4c9 fixes 2022-10-31 15:22:58 +01:00
Igor Lobanov
98eef5f172 lint 2022-10-31 14:39:35 +01:00
Igor Lobanov
ddb5bee5b8 fixes 2022-10-31 14:26:45 +01:00
Igor Lobanov
5bcef1d1e2 Merge remote-tracking branch 'origin/dev' into editor
# Conflicts:
#	src/components/Feed/Row3.tsx
#	src/components/Nav/AuthModal/EmailConfirm.tsx
#	src/components/Nav/AuthModal/ForgotPasswordForm.tsx
#	src/components/Nav/AuthModal/LoginForm.tsx
#	src/components/Nav/AuthModal/RegisterForm.tsx
#	src/components/Nav/AuthModal/index.tsx
#	src/components/Nav/Header.tsx
#	src/components/Nav/Modal.tsx
#	src/components/Nav/Popup.tsx
#	src/components/Nav/Private.tsx
#	src/components/Root.tsx
#	src/components/Topic/Card.tsx
#	src/components/Views/AllAuthors.tsx
#	src/components/Views/Author.tsx
#	src/components/Views/Home.tsx
#	src/components/Views/Topic.tsx
#	src/graphql/mutation/auth-confirm-email.ts
#	src/locales/ru.json
#	src/pages/welcome.astro
#	src/stores/auth.ts
#	src/stores/ui.ts
#	src/stores/zine/authors.ts
#	src/utils/apiClient.ts
#	src/utils/config.ts
2022-10-31 14:06:32 +01:00
Igor Lobanov
190a3226d5 prettier 2022-10-31 13:51:52 +01:00
Igor Lobanov
23541c06ce Revert "oauth-confirm moved"
This reverts commit 5700968caf.
2022-10-31 13:36:41 +01:00
Igor Lobanov
25fd5bf42f load more (Feed, Author, Topic, Home update) 2022-10-28 23:42:28 +02:00
Igor Lobanov
d7ceebf0dd build fix 2022-10-28 11:15:11 +02:00
Igor Lobanov
54a74fa2ee refactoring, horizonalAnchor prop added to Popup 2022-10-28 11:10:14 +02:00
0eda49ed5d Profile popup 2022-10-26 22:22:22 +03:00
6c648fad81 Fixed feed 2022-10-26 00:45:37 +03:00
7f2becb2fa Fixed mobile burger 2022-10-26 00:17:35 +03:00
6b82d36f96 Fixed header controls 2022-10-25 22:43:24 +03:00
Igor Lobanov
2e827901c2 Auth & registration 2022-10-25 18:29:27 +02:00
Igor Lobanov
f64bcc08f0 prettier 2022-10-25 17:40:12 +02:00
Igor Lobanov
06beecac54 common Popup component & SharePopup 2022-10-25 17:36:32 +02:00
a63cde416f forgot-fix 2022-10-23 23:59:15 +03:00
5700968caf oauth-confirm moved 2022-10-23 17:03:05 +03:00
7d338149f0 editor types, checkbox fix, baseurl fix 2022-10-23 13:48:03 +03:00
eda0c46f29 fix-import 2022-10-22 17:20:40 +03:00
335c69f64d merged 'origin/auth' into prepare-editor 2022-10-22 15:38:01 +03:00