Changed project name

This commit is contained in:
Liviu Burcusel 2025-09-15 12:43:41 +02:00
parent e42cc2a97e
commit 585a6ebfca
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
5 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,6 @@
# dexie-test
# YDIOY
Your Data Is Only Yours
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=xliviux_dexie-test&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=xliviux_dexie-test)](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)

View file

@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dexie Test</title>
<title>YDIOY</title>
<meta
name="description"
content="Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
content="YDIOY - Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
/>
</head>
<body>

View file

@ -1,6 +1,6 @@
{
"name": "dexie-test",
"version": "0.0.0",
"name": "ydioy",
"version": "1.0.0",
"private": true,
"type": "module",
"engines": {

View file

@ -1,7 +1,7 @@
sonar.projectKey=xliviux_dexie-test
sonar.organization=xliviux
sonar.projectName=dexie-test
sonar.projectVersion=1.0
sonar.projectName=YDIOY
sonar.projectVersion=1.0.0
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.tests=tests

View file

@ -1,6 +1,7 @@
<template>
<article>
<h1 class="mb-8 text-primary">About YDIOY</h1>
<h1 class="text-h2 text-primary">About YDIOY</h1>
<div class="mb-8 text-subtitle-1">Your Data Is Only Yours</div>
<p class="mb-4 text-justify">
Local data storage offers significant advantages over cloud-based solutions,