Versia Server frontend, designed with Nuxt.
Find a file
2024-05-04 19:22:47 -10:00
.github ci(build): 💚 Fix docker CI build 2024-04-21 21:41:21 -10:00
.vscode fix(build): 🐛 Give proper permissions to GitHub Actions build 2024-04-14 15:29:49 -10:00
components feat: 🔒 Add crossorigin attributes to every image element 2024-05-04 19:22:47 -10:00
composables feat: 🔒 Add crossorigin attributes to every image element 2024-05-04 19:22:47 -10:00
layouts feat: Add bottom sidebar on mobile 2024-04-30 22:40:33 -10:00
pages feat: 🔒 Add crossorigin attributes to every image element 2024-05-04 19:22:47 -10:00
public style: 🎨 Change logo to WebP version as SVG one had gradient issues 2024-04-29 14:05:01 -10:00
types/mastodon feat: ♻️ Change code to build in static mode, add timelines, profiles and notes, new design 2024-04-21 21:38:51 -10:00
.dockerignore refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
.gitignore refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
app.vue fix: 🚑 Fix errors when logging in with incorrect credentials 2024-04-28 13:48:03 -10:00
biome.json refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
bun.lockb refactor: 🔒 Improve security of frontend with nonce, CSP and security headers 2024-05-04 17:33:51 -10:00
Dockerfile refactor(build): 🐛 Switch final docker image to Node (use Bun for everything else except final Docker) 2024-04-24 21:25:54 -10:00
nuxt.config.ts feat: 🔒 Add crossorigin attributes to every image element 2024-05-04 19:22:47 -10:00
package.json refactor: 🔒 Improve security of frontend with nonce, CSP and security headers 2024-05-04 17:33:51 -10:00
README.md refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
tailwind.config.ts feat: Add quoting, replies, refactor parts of old code 2024-04-27 20:35:26 -10:00
tsconfig.json refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00