Commit graph

20 commits

Author SHA1 Message Date
Christian Ditaputratama
64cd0c4e19
chore: Remove link to my site in the Footer
This commit also open soruce code repository link (GitHub) with new tab.
2024-07-04 04:17:03 +07:00
Christian Ditaputratama
0d72dd9995
build: Inject version when build the binaries
The version include git current commit and branch info.
2024-07-04 03:45:37 +07:00
ditatompel
0229eaddbd
feat: Not using external URL for country flag icon
The country flag icons no longer use edge.ditatompel.com. It's compiled
to the server binary.

I'm using https://github.com/hampusborgos/country-flags for country flag
svg icons, but the commited svgs was optimized using `svgo`.
2024-06-17 21:53:58 +07:00
ditatompel
a5313bb17d
fix: Wrong color display when uptime is 80 & 98
The UI display red color if the uptime value is exactly
80 and 98 percent. Use `>=` fix this issue.
2024-06-11 23:22:00 +07:00
ditatompel
0fdce5cc81
Make this project public, add link & license info
> When I wrote this, only God and I understood what I was doing.
> Now, only God knows.

Shout to https://github.com/me-shaon/GLWTPL
2024-06-10 22:40:44 +07:00
ditatompel
e983db2b29
Adding jtgrassie/monero-pool copyright attribution 2024-05-31 17:40:20 +07:00
ditatompel
8df90ef5e2
chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00
ditatompel
d99f8583c1
Open ASN link to new tab
This also remove unused global `dashboard-card` css class.
2024-05-20 02:34:42 +07:00
ditatompel
a31f436218
Fix mobile logo display
This commit also remove unused css in logo element
2024-05-17 17:50:56 +07:00
ditatompel
d95530c595
Remove dashboard page 2024-05-08 20:27:06 +07:00
ditatompel
c8c0cf7ebb
Place modal and toast at the root of layout.svelte 2024-05-08 02:16:16 +07:00
ditatompel
98fea9aa3a
Fix and optimize navigation 2024-05-08 01:22:37 +07:00
ditatompel
e53a54b276
Remove unused infinite scroll component
The infinite scroll component is not mean to be used in svelte project.
It's for HTMX project.
2024-05-08 00:41:22 +07:00
ditatompel
bc90c8bf3c
Create auto refresh action as a component 2024-05-08 00:38:10 +07:00
ditatompel
9271e67e7a
Separating functions to strings library 2024-05-07 21:07:24 +07:00
ditatompel
a40c81d881
Moving xmr datatable components 2024-05-05 14:45:00 +07:00
ditatompel
e11699597e
Disable service worker 2024-05-05 14:25:01 +07:00
ditatompel
92acb52aac
Adding my old frontpage UI to this project 2024-05-04 15:32:42 +07:00
ditatompel
6c31c27dbe
Adding required SVG components for frontpage 2024-05-04 01:37:18 +07:00
ditatompel
ced266159e
Copying my other project structure to this project 2024-05-04 00:11:56 +07:00