Commit graph

80 commits

Author SHA1 Message Date
MarconLP
b3467912e7
add alert when browser recording is not supported 2023-05-03 14:49:31 +02:00
MarconLP
0ddeda1f1c
fix/not asking for mic permissions (first time) 2023-05-01 22:49:18 +02:00
MarconLP
82978ed739
fix/closing videoRecorderModal without uploading will keep it in the post step 2023-05-01 22:35:21 +02:00
MarconLP
5404c173bf
add activeLink indicator in header 2023-05-01 22:32:34 +02:00
MarconLP
b24075c6d5
update features on paywall 2023-05-01 21:51:56 +02:00
MarconLP
4bf5de6e5d
set billedAnually to true as default 2023-05-01 21:50:40 +02:00
MarconLP
b17b880479
fix duplicate login button in header 2023-04-30 18:19:29 +02:00
MarconLP
bdaf263749
remove unused code 2023-04-30 17:47:15 +02:00
MarconLP
fb26b4070b
fix missing header login button on large screens 2023-04-30 17:37:59 +02:00
MarconLP
61a432f1bd
remove unused code 2023-04-27 22:30:29 +02:00
MarconLP
fa47b387cb
adjust mobile header 2023-04-27 22:29:55 +02:00
MarconLP
be169714cc
improve footer layout on smaller devices 2023-04-27 22:23:09 +02:00
MarconLP
8c5cffad7a
add pricing page and extract CTA into its own component 2023-04-27 17:58:02 +02:00
MarconLP
4946d59bd4
add privacy policy and terms of services 2023-04-26 20:57:14 +02:00
MarconLP
ef9e991949
re-design and extract footer and header into their own components 2023-04-26 20:17:35 +02:00
MarconLP
c980d4e784
fix typescript error in Recorder.tsx 2023-04-24 13:12:20 +02:00
MarconLP
1871bd62b8
fix button margins 2023-04-24 12:12:49 +02:00
MarconLP
55a5886b5c
open sign-in window when trying to upload as a guest 2023-04-24 12:05:44 +02:00
MarconLP
25aedc87cd
invalidate video.getAll query after video.delete query 2023-04-24 11:50:12 +02:00
MarconLP
d778f61f33
add paywall events 2023-04-23 16:53:14 +02:00
MarconLP
abd0a03cd0
add recorder events 2023-04-23 15:16:30 +02:00
MarconLP
96296e8b4c
add newvideomenu events 2023-04-23 14:59:01 +02:00
MarconLP
9be8efeadf
add download video event 2023-04-23 14:53:58 +02:00
MarconLP
51eaa538f1
add profileMenu events 2023-04-23 14:49:31 +02:00
MarconLP
2c0a063975
add ShareModal events 2023-04-23 14:45:01 +02:00
MarconLP
b2975c96dd
end recoding if user stopps sharing his screen 2023-04-22 08:59:14 +02:00
MarconLP
5e32136c83
add crisp.chat support widget 2023-04-22 05:57:41 +02:00
MarconLP
91dae86499
add thumbnail support on video upload modal 2023-04-22 05:27:06 +02:00
MarconLP
2b648bd8e6
add thumbnails to videos 2023-04-22 04:46:53 +02:00
MarconLP
822d9ba225
generate and upload thumbnail 2023-04-22 03:06:26 +02:00
MarconLP
ece4700fce
fix stale recordModalOpen state 2023-04-22 00:52:51 +02:00
MarconLP
97273ac519
limit free tier to 10 uploaded videos and show paywall when hitting this limit 2023-04-22 00:50:11 +02:00
MarconLP
dbf8e719de
do not autoPlay video in Recorder component 2023-04-22 00:46:12 +02:00
MarconLP
1369474233
use onChange instead of onClick on checkbox to remove react warning 2023-04-21 23:32:41 +02:00
MarconLP
568e58d6a0
open paywall when trying to upload video 2023-04-21 23:30:33 +02:00
MarconLP
0f9b6736f1
fix mixed up functions 2023-04-21 23:17:56 +02:00
MarconLP
e1daf8e4de
remove unused code 2023-04-21 23:00:32 +02:00
MarconLP
a1b5796519
add tooltips 2023-04-21 22:59:50 +02:00
MarconLP
528b9cae0a
update paywall text 2023-04-21 03:15:46 +02:00
MarconLP
db1268ebb9
remove checkout component 2023-04-20 19:26:12 +02:00
MarconLP
200c9c2612
add paywall 2023-04-20 19:25:09 +02:00
MarconLP
ff164bfe8e
add margin to videoUploadModal 2023-04-20 16:35:35 +02:00
MarconLP
5036d41461
add CTAs to empty state view 2023-04-20 16:32:45 +02:00
MarconLP
c1fb9da74e
implement NewVideoMenu to select recording or uploading 2023-04-20 13:49:50 +02:00
MarconLP
adaeec0ed0
ui and ux during video recording steps 2023-04-20 11:45:15 +02:00
MarconLP
09286a6ed8
add video duration metadata to blob 2023-04-20 00:13:50 +02:00
MarconLP
58739430a5
add ability to download and upload recorded video 2023-04-19 20:32:49 +02:00
MarconLP
fff2e44a0f
move to post-recording step after stopping recording 2023-04-19 10:20:57 +02:00
MarconLP
70a484a270
prevent the counter from wiggling when the time changes 2023-04-19 00:46:23 +02:00
MarconLP
4b46ed7b4b
add resume icon while paused 2023-04-19 00:39:09 +02:00