2a1059 WIP

Authored and Committed by Luc Didry 3 years ago
68 files changed. 3603 lines added. 1696 lines removed.
cpanfile
file modified
+1 -0
lib/Lufi.pm
file modified
+5 -0
lib/Lufi/Controller/Misc.pm
file modified
+7 -0
lib/Lufi/Plugin/Helpers.pm
file modified
+26 -0
themes/default/public/css/lufi.css
file modified
+1241 -1253
themes/default/public/css/lufi.min.css
file added
+2
themes/default/public/img/backgrounds/episode2.jpg
file added
+0
themes/default/public/img/backgrounds/episode27.jpg
file added
+0
themes/default/public/img/backgrounds/komona-sunset.jpg
file added
+0
themes/default/public/img/backgrounds/only-komona.jpg
file added
+0
themes/default/public/js/alpine.min.js
file added
+8
themes/default/public/js/alpine.min.js.map
file added
+1
themes/default/public/js/lufi-common.js
file modified
+2 -2
themes/default/public/js/lufi-navbar.js
file added
+0
themes/default/tailwindcss/.gitignore
file added
+1
themes/default/tailwindcss/Makefile
file added
+27
themes/default/tailwindcss/package.json
file added
+6
themes/default/tailwindcss/styles.css
file added
+311
themes/default/tailwindcss/styles/000-base.css
file added
+19
themes/default/tailwindcss/styles/010-body.css
file added
+14
themes/default/tailwindcss/styles/020-navbar.css
file added
+84
themes/default/tailwindcss/styles/030-main.css
file added
+15
themes/default/tailwindcss/styles/040-icons.css
file added
+19
themes/default/tailwindcss/styles/050-cards.css
file added
+17
themes/default/tailwindcss/styles/060-buttons.css
file added
+19
themes/default/tailwindcss/styles/070-form.css
file added
+22
themes/default/tailwindcss/styles/080-modale.css
file added
+14
themes/default/tailwindcss/styles/200-page-files.css
file added
+19
themes/default/tailwindcss/styles/210-page-index.css
file added
+65
themes/default/tailwindcss/styles/220-page-invite.css
file added
+3
themes/default/tailwindcss/styles/999-closing.css
file added
+1
themes/default/tailwindcss/tailwind.config.js
file added
+15
themes/default/tailwindcss/yarn.lock
file added
+749
themes/default/templates/about.html.ep
file modified
+61 -22
themes/default/templates/delays.html.ep
file modified
+36 -14
themes/default/templates/files.html.ep
file modified
+48 -21
themes/default/templates/icons/check.svg.html.ep
file added
+3
themes/default/templates/icons/checkbox.svg.html.ep
file added
+3
themes/default/templates/icons/cross.svg.html.ep
file added
+3
themes/default/templates/icons/down.svg.html.ep
file added
+3
themes/default/templates/icons/download.svg.html.ep
file added
+3
themes/default/templates/icons/hamburger.svg.html.ep
file added
+3
themes/default/templates/icons/infos.svg.html.ep
file added
+3
themes/default/templates/icons/meridian.svg.html.ep
file added
+3
themes/default/templates/icons/trash.svg.html.ep
file added
+3
themes/default/templates/icons/up.svg.html.ep
file added
+3
themes/default/templates/icons/upload.svg.html.ep
file added
+3
themes/default/templates/icons/user.svg.html.ep
file added
+3
themes/default/templates/index.html.ep
file modified
+36 -148
themes/default/templates/index/burn_after_reading.html.ep
file added
+19
themes/default/templates/index/delays.html.ep
file added
+54
themes/default/templates/index/drag_n_drop.html.ep
file added
+22
themes/default/templates/index/messages.html.ep
file added
+13
themes/default/templates/index/pwd_on_files.html.ep
file added
+11
themes/default/templates/index/zip_files.html.ep
file added
+11
themes/default/templates/index/zipname.html.ep
file added
+11
themes/default/templates/index/zipped_files.html.ep
file added
+27
themes/default/templates/invitations/invite.html.ep
file modified
+31 -22
themes/default/templates/layouts/default.html.ep
file modified
+40 -97
themes/default/templates/layouts/nav/mobile_nav.html.ep
file added
+70
themes/default/templates/layouts/nav/navbar.html.ep
file added
+118
themes/default/templates/layouts/nav/normal_nav.html.ep
file added
+70
themes/default/templates/login.html.ep
file modified
+33 -23
themes/default/templates/logout.html.ep
file modified
+14 -14
themes/default/templates/mail.html.ep
file modified
+59 -32
themes/default/templates/msg.html.ep
file modified
+22 -18
themes/default/templates/partial/layout.js.ep
file modified
+1 -1
themes/default/templates/render.html.ep
file modified
+47 -29
    WIP
    
        
file modified
+1 -0
file modified
+5 -0
file modified
+7 -0
file modified
+26 -0
file modified
+1241 -1253
empty file added