A nimble Mastodon web client
 
 
 
 
 
Go to file
patak 5d5cdebb56
feat: posts and mentions in profile (#17)
2022-11-20 22:38:52 +01:00
.vscode feat: use masto client 2022-11-14 10:20:07 +08:00
components feat: posts and mentions in profile (#17) 2022-11-20 22:38:52 +01:00
composables feat: tags page 2022-11-21 05:25:26 +08:00
constants feat: basic oauth 2022-11-15 23:48:23 +08:00
layouts feat: improve layout (#19) 2022-11-21 05:30:21 +08:00
middleware refactor: use middleware to handle redirection 2022-11-15 21:58:00 +08:00
pages feat: posts and mentions in profile (#17) 2022-11-20 22:38:52 +01:00
plugins refactor: update composable names 2022-11-18 05:32:03 +08:00
scripts fix: register apps when dir is missing (#6) 2022-11-15 22:22:15 +01:00
server fix: fix gist loading 2022-11-16 00:03:12 +08:00
styles feat: improve layout (#19) 2022-11-21 05:30:21 +08:00
types refactor: paginator 2022-11-17 15:35:42 +08:00
.env.example feat: styling 2022-11-14 00:05:32 +08:00
.eslintrc chore: init 2022-11-13 13:34:43 +08:00
.gitignore wip: oauth 2022-11-15 22:29:46 +08:00
.npmrc chore: init 2022-11-13 13:34:43 +08:00
.stackblitzrc chore: init 2022-11-13 13:34:43 +08:00
README.md feat: status details 2022-11-14 22:54:30 +08:00
app.vue feat: status details 2022-11-14 22:54:30 +08:00
html.d.ts chore: init 2022-11-13 13:34:43 +08:00
netlify.toml chore: init 2022-11-13 13:34:43 +08:00
nuxt.config.ts feat: nav side 2022-11-16 01:14:10 +08:00
package.json feat: basic parsing of post content 2022-11-21 05:21:53 +08:00
pnpm-lock.yaml feat: basic parsing of post content 2022-11-21 05:21:53 +08:00
tsconfig.json chore: init 2022-11-13 13:34:43 +08:00
unocss.config.ts feat: status details 2022-11-14 22:54:30 +08:00

README.md

Nuxtodon

A Mastodon web client powered by Nuxt.

Very WIP.