From 77892e79a1b47fd2b784eacdab1c6f4ab67af888 Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Sun, 5 May 2024 16:48:48 +0200
Subject: [PATCH] Renamed project to tools
Also added tooltip fixes
---
README.md | 64 ++-----------------
index.html | 8 +--
package.json | 4 +-
src/components/calendar/CalendarMenuNav.vue | 8 +--
.../calendar/CalendarMenuSubnav.vue | 4 +-
src/components/calendar/CalendarMenuToday.vue | 2 +-
src/components/calendar/CalendarSwitch.vue | 2 +-
src/components/calendar/Sidebar.vue | 4 +-
.../calendar/search/CalendarSearch.vue | 4 +-
.../search/lists/CharacterCallout.vue | 8 +--
src/views/CalendarPage.vue | 4 ++
src/views/HomePage.vue | 5 ++
src/views/meta.ts | 1 +
13 files changed, 35 insertions(+), 83 deletions(-)
create mode 100644 src/views/meta.ts
diff --git a/README.md b/README.md
index ba8ef80..1d3a6b8 100644
--- a/README.md
+++ b/README.md
@@ -1,61 +1,5 @@
-# vue-project
+# Leim Tools
+A congregate of tools used to visualize TTRPG elements and help content creators (mostly me for now tbh) build their worlds.
-This template should help get you started developing with Vue 3 in Vite.
-
-## Recommended IDE Setup
-
-[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
-
-## Type Support for `.vue` Imports in TS
-
-TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
-
-## Customize configuration
-
-See [Vite Configuration Reference](https://vitejs.dev/config/).
-
-## Project Setup
-
-```sh
-npm install
-```
-
-### Compile and Hot-Reload for Development
-
-```sh
-npm run dev
-```
-
-### Type-Check, Compile and Minify for Production
-
-```sh
-npm run build
-```
-
-### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component)
-
-```sh
-npm run test:unit:dev # or `npm run test:unit` for headless testing
-```
-
-### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
-
-```sh
-npm run test:e2e:dev
-```
-
-This runs the end-to-end tests against the Vite development server.
-It is much faster than the production build.
-
-But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):
-
-```sh
-npm run build
-npm run test:e2e
-```
-
-### Lint with [ESLint](https://eslint.org/)
-
-```sh
-npm run lint
-```
+## Timeline
+Visual helper for time-related data, such as events, eras and characters. Helpful to know how old a character is while something is happening in the world, or how far two events are separated in the timeline.
diff --git a/index.html b/index.html
index 21c2c10..9c7ebc3 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,6 @@
-