Skip to content

Commit

Permalink
minor innerHTML change and update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-tp committed Oct 3, 2023
1 parent 3623dbb commit e4f451d
Show file tree
Hide file tree
Showing 26 changed files with 1,777 additions and 2,314 deletions.
4,038 changes: 1,751 additions & 2,287 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Keira3",
"version": "3.5.4",
"description": "Database Editor for AzerothCore",
"homepage": "https://github.com/AzerothCore/Keira3",
"description": "Database Editor for Alpha Core",
"homepage": "https://github.com/geo-tp/Alpha-Core-Keira3",
"author": {
"name": "Francesco Borzi'",
"email": "borzifrancesco@gmail.com",
"url": "https://github.com/FrancescoBorzi"
"name": "Geo",
"email": "geoffrey.menon38@gmail.com",
"url": "https://github.com/geo-tp"
},
"main": "main.js",
"private": true,
Expand Down
Binary file added src/OLDfavicon.256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/OLDfavicon.512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/OLDfavicon.ico
Binary file not shown.
Binary file added src/OLDfavicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/app/features/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
of World of Warcraft.
</p>
<p>Join the Alpha Core Project on <a href="https://discord.gg/RzBMAKU">Discord</a></p>
<p><a href="https://db.thealphaproject.eu/">Official Database</a> for Alpha Core WoW version 0.5.3 3368.</p>
<p><a href="https://db.thealphaproject.eu/">Alpha Project Database</a> for the 0.5.3.3368 version.</p>
<p>
Collection of pre release Screenshots from version 0.X to version 0.12 of the World Of Wacraft on
Collection of pre release screenshots from version 0.X to version 0.12 of the World Of Wacraft on
<a href="https://archive.thealphaproject.eu/"> Alpha Project Archive</a>
</p>
<p>Search in WoW texts and screenshots with the <a href="https://crawler.thealphaproject.eu/">Alpha Project Crawler</a></p>
<p>See ingame models with the <a href="https://models.thealphaproject.eu/">Alpha Project Models Viewer</a></p>
<p>Adapted by <a href="https://github.com/geo-tp">Geo</a></p>
</div>

<div class="content-block">
Expand Down
8 changes: 4 additions & 4 deletions src/app/features/sql-editor/sql-editor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Injectable } from '@angular/core';
@Injectable()
export class SqlEditorService {
code =
'SELECT `entry`, `name`, `subname`, `level_min` \n' +
'FROM `creature_template` \n' +
'WHERE `entry` > 100 \n' +
'ORDER BY `entry` ASC \n' +
'SELECT entry, name, subname, level_min \n' +
'FROM creature_template \n' +
'WHERE entry > 100 \n' +
'ORDER BY entry ASC \n' +
'LIMIT 100';
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="wrapper img-{{ RANDOM_IMAGE }}">
<div class="content">
<div class="title">
<span class="lead font-weight-bold">Keira {{ KEIRA_VERSION }}</span>
<span class="lead font-weight-bold">Alpha Core Keira {{ KEIRA_VERSION }}</span>
</div>

<div class="form-wrapper" *ngIf="form">
Expand Down Expand Up @@ -94,7 +94,7 @@
<div class="end-text">
<!-- We have worked hard to create Keira3 for free, please do not remove the credits -->
{{ 'CONNECTION_WINDOW.CREATED_BY' | translate }} <a href="https://github.com/FrancescoBorzi" target="_blank">Shin</a> &&
<a href="https://github.com/Helias" target="_blank">Helias</a>
<a href="https://github.com/Helias" target="_blank">Helias</a> && <a href="https://github.com/geo-tp" target="_blank">Geo</a>
</div>

<keira-switch-language [longVersion]="false" style="float: right"></keira-switch-language>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ describe('ConnectionWindowComponent', () => {
host: '127.0.0.1',
port: 3306,
user: 'root',
password: 'root',
database: 'acore_world',
password: 'pwd',
database: 'alpha_world',
});
expect(component.error).toBeNull();
expect(page.errorElement.innerHTML).not.toContain('error-box');
Expand Down
2 changes: 1 addition & 1 deletion src/app/main/main-window/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="sidebar-content">
<div class="transparent perfect-scrollbar">
<div class="sidebar-header">
<a href="#">Keira3 Database Editor</a>
<a href="#">Alpha Core Editor</a>
</div>

<div class="sidebar-profile">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"DASHBOARD": {
"WELCOME": "Welcome to Keira3",
"WELCOME_1": "This is a version of Keira3 adapted for WoW Alpha 0.5.3 3368. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_1": "Keira3 for the version 0.5.3 of WoW. You can always find the latest Keira3 version at the <a href=\" {{ REPO_URL }}/releases\" target=\"_blank\">releases page</a>. Join our <strong>#keira-editor</strong> channel on <a href=\"{{ DISCORD_URL }}\" target=\"_blank\">Discord</a> to stay up to date with the latest news and releases!",
"WELCOME_2": "Please report any bugs or suggestions using <a href=\"{{ REPO_URL }}/issues/new\" target=\"_blank\">the official repository</a>. If you like Keira3, don't forget to give us a &#11088; on GitHub!",
"WELCOME_3": "Keira3 is free and open source software that we build during our own spare time, you can <a href=\"{{ DONATE_URL }}\" target=\"_blank\">support us with a donation</a> ❤",
"WELCOME_4": "We hope that you enjoy using this software and don't forget to contribute with the community by <a href=\"http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request\" target=\"_blank\"> sharing your code </a>",
Expand Down
Binary file modified src/assets/img/ac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.ico
Binary file not shown.
Binary file modified src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4f451d

Please sign in to comment.