|
529759fbe2
|
Fixed topic hover style on black background
|
2023-06-06 00:05:12 +03:00 |
|
|
39d2e90faf
|
Removed trash
|
2023-06-05 23:55:20 +03:00 |
|
|
533ca3865f
|
Fixed topic cards style
|
2023-06-05 23:46:55 +03:00 |
|
|
eac5704063
|
Fixed article cards style
|
2023-06-03 01:01:34 +03:00 |
|
|
054a8e00c6
|
Change vite config for css
|
2023-06-03 01:01:08 +03:00 |
|
Ilya Y
|
659abb5e21
|
Create page (#106)
|
2023-05-31 15:23:18 +03:00 |
|
|
a6f58702d9
|
Fixed article cards style
|
2023-05-29 23:46:30 +03:00 |
|
|
e183d0f090
|
Fixed feedback popup style
|
2023-05-29 22:39:53 +03:00 |
|
|
b4e1ed2835
|
Fixed article cards style
|
2023-05-29 22:27:25 +03:00 |
|
Ilya Y
|
bb45d206e1
|
Add popover helpers in Editor (#105)
|
2023-05-29 20:14:58 +03:00 |
|
Ilya Y
|
5a1699aa87
|
Quote variants (#101)
Quote options + alignment
|
2023-05-29 13:09:44 +03:00 |
|
Ilya Y
|
2ef8da6da5
|
Feature/85 side panel (#104)
* Add shortcuts list to the side panel
* Night mode style
|
2023-05-29 07:40:17 +03:00 |
|
|
905a8cf7ee
|
Fixed article card style
|
2023-05-26 22:22:24 +03:00 |
|
Ilya Y
|
982df78cc4
|
[212] Scroll to comment in article from user profile (#103)
* [212] Scroll to comment in article from user profile
* [212] Scroll to comment from feed
* Resolve conversation
|
2023-05-26 13:30:27 +02:00 |
|
Ilya Y
|
cc48b68d38
|
add setIsActionPopupActive signal (#102)
|
2023-05-26 05:32:20 +03:00 |
|
|
75bca7d62c
|
Fixed article card style
|
2023-05-25 23:48:36 +03:00 |
|
|
44dabc45c0
|
Fixed header style
|
2023-05-25 00:51:47 +03:00 |
|
|
186912e2e8
|
View switcher unification
|
2023-05-23 01:01:04 +03:00 |
|
|
f0d8aa4f5c
|
Removed iframe borders
|
2023-05-20 16:46:04 +03:00 |
|
|
22b0a89755
|
Article footer controls style fixes
|
2023-05-20 16:44:33 +03:00 |
|
|
fe7262dda6
|
Auth popup minor fixes
|
2023-05-20 16:14:42 +03:00 |
|
|
f8bb60a8a4
|
Fixed auth popup style
|
2023-05-18 23:02:19 +03:00 |
|
|
72c6a38008
|
Fixed author card style for mobile
|
2023-05-18 21:57:19 +03:00 |
|
|
81ffccdccc
|
Fixed author card style for mobile
|
2023-05-18 21:48:58 +03:00 |
|
|
75e78cb7c6
|
Fixed comment controls style for mobile
|
2023-05-18 21:48:24 +03:00 |
|
|
b08f6a3621
|
Removed iframe borders
|
2023-05-18 21:35:18 +03:00 |
|
Ilya Y
|
d6b797aa0c
|
SharePopup - IsVisible as optional prop (#100)
|
2023-05-18 16:18:07 +03:00 |
|
|
446a3fae34
|
Replace className attribute to class
|
2023-05-18 00:45:53 +03:00 |
|
|
987061245e
|
Minor fix
|
2023-05-18 00:42:42 +03:00 |
|
|
feeee914d0
|
Replace icon
|
2023-05-18 00:36:07 +03:00 |
|
|
142748f81e
|
Add link to the article in comments on the author page
|
2023-05-18 00:10:15 +03:00 |
|
|
dd3a6336b2
|
Fixed buttons style
|
2023-05-17 23:27:24 +03:00 |
|
|
7fca709203
|
Fixed buttons hover style
|
2023-05-17 21:58:36 +03:00 |
|
Ilya Y
|
afcebb10b1
|
One page with subscriptions to authors and topics (#99)
* One page with subscriptions to authors and topics
* resolve conversation
|
2023-05-17 12:41:50 +02:00 |
|
Ilya Y
|
c60b7e5c53
|
Add tooltip to Article details (#98)
* Add tooltip to Article details
* Hide popover f SharePopup is visible
|
2023-05-17 07:04:38 +03:00 |
|
|
3710812668
|
Fixed editor icons
|
2023-05-17 02:53:38 +03:00 |
|
|
c973b28161
|
Style fix for share popup
|
2023-05-16 22:17:47 +03:00 |
|
|
1169cd44ad
|
Comment field style fixes
|
2023-05-16 00:40:55 +03:00 |
|
|
5c236051d0
|
Auth popup styles fixes
|
2023-05-16 00:35:07 +03:00 |
|
|
68eb7833e7
|
Video article style fixes
|
2023-05-15 23:07:04 +03:00 |
|
|
96baa8883e
|
Auth modal style fixes
|
2023-05-13 23:48:56 +03:00 |
|
|
aed62e5a8c
|
Fixed comment form editor style
|
2023-05-13 23:17:04 +03:00 |
|
Ilya Y
|
4d147e3eb7
|
Add popover util (#96)
* Add popover component
* [WIP] Popover component
* update ref
* conversation resolve
* conversation resolve (conditional render icon)
* conversation resolve (onMount instead createEffect)
|
2023-05-13 19:00:58 +02:00 |
|
Vyacheslav Ananev
|
cbb254a907
|
Add Subscribe email validation (#97)
* refactor(AuthModal): move email validator to utils
* refactor(utils/validators): change email validation to regexp
* feat(Subscribe): add email and serve response validation
* refactor(Button): change secondary variant styles
* feat(Subscribe): styling controls
* fix(Subscribe): call email accessor
* fix(Subscribe): button non full width in ios
|
2023-05-13 18:59:09 +02:00 |
|
Ilya Y
|
20ca55e1b2
|
Add maxLength counter in Growing Textarea (#95)
|
2023-05-12 19:50:28 +02:00 |
|
bniwredyc
|
065630decb
|
newsletter fix
|
2023-05-12 16:57:33 +02:00 |
|
bniwredyc
|
9f3fe229d5
|
connect form update
|
2023-05-12 16:36:05 +02:00 |
|
bniwredyc
|
66696dab7b
|
newsletter fix attempt
|
2023-05-12 16:21:35 +02:00 |
|
bniwredyc
|
467e8c5e53
|
connect form fixes
|
2023-05-12 16:11:00 +02:00 |
|
bniwredyc
|
f5062162b2
|
newsletter fix attempt, connect form messages
|
2023-05-12 15:59:40 +02:00 |
|