Versia Server frontend, designed with Nuxt.
Find a file
Jesse Wierzbinski b105c40807
refactor(build): 🐛 Switch final docker image to Node (use Bun for everything else except final Docker)
Solves issues with Bun's missing Brotli implementation
2024-04-24 21:25:54 -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 style: 🎨 Apply Biome 2024-04-24 20:58:17 -10:00
composables feat: Create new user profile view, refine components, add dropdown to notes 2024-04-24 20:56:01 -10:00
layouts feat: ♻️ Change code to build in static mode, add timelines, profiles and notes, new design 2024-04-21 21:38:51 -10:00
pages style: 🎨 Apply Biome 2024-04-24 20:58:17 -10:00
public refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -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 feat: ♻️ Change code to build in static mode, add timelines, profiles and notes, new design 2024-04-21 21:38:51 -10:00
biome.json refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
bun.lockb feat: Create new user profile view, refine components, add dropdown to notes 2024-04-24 20:56:01 -10:00
constants.ts refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -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: Create new user profile view, refine components, add dropdown to notes 2024-04-24 20:56:01 -10:00
package.json feat: Create new user profile view, refine components, add dropdown to notes 2024-04-24 20:56:01 -10:00
README.md refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00
tailwind.config.ts feat: ♻️ Change code to build in static mode, add timelines, profiles and notes, new design 2024-04-21 21:38:51 -10:00
tsconfig.json refactor: 🎨 Move Lysand-FE into its own repository 2024-04-14 15:16:57 -10:00