Skip to content

Commit 7e8600c

Browse files
author
drxilu
committed
Build frontend by sloxen
1 parent 123c24a commit 7e8600c

7 files changed

Lines changed: 14256 additions & 20 deletions

File tree

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858
publish_branch: gh-pages
5959
publish_dir: ./frontend/dist
60-
cname: autotrac.slothsintel.com
60+
cname: autotrac.sloxen.com

.github/workflows/frontend-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: ./frontend/dist
4545
publish_branch: gh-pages
46-
cname: autotrac.slothsintel.com
46+
cname: autotrac.sloxen.com

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Sloths Intel
3+
Copyright (c) 2025 Sloxen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
[![Python](https://img.shields.io/badge/Python-3.13+-blue.svg)]()
1010
[![Status](https://img.shields.io/badge/Project-Active-brightgreen.svg)]()
1111

12-
[![Static Badge](https://img.shields.io/badge/Sloths_Fin-Powered-brightgreen)]()
12+
![Org](https://img.shields.io/badge/Research-Sloxen™-black)
1313
[![Platform](https://img.shields.io/badge/Platform-Andriod%20%7C%20iOS%20%7C%20WIN%20%7C%20Linux%20%7C%20WSL%20%7C%20macOS-lightgrey)]()
1414

15-
**AutoTrac** is developed and maintained by **Sloths Intel**, is a lightweight, mobile-first **time tracking and income tracking PWA** designed for freelancers, consultants, and small teams.
15+
**AutoTrac** is developed and maintained by **Sloxen™**, is a lightweight, mobile-first **time tracking and income tracking PWA** designed for freelancers, consultants, and small teams.
1616
It focuses on **clarity, low friction, and offline-friendly workflows**, with automatic aggregation and simple financial insights.
1717

1818
---
@@ -36,7 +36,6 @@ It focuses on **clarity, low friction, and offline-friendly workflows**, with au
3636
- [Backend](#Backend)
3737
- [Roadmap](#Future-Modules)
3838
- [Contribution](#Contribution)
39-
- [About](#About-Sloths-Fin)
4039
- [License](#License)
4140

4241
---
@@ -158,7 +157,7 @@ It focuses on **clarity, low friction, and offline-friendly workflows**, with au
158157
## Clone the repository
159158

160159
```bash
161-
git clone https://github.com/slothsintel/autotrac.git
160+
git clone https://github.com/sloxen/autotrac.git
162161
cd autotrac
163162
```
164163

@@ -298,15 +297,15 @@ Render automatically redeploys the backend service.
298297

299298
# Contribution
300299

301-
Maintained by [**Sloths Intel GitHub**](https://github.com/slothsintel), and [**Daddy Sloth Github**](https://github.com/drxilu).
300+
Maintained by [**Sloxen™ GitHub**](https://github.com/sloxen), and [**Daddy Sloth Github**](https://github.com/drxilu).
302301

303302
---
304303

305304
# License
306305

307-
© 2026 **Sloths Intel**.
306+
© 2026 **Sloxen™**.
308307

309-
A trading name of **Sloths Intel Ltd**
308+
A trading name of **Sloxen Ltd**
310309
Registered in England and Wales (Company No. 16907507).
311310

312311
MIT License.
@@ -315,9 +314,9 @@ MIT License.
315314

316315
## Links
317316

318-
* [AutoTrac Website](https://autotrac.slothsintel.com)
319-
* [AutoTrac GitHub](https://github.com/slothsintel/autotrac)
320-
* [Company homepage](https://slothsintel.com)
317+
* [AutoTrac Website](https://autotrac.sloxen.com)
318+
* [AutoTrac GitHub](https://github.com/sloxen/autotrac)
319+
* [Company homepage](https://sloxen.com)
321320

322321
<p align="right">
323322
<a href="#top" style="text-decoration:none;">

frontend/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
main { padding-bottom: calc(4rem + var(--safe-bottom)); }
88

99
/* =========================================================
10-
SlothsIntel ↔ AutoTrac light theme bridge
10+
Sloxen ↔ AutoTrac light theme bridge
1111
- Set your "brand" colors once here.
12-
- If you already have exact hex values in slothsintel.com style.css,
12+
- If you already have exact hex values in sloxen.com style.css,
1313
paste them in place of these.
1414
========================================================= */
1515
:root {
@@ -21,7 +21,7 @@ main { padding-bottom: calc(4rem + var(--safe-bottom)); }
2121
--si-muted: rgba(15, 31, 23, 0.68);
2222
--si-border: rgba(15, 31, 23, 0.12);
2323

24-
/* Accent (tune these to match slothsintel.com precisely) */
24+
/* Accent (tune these to match sloxen.com precisely) */
2525
--si-accent: #1f6f5b; /* primary brand accent */
2626
--si-accent-2: #2a8a72; /* hover / secondary accent */
2727
--si-accent-soft: rgba(31, 111, 91, 0.12);

frontend/src/pages/More.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ export default function More() {
2929
const toggleTheme = () => setTheme((t) => (t === "dark" ? "light" : "dark"));
3030

3131
const links = [
32-
{ label: "Privacy", href: "https://slothsintel.com/privacy.html" },
33-
{ label: "Terms", href: "https://slothsintel.com/terms.html" },
34-
{ label: "Products Hub", href: "https://slothsintel.com/products.html" },
35-
{ label: "GitHub", href: "https://github.com/slothsintel" },
32+
{ label: "Privacy", href: "https://sloxen.com/privacy.html" },
33+
{ label: "Terms", href: "https://sloxen.com/terms.html" },
34+
{ label: "Products Hub", href: "https://sloxen.com/products.html" },
35+
{ label: "GitHub", href: "https://github.com/sloxen" },
3636
];
3737

3838
const loadMe = async () => {

0 commit comments

Comments
 (0)