Commit Graph

18 Commits

Author SHA1 Message Date
Gary
aae0fadd34 hotfix buttons and file removal 2023-08-31 09:52:46 -07:00
Gary
bc7b294d84 Hotfix video loading speeds 2023-08-30 18:55:14 -07:00
Gary
462d96cf14 Update release 2023-08-30 16:44:44 -07:00
541d65e2b1 Replaced invidious links with odysee links. 2023-08-07 14:31:33 -07:00
27037fe7b3 hot fix testing 2023-08-07 14:20:59 -07:00
28e4af0821 package removal, fixed video buttons 2023-07-11 12:18:21 -07:00
f9780bf388 Removed videoask, using alias email instead
for contacting
2023-07-11 11:17:43 -07:00
93631f4bfd hot fix for import paths 2023-06-26 17:50:29 -07:00
beae486c3a consistent naming convention
initial implement statement of faith section
2023-06-26 17:38:32 -07:00
7ad234ec36 Update to site 2023-06-06 17:16:48 -07:00
5242d04a46 changes made to file naming structure 2023-05-16 15:42:34 -07:00
2448e8d2bb changed components directory to be all lowercase.
updated import file paths.
2023-05-16 14:59:33 -07:00
f2e387f9d3 Added next dynamic import to sections on pages 2023-04-20 13:03:48 -07:00
5500a6dda9 Added sections to the rest of the pages 2023-04-20 12:27:09 -07:00
046b6aad7c added id url to about page 2023-04-20 11:18:26 -07:00
06c56623a8 Added Video Ask widget as a component for contact
us.
2023-04-19 23:58:04 -07:00
7de4b7bbfa Created a contact form section
installed three js
added test model to contact form section
fixed issue with double render of useEffect that
was causing it to show up twice once compiled.
This was resolved using a boolean check to see if it
is mounted first.

n Next.js, when you navigate between pages, the entire React tree is unmounted and then remounted. This means that any component with a useEffect hook will run its cleanup function before being unmounted, and then its effect function again when it is remounted. This can cause the effect to run twice.
2023-04-19 23:11:25 -07:00
82b92d0f7e Fixed error with Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'pause')
Source
Components/Layout/section.jsx (22:27) @ pause

Added additional pages.

Created unique id for video components.
2023-04-18 12:01:04 -07:00