Go to file
Clément Pons 93eaa1e3e4 Merge branch 'dev' of https://git.peaceultime.com/Peaceultime/obsidian-visualiser into dev 2025-11-03 11:21:08 +01:00
components Updated legal stuff, added floating popup that can be pin and move. Fix character compiler modifier updates not dirtying all dependents. 2025-10-05 23:54:37 +02:00
composables Typo fixes, add spell range to sheet and remove useContent 2025-10-21 17:49:21 +02:00
db New DB schema for campaigns 2025-10-30 14:05:12 +01:00
drizzle New DB schema for campaigns 2025-10-30 14:05:12 +01:00
layouts Compress stored content for improved caching size and speed. Add loading component on every Content ready awaiting to reduce first render time. 2025-10-28 17:57:20 +01:00
middleware Typo fixes, add spell range to sheet and remove useContent 2025-10-21 17:49:21 +02:00
pages Compress stored content for improved caching size and speed. Add loading component on every Content ready awaiting to reduce first render time. 2025-10-28 17:57:20 +01:00
plugins Add edge dragging, autofocus on inputs and limit neighbor distance lookup during snap fetching 2025-02-13 19:41:19 +01:00
public Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
schemas Update DB schema to include an ID and split overview and content. Progressing on ContentEditor with the ID fixing many issues. Adding modal and sync features. 2025-03-31 01:19:58 +02:00
server Content auto pulling, git pull link fix and cleaning console.log/console.time. 2025-10-28 16:45:35 +01:00
shared Merge branch 'dev' of https://git.peaceultime.com/Peaceultime/obsidian-visualiser into dev 2025-11-03 11:21:08 +01:00
types Add inventory management in character sheet. 2025-10-22 17:57:19 +02:00
.gitignore Fix callout disabled and update dependencies 2024-12-05 13:50:59 +01:00
app.vue Add link autocompletion (limited) 2025-11-03 11:20:56 +01:00
bun.lock Convert list texts to a separate i18n text, allowing translation and fixing action/passive/... removal. Character sheet now use the character compiler. 2025-08-25 17:35:15 +02:00
db.sqlite Add link autocompletion (limited) 2025-11-03 11:20:56 +01:00
drizzle.config.ts First reworks 2024-10-28 17:49:46 +01:00
error.vue Compress stored content for improved caching size and speed. Add loading component on every Content ready awaiting to reduce first render time. 2025-10-28 17:57:20 +01:00
localhost+1-key.pem Add certificate and https to allow --host (and testing on mobile) 2025-01-08 21:41:34 +01:00
localhost+1.pem Add certificate and https to allow --host (and testing on mobile) 2025-01-08 21:41:34 +01:00
migrate.ts Starting to put back the server part. Currently the registration and login are almost ready. 2024-11-05 18:09:42 +01:00
nuxt.config.ts Convert list texts to a separate i18n text, allowing translation and fixing action/passive/... removal. Character sheet now use the character compiler. 2025-08-25 17:35:15 +02:00
package.json Convert list texts to a separate i18n text, allowing translation and fixing action/passive/... removal. Character sheet now use the character compiler. 2025-08-25 17:35:15 +02:00
todo.md Add neighbor snapping. Add edge snapping. Change accent colors and logo colors, fix canvas history being transported when changing canvas. 2025-02-06 23:36:55 +01:00
tsconfig.json Starting to put back the server part. Currently the registration and login are almost ready. 2024-11-05 18:09:42 +01:00