Commit graph

28 commits

Author SHA1 Message Date
a963963b72
fix(ui): Postcss not working for Country cell
For some unknown reason, using postcss class is not working anymore
2024-10-28 21:01:58 +07:00
7cc2b1035f
fix(ui): Ambigous self-closing HTML tags non-void elements 2024-10-28 20:52:16 +07:00
dd0095a767
fix(ui): Remove unused CSS selector ".sm-btn > :not([hidden]) ~ :not([hidden])" 2024-10-28 20:49:27 +07:00
114cc9e4e1
chore: Added info about localmonero.co website shutdown
Added a quick notice on the website about the closure of
localmonero.co, ensuring users are aware of the news.
2024-10-08 22:23:24 +07:00
cdb0816bc3
chore(ui): Replace IPs comma separator with space in table
Also replace IPs comma with comma and space in logs detail
2024-09-12 03:24:18 +07:00
7553ad8b45
feat: Display node IP addresses #84 2024-09-12 03:11:17 +07:00
0e3dc04af8
fix: Formatting IPv6 display #84
Wraps IPv6 host in square brackets, returns as-is for domain names
or IPv4 addresses.
2024-09-09 19:50:30 +07:00
61cc98e378
feat!: Added IPv6 only information to the table
The IP address information of the remote node is replaced with
information on whether the remote node only supports IPv6 or not.
2024-09-09 19:17:39 +07:00
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
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
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
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
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
e983db2b29
Adding jtgrassie/monero-pool copyright attribution 2024-05-31 17:40:20 +07:00
8df90ef5e2
chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00
d99f8583c1
Open ASN link to new tab
This also remove unused global `dashboard-card` css class.
2024-05-20 02:34:42 +07:00
a31f436218
Fix mobile logo display
This commit also remove unused css in logo element
2024-05-17 17:50:56 +07:00
d95530c595
Remove dashboard page 2024-05-08 20:27:06 +07:00
c8c0cf7ebb
Place modal and toast at the root of layout.svelte 2024-05-08 02:16:16 +07:00
98fea9aa3a
Fix and optimize navigation 2024-05-08 01:22:37 +07:00
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
bc90c8bf3c
Create auto refresh action as a component 2024-05-08 00:38:10 +07:00
9271e67e7a
Separating functions to strings library 2024-05-07 21:07:24 +07:00
a40c81d881
Moving xmr datatable components 2024-05-05 14:45:00 +07:00
e11699597e
Disable service worker 2024-05-05 14:25:01 +07:00
92acb52aac
Adding my old frontpage UI to this project 2024-05-04 15:32:42 +07:00
6c31c27dbe
Adding required SVG components for frontpage 2024-05-04 01:37:18 +07:00
ced266159e
Copying my other project structure to this project 2024-05-04 00:11:56 +07:00