Skip to content

Commit

Permalink
style(Update to 2): Update branding
Browse files Browse the repository at this point in the history
Renamed to Exalted PoE2 Trade
  • Loading branch information
Kvan7 committed Dec 10, 2024
1 parent e18ddda commit 7000dbc
Show file tree
Hide file tree
Showing 36 changed files with 545 additions and 3,652 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note that these 2 both depend on each other, and one cannot run without the othe

The most up-to-date instructions can always be derived from CI:

[.github/workflows/main.yml](https://github.com/Kvan7/awakened-poe2-trade2/blob/master/.github/workflows/main.yml)
[.github/workflows/main.yml](https://github.com/Kvan7/exalted-poe2-trade/blob/master/.github/workflows/main.yml)

Here's what that looks like as of 2023-12-03.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# ![Awakener's Orb](https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png) Awakened PoE2 Trade2
# ![Exalted Orb](./renderer/public/icon.png) Exalted PoE2 Trade

## Moving from POE1

1. Download latest release from [releases](https://github.com/Kvan7/awakened-poe2-trade2/releases)
1. Download latest release from [releases](https://github.com/Kvan7/exalted-poe2-trade/releases)
- Currently only Windows is supported
- Only available as pre-release right now
2. Run installer
3. Copy `apt-data` from `%APPDATA%\awakened-poe-trade` to `%APPDATA%\awakened-poe2-trade2` to copy your previous settings
3. Copy `apt-data` from `%APPDATA%\awakened-poe-trade` to `%APPDATA%\exalted-poe2-trade` to copy your previous settings
- Resulting directory structure should look like this:
- `%APPDATA%\awakened-poe2-trade2\apt-data\`
- `%APPDATA%\exalted-poe2-trade\apt-data\`
- `config.json`
4. Run Awakened PoE2 Trade2
4. Run Exalted PoE2 Trade

## Tool showcase

Expand Down
8 changes: 4 additions & 4 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { defineConfig } from 'vitepress'

const BASE = '/awakened-poe2-trade2/'
const BASE = '/exalted-poe2-trade/'

export default defineConfig({
title: 'Awakened PoE2 Trade2',
title: 'Exalted PoE2 Trade',
description: 'App for price-checking items in Path of Exile 2',
base: BASE,
mpa: true,
Expand All @@ -22,7 +22,7 @@ export default defineConfig({
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
appVersion: '3.25.101',
github: {
releasesUrl: 'https://github.com/Kvan7/awakened-poe2-trade2/releases'
releasesUrl: 'https://github.com/Kvan7/exalted-poe2-trade/releases'
},
socialLinks: [
{
Expand All @@ -33,7 +33,7 @@ export default defineConfig({
{
text: 'GitHub',
color: '#181717',
link: 'https://github.com/Kvan7/awakened-poe2-trade2'
link: 'https://github.com/Kvan7/exalted-poe2-trade'
}
],
sidebar: [
Expand Down
16 changes: 8 additions & 8 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import { useData } from 'vitepress'
const { theme } = useData()
</script>

You can download Awakened Poe Trade here. Any other mirrors are not known
You can download Exalted Poe Trade here. Any other mirrors are not known
to the developer, downloading from them may be unsafe.

| Download link | Automatic updates | Startup time |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------ |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Awakened-PoE2-Trade2-Setup-${theme.appVersion}.exe`">Windows 10+ (installer)</a> || Fast |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Awakened-PoE2-Trade2-${theme.appVersion}.exe`">Windows 10+ (portable)</a> || Slower |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Awakened-PoE2-Trade2-${theme.appVersion}.AppImage`">Linux (AppImage)</a> || n/a |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Awakened-PoE2-Trade2-${theme.appVersion}-universal.dmg`">macOS (dmg)</a> || n/a |
| Download link | Automatic updates | Startup time |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------ |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Exalted-PoE2-Trade-Setup-${theme.appVersion}.exe`">Windows 10+ (installer)</a> || Fast |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Exalted-PoE2-Trade-${theme.appVersion}.exe`">Windows 10+ (portable)</a> || Slower |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Exalted-PoE2-Trade-${theme.appVersion}.AppImage`">Linux (AppImage)</a> || n/a |
| <a :href="`${theme.github.releasesUrl}/download/v${theme.appVersion}/Exalted-PoE2-Trade-${theme.appVersion}-universal.dmg`">macOS (dmg)</a> || n/a |

Latest version is <span class="bg-gray-100 border rounded px-1">{{ theme.appVersion }}</span>

Expand All @@ -36,6 +36,6 @@ warnings on Windows and [macOS](https://support.apple.com/en-us/HT202491#openany

No Administrator rights required, but\
**If you run PoE client as Admin, OS security boundaries take effect.
In order for Awakened PoE2 Trade2 to have access to the PoE window, it must be started with Administrator rights.**
In order for Exalted PoE2 Trade to have access to the PoE window, it must be started with Administrator rights.**

**Not compatible with "GeForce Now" or any other cloud gaming service that do not forward clipboard data.**
4 changes: 2 additions & 2 deletions docs/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ title: Common issues
If Awakened works for you with DirectX11/12 renderer,
then problem is old Vulkan drivers for sure.

4. Delete `%appdata%\awakened-poe2-trade2`
4. Delete `%appdata%\exalted-poe2-trade`

If needed, backup `apt-data` folder with your configuration inside.

5. **Close all applications** that you can in tray and task manager.

Launch them later one at a time to identify **conflict**.

6. Restart Awakened PoE2 Trade2.
6. Restart Exalted PoE2 Trade.

*(don't forget to quit first, otherwise launching second instance will do nothing).*

Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Quick Start
#### First of all, how does it work? {:style="margin-top: 0;"}

When you press `Ctrl + C` Path of Exile 2 copies the item's text (under cursor, if any) to the clipboard.
All that remains is to parse text in Awakened PoE2 Trade2 and show to you in a fancy way.
All that remains is to parse text in Exalted PoE2 Trade and show to you in a fancy way.

### Usage

Expand Down
File renamed without changes.
Binary file modified main/build/icons/1024x1024.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 main/build/icons/128x128.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 main/build/icons/16x16.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 main/build/icons/24x24.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 main/build/icons/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 main/build/icons/32x32.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 main/build/icons/48x48.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 main/build/icons/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 main/build/icons/64x64.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 main/build/icons/icon.ico
Binary file not shown.
Binary file added main/build/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
publish:
- "github"
productName: "Awakened PoE2 Trade2"
productName: "Exalted PoE2 Trade"
npmRebuild: false
files:
- "package.json"
Expand Down
6 changes: 3 additions & 3 deletions main/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "awakened-poe2-trade2",
"name": "exalted-poe2-trade",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -8,11 +8,11 @@
"package": "electron-builder build"
},
"author": {
"name": "Alexander Drozdov"
"name": "Garrett Parker"
},
"repository": {
"type": "git",
"url": "https://github.com/Kvan7/awakened-poe2-trade2.git"
"url": "https://github.com/Kvan7/exalted-poe2-trade.git"
},
"main": "dist/main.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion main/src/AppTray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class AppTray {
}

this.tray = new Tray(trayImage);
this.tray.setToolTip(`Awakened PoE2 Trade2 v${app.getVersion()}`);
this.tray.setToolTip(`Exalted PoE2 Trade v${app.getVersion()}`);
this.rebuildMenu();

server.onEventAnyClient("CLIENT->MAIN::user-action", ({ action }) => {
Expand Down
2 changes: 1 addition & 1 deletion main/src/windowing/OverlayWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class OverlayWindow {
// ----------------------
"Path of Exile 2 is running with administrator rights.\n" +
"\n" +
"You need to restart Awakened PoE2 Trade2 with administrator rights."
"You need to restart Exalted PoE2 Trade with administrator rights."
);
} else {
this.server.sendEventTo("broadcast", {
Expand Down
2 changes: 1 addition & 1 deletion renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="color-scheme" content="dark">
<link rel="icon" href="/icon.ico">
<title>Awakened PoE Trade2</title>
<title>Exalted PoE2 Trade</title>
</head>
<body>
<div id="app"></div>
Expand Down
8 changes: 4 additions & 4 deletions renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "awakened-poe2-trade2",
"name": "exalted-poe2-trade",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion renderer/public/data/en/app_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
"stack": "Stack"
},
"settings": {
"title": "Settings - Awakened PoE2 Trade2",
"title": "Settings - Exalted PoE2 Trade",
"language": "Language",
"private_league": "or Private League",
"account_name": "Account name",
Expand Down
2 changes: 1 addition & 1 deletion renderer/public/data/ko/app_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"stack": "스택"
},
"settings": {
"title": "세팅 - Awakened PoE2 Trade2",
"title": "세팅 - Exalted PoE2 Trade",
"language": "언어",
"private_league": "개인리그",
"account_name": "계정명",
Expand Down
2 changes: 1 addition & 1 deletion renderer/public/data/ru/app_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"stack": "Стак"
},
"settings": {
"title": "Настройки - Awakened PoE2 Trade2",
"title": "Настройки - Exalted PoE2 Trade",
"language": "Язык",
"private_league": "или Приватная лига",
"account_name": "Имя учетной записи",
Expand Down
Binary file modified renderer/public/icon.ico
Binary file not shown.
Binary file modified renderer/public/icon.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 renderer/public/images/exa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions renderer/src/web/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export async function initConfig() {

// TODO
// dialog.showErrorBox(
// 'Awakened PoE2 Trade2 - Incompatible configuration',
// 'Exalted PoE2 Trade - Incompatible configuration',
// // ----------------------
// 'You are trying to use an older version of Awakened PoE2 Trade2 with a newer incompatible configuration file.\n' +
// 'You are trying to use an older version of Exalted PoE2 Trade with a newer incompatible configuration file.\n' +
// 'You need to install the latest version to continue using it.'
// )
}
Expand Down
90 changes: 47 additions & 43 deletions renderer/src/web/overlay/LoadingAnimation.vue
Original file line number Diff line number Diff line change
@@ -1,63 +1,67 @@
<template>
<transition enter-active-class="animate__animated animate__fadeIn"
leave-active-class="animate__animated animate__backOutDown">
<div :class="$style.widget" v-if="show">
<div :class="$style.box">
<div class="py-2 px-4">
<div class="text-base">Awakened PoE2 Trade2</div>
<p>{{ t('app_is_ready') }}</p>
</div>
</div>
</div>
</transition>
<transition
enter-active-class="animate__animated animate__fadeIn"
leave-active-class="animate__animated animate__backOutDown"
>
<div :class="$style.widget" v-if="show">
<div :class="$style.box">
<div class="py-2 px-4">
<div class="text-base">Exalted PoE2 Trade</div>
<p>{{ t('app_is_ready') }}</p>
</div>
</div>
</div>
</transition>
</template>

<script setup lang="ts">
import { shallowRef } from 'vue'
import { useI18n } from 'vue-i18n'
import { Host } from '@/web/background/IPC'
import { AppConfig } from '@/web/Config'
import { shallowRef } from 'vue';
import { useI18n } from 'vue-i18n';
import { Host } from '@/web/background/IPC';
import { AppConfig } from '@/web/Config';
const { t } = useI18n()
const { t } = useI18n();
const show = shallowRef(false)
const show = shallowRef(false);
Host.onEvent('MAIN->OVERLAY::overlay-attached', () => {
if (!show.value && AppConfig().showAttachNotification) {
show.value = true
setTimeout(() => { show.value = false }, 2500)
}
})
if (!show.value && AppConfig().showAttachNotification) {
show.value = true;
setTimeout(() => {
show.value = false;
}, 2500);
}
});
</script>

<style lang="postcss" module>
.widget {
position: absolute;
display: flex;
width: 100%;
justify-content: center;
bottom: 20%;
position: absolute;
display: flex;
width: 100%;
justify-content: center;
bottom: 20%;
}
.box {
position: relative;
display: flex;
@apply bg-gray-800;
@apply text-gray-100;
@apply rounded;
box-shadow: 0px 0px 1px 2px rgb(255 255 255 / 20%);
position: relative;
display: flex;
@apply bg-gray-800;
@apply text-gray-100;
@apply rounded;
box-shadow: 0px 0px 1px 2px rgb(255 255 255 / 20%);
}
.box::before {
position: absolute;
content: '';
background: url('/images/TransferOrb.png') no-repeat top right/contain;
right: 100%;
width: 100%;
height: 100%;
max-width: 78px;
@apply mr-2;
pointer-events: none;
filter: drop-shadow(2px 4px 6px #000);
position: absolute;
content: '';
background: url('/images/exa.png') no-repeat top right/contain;
right: 100%;
width: 100%;
height: 100%;
max-width: 78px;
@apply mr-2;
pointer-events: none;
filter: drop-shadow(2px 4px 6px #000);
}
</style>
Loading

0 comments on commit 7000dbc

Please sign in to comment.