Go to file
Peaceultime af317cb0e3 Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
components Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
composables Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
db Starting new file format "Map". Preparing editor for Map and Canvas editor with metadata folding UI. Fix comments filtering. 2025-01-06 17:46:31 +01:00
drizzle Password reset and new email validation ID stored in DB for more security 2024-12-17 17:51:12 +01:00
layouts Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
middleware Fix useContent not using cookies therefore skipping the auth step 2025-01-05 22:43:40 +01:00
pages Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
public Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
schemas Progressing on CanvasEditor 2025-01-07 17:49:53 +01:00
server Renaming general.utils to general.util 2025-01-29 22:51:55 +01:00
shared Merge branch 'dev' of https://git.peaceultime.com/peaceultime/obsidian-visualiser into dev 2025-01-29 22:53:05 +01:00
types Navbar rework, several CSS fixes, Markdown preferences 2025-02-01 10:58:52 +01:00
.gitignore Fix callout disabled and update dependencies 2024-12-05 13:50:59 +01:00
app.vue New useContent composable to store global navigation state. Fixes for Markdown and Canvas 2024-12-30 20:46:24 +01:00
bun.lock Add grid snapping, @TODO: Add settings popup with grid settings + render grid. 2025-01-28 17:55:47 +01:00
db.sqlite Add Tweening to zoom, fix saving canvas. 2025-01-14 00:04:14 +01:00
db.sqlite-shm Remove Tweening (looked laggy). Add edge property editing. Improve Edge selection and visualisation. 2025-01-16 17:39:33 +01:00
db.sqlite-wal Remove Tweening (looked laggy). Add edge property editing. Improve Edge selection and visualisation. 2025-01-16 17:39:33 +01:00
drizzle.config.ts First reworks 2024-10-28 17:49:46 +01:00
error.vue Add mail template, mail HTML generation and a few UI fixes 2024-11-25 17:37:43 +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 Add certificate and https to allow --host (and testing on mobile) 2025-01-08 21:41:34 +01:00
package.json Add grid snapping, @TODO: Add settings popup with grid settings + render grid. 2025-01-28 17:55:47 +01:00
todo.md Change explorer pages structure to isolates them from there renderers allowing to fetch data outside of the renderers 2024-12-18 17:35:34 +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