Add authentication #17

Manually merged
Webmaster merged 225 commits from auth into main 2025-03-08 10:37:06 +00:00
2 changed files with 711 additions and 128 deletions
Showing only changes of commit 2eba751204 - Show all commits

File diff suppressed because it is too large Load diff

View file

@ -360,8 +360,8 @@ const FileViewerModal: React.FC<FileViewerModalProps> = ({ isOpen, onClose, file
checked={isOpen}
onChange={onClose}
/>
<div className="modal">
<div className="modal-box max-w-4xl">
<div className="modal ">
<div className="modal-box max-w-4xl">
<div className="flex justify-between items-center mb-4">
{showPreview && selectedFile ? (
<>