ident fixes and config

This commit is contained in:
2025-10-11 15:23:51 +05:30
parent 69081b846a
commit e4f40811b6
3 changed files with 151 additions and 108 deletions

5
.idea/codeStyles/codeStyleConfig.xml generated Normal file
View File

@@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@@ -18,9 +18,24 @@ const items = [
icon: <PermMediaIcon/>,
title: 'The Vox Sanctum',
serviceList: [
{ name: "Jellyseerr", url: "http://jellyseerr.aetoskia.com", desc: "Summon films and series from the digital void.", external: true },
{ name: "Sonarr", url: "http://sonarr.aetoskia.com", desc: "Keep the endless chronicles of TV under iron control.", external: true },
{ name: "Radarr", url: "http://radarr.aetoskia.com", desc: "Command the legions of cinema, enforce cinematic order.", external: true },
{
name: "Jellyseerr",
url: "http://jellyseerr.aetoskia.com",
desc: "Summon films and series from the digital void.",
external: true
},
{
name: "Sonarr",
url: "http://sonarr.aetoskia.com",
desc: "Keep the endless chronicles of TV under iron control.",
external: true
},
{
name: "Radarr",
url: "http://radarr.aetoskia.com",
desc: "Command the legions of cinema, enforce cinematic order.",
external: true
},
],
description:
"Behold the archive of visual legends, where the eternal campaigns of film and series march forth in eternal crusade against chaos and forgetfulness.",
@@ -29,9 +44,24 @@ const items = [
icon: <CodeIcon/>,
title: 'The Forge Conclave',
serviceList: [
{ name: "Gitea", url: "http://gitea.aetoskia.com", desc: "Forge and safeguard code like a sacred relic.", external: true },
{ name: "Registry", url: "http://registry.aetoskia.com", desc: "Monitor core constructs of the digital empire.", external: true },
{ name: "Drone", url: "http://drone.aetoskia.com", desc: "Automaton architect, building pipelines of perfection.", external: true },
{
name: "Gitea",
url: "http://gitea.aetoskia.com",
desc: "Forge and safeguard code like a sacred relic.",
external: true
},
{
name: "Registry",
url: "http://registry.aetoskia.com",
desc: "Monitor core constructs of the digital empire.",
external: true
},
{
name: "Drone",
url: "http://drone.aetoskia.com",
desc: "Automaton architect, building pipelines of perfection.",
external: true
},
],
description:
"The bastion of creation — where code is forged in the fires of discipline, guarded like relics, and deployed with unyielding precision to uphold the empire's might.",
@@ -40,8 +70,18 @@ const items = [
icon: <MonitorHeartIcon/>,
title: 'The Vigilant Watch',
serviceList: [
{ name: "Portainer", url: "http://portainer.aetoskia.com", desc: "Oversee the fleet of containers with unyielding vigilance.", external: true },
{ name: "Traefik", url: "http://traefik.aetoskia.com", desc: "Marshal your gateways and protect the flow between realms.", external: true },
{
name: "Portainer",
url: "http://portainer.aetoskia.com",
desc: "Oversee the fleet of containers with unyielding vigilance.",
external: true
},
{
name: "Traefik",
url: "http://traefik.aetoskia.com",
desc: "Marshal your gateways and protect the flow between realms.",
external: true
},
],
description:
"Eyes ever watchful, guarding the realms sanctity — these sentinels oversee the flow of life and command the paths between digital dominions.",
@@ -142,7 +182,6 @@ export default function Services() {
gap: 2,
}}
>
<div>
<Box
sx={{
display: {xs: 'none', sm: 'flex'},
@@ -198,7 +237,6 @@ export default function Services() {
handleItemClick={handleItemClick}
selectedFeature={selectedFeature}
/>
</div>
<Box
sx={{
display: {xs: 'none', sm: 'flex'},