Peter Zimon
3a5813fbf5
Fixed bug for darkmode
...
- Fixed a bug for darkmode not being loaded properly
2022-07-11 15:23:20 +02:00
Simon Backx
eea1bf19a1
Moved AuthFrame back to use useEffect
2022-07-08 13:29:04 +02:00
Peter Zimon
08cc74c894
Added sequential load for CSS
...
- Loading CSS from external source might take time which can result in
content appearing for a split-second without any formatting. To avoid
this, we added a CSS class that hides all content until the CSS is
properly loaded.
2022-07-08 13:28:39 +02:00
Simon Backx
6cb29e434a
Fixed reply Form autofocus
2022-07-08 13:24:50 +02:00
Simon Backx
ef84ab2f40
Moved Avatar to new style
2022-07-08 13:21:37 +02:00
Peter Zimon
5f9f05d60e
Fixed missing animation
...
- added animation CSS definitions for heartbeat animation
2022-07-08 13:18:27 +02:00
Peter Zimon
d44571be16
Fixed port for local development
...
- updated helpers to use port 4000 for local development
2022-07-08 13:16:03 +02:00
Simon Backx
4ac29fc40a
Moved NotAuthorContextMenu to newer syntax
2022-07-08 13:14:32 +02:00
Peter Zimon
d89ff82582
Added animation to Like button
...
- added a heartbeat animation to the Like button for a little delight
2022-07-08 13:13:35 +02:00
Simon Backx
de6ea5aa45
Moved CommentContextMenu to newer syntax
2022-07-08 13:11:02 +02:00
Fabien "egg" O'Carroll
8b72c0ec8d
v0.1.1
2022-07-08 13:09:02 +02:00
Fabien "egg" O'Carroll
b7fbd4e74e
Setup app to support prod published flow
2022-07-08 13:09:02 +02:00
Simon Backx
aa8b729180
Moved AuthorContextMenu to newer syntax
2022-07-08 13:07:11 +02:00
Simon Backx
65eb942c73
Moved AdminContextMenu to newer style
2022-07-08 13:04:30 +02:00
Simon Backx
250df54a14
Removed onLoad again from useEffect
2022-07-08 13:03:49 +02:00
Simon Backx
54344c218e
Fixed useEffect warnings
2022-07-08 12:55:02 +02:00
Simon Backx
99f0038633
Moved Pagination to newer React syntax
2022-07-08 12:49:56 +02:00
Simon Backx
2837f67f97
Updated edit form to set selection to end
2022-07-08 12:34:58 +02:00
James Morris
714ef334a0
Fixed up the reply box no having proper margins
2022-07-08 12:27:44 +02:00
James Morris
7aa4a4a44f
Fixed position bugs for when form is with no comments and as edited
2022-07-08 12:21:02 +02:00
Peter Zimon
f1248435ba
Fixed spaces not rendered in FF issue
2022-07-08 12:19:13 +02:00
James Morris
d7df229927
Fixed the missing semicolon problem with compiling
2022-07-08 12:13:41 +02:00
James Morris
8893b701b0
Fixed up the margin problem when there are no comments
2022-07-08 12:12:46 +02:00
Peter Zimon
880dc77044
Fix FF outline bug
2022-07-08 12:10:07 +02:00
Peter Zimon
45655fecd3
Updated CTA
2022-07-08 11:59:43 +02:00
James Morris
8fd5c5bb77
Tiny tweaks for alignment for boxes
2022-07-08 11:56:42 +02:00
James Morris
6b8232c637
Fixed up positioning problems
2022-07-08 11:55:48 +02:00
Simon Backx
bc6c1e0470
Added accent color to css variables
2022-07-08 11:47:14 +02:00
Peter Zimon
da21656b14
Added theme variables to context
2022-07-08 11:38:58 +02:00
Simon Backx
1550f582be
Added blockquotes
2022-07-08 11:03:19 +02:00
James Morris
9f11eaf547
Refactored edit form down into base form, still needs fixes
2022-07-08 10:50:59 +02:00
Simon Backx
d55ffafb43
Fixed replies hidden if all removed or hidden
2022-07-08 10:49:01 +02:00
Simon Backx
0c8c89c651
Fixed linting warning in Comment component
2022-07-08 10:45:59 +02:00
Simon Backx
ff036bba90
Fixed iframe linting error
2022-07-08 10:45:14 +02:00
Peter Zimon
1fb189cae9
Added accent color
2022-07-08 10:44:18 +02:00
Simon Backx
c677f60f0b
Added Tiptap core dependency
2022-07-08 10:43:33 +02:00
Simon Backx
a10c73ac89
Removed Tiptap starter kit from package.json
2022-07-08 10:41:17 +02:00
Simon Backx
8dfb77182e
Removed Tailwind classes from comment contents
2022-07-08 10:39:13 +02:00
James Morris
19d2fba350
Combined add and reply form into one and adjusted styles
2022-07-08 10:33:25 +02:00
Simon Backx
10626d9bf7
Added editor to EditForm
2022-07-08 10:24:52 +02:00
James Morris
1a894e3120
Tweaks styles for add form now new editor is in there
2022-07-08 10:13:39 +02:00
Simon Backx
52d96c1bf0
Added editor to replyForm
2022-07-08 10:13:28 +02:00
Simon Backx
a2d5e51c76
Moved editor configuration to separate file
2022-07-08 10:07:43 +02:00
Simon Backx
d9a7062454
Disable editor autofocus
2022-07-08 10:00:32 +02:00
Simon Backx
6f0573ccb0
Added TipTap editor
2022-07-08 09:58:55 +02:00
Peter Zimon
50b7c089f8
Updated colors for textarea
2022-07-08 09:49:43 +02:00
Peter Zimon
200717f779
Making add form width dynamic based on comment count
2022-07-07 17:47:34 +02:00
Peter Zimon
81bb2fb441
More dark mode refinements
2022-07-07 17:39:36 +02:00
Peter Zimon
d0b069d2bb
Dark mode refinements
2022-07-07 17:33:26 +02:00
Peter Zimon
3a79597c9a
Add form darkmode
2022-07-07 17:23:00 +02:00