Skip to content

Commit ccc3338

Browse files
committed
Merge branch 'main' into feat/add-details-pages
2 parents 2fdb432 + b5568b4 commit ccc3338

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3668
-3373
lines changed

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
VITE_POCO_SUBGRAPH_URL="https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5"
1+
VITE_POCO_SUBGRAPH_URL="https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5"
2+
VITE_REOWN_PROJECT_ID=b89f75687c01fa0df9e68c903283012d

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.0"}
1+
{".":"1.5.0"}

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.4.0...iexec-explorer-v1.5.0) (2025-05-21)
4+
5+
6+
### 🚀 Features
7+
8+
* add main pages ([#9](https://github.com/iExecBlockchainComputing/explorer-v2/issues/9)) ([d8fcb93](https://github.com/iExecBlockchainComputing/explorer-v2/commit/d8fcb93f5922d92bee2d5be2d15767bf4661f183))
9+
10+
## [1.4.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.3.0...iexec-explorer-v1.4.0) (2025-05-13)
11+
12+
13+
### 🚀 Features
14+
15+
* add navbar and footer ([#6](https://github.com/iExecBlockchainComputing/explorer-v2/issues/6)) ([25d7c44](https://github.com/iExecBlockchainComputing/explorer-v2/commit/25d7c44c347d76325ed02cce1c2f49097e56d000))
16+
17+
## [1.3.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.2.0...iexec-explorer-v1.3.0) (2025-05-07)
18+
19+
20+
### 🚀 Features
21+
22+
* **thegraph-proxy:** add minimal thegraph proxy server for development ([#7](https://github.com/iExecBlockchainComputing/explorer-v2/issues/7)) ([614a4a1](https://github.com/iExecBlockchainComputing/explorer-v2/commit/614a4a12fea1e68a294b063399652d9ae620845b))
23+
24+
## [1.2.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.1.0...iexec-explorer-v1.2.0) (2025-04-25)
25+
26+
27+
### 🚀 Features
28+
29+
* Add Apps, Datasets, Tasks, and Workerpools preview tables with GraphQL queries ([96c1111](https://github.com/iExecBlockchainComputing/explorer-v2/commit/96c1111ae9e7617913afae7e85828311774c27f9))
30+
* Add DealsPreviewTable component and integrate with GraphQL ([e3032a7](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e3032a788cd4bec71be4bbf172f8189a84651ac0))
31+
* add home page ([9eeb2eb](https://github.com/iExecBlockchainComputing/explorer-v2/commit/9eeb2eb5e907e7f88c06a901570743510d7f3f35))
32+
* add prettier configuration and format code ([409de64](https://github.com/iExecBlockchainComputing/explorer-v2/commit/409de64c0edddbb2ab6d8fb5e4c8aacb504566a9))
33+
* add Prettier formatting script and improve code consistency across components ([55bec72](https://github.com/iExecBlockchainComputing/explorer-v2/commit/55bec72112ed97c0ed880b288b0723a0aa7c8474))
34+
* implement table component with header, body, footer, and cell structures ([6d26896](https://github.com/iExecBlockchainComputing/explorer-v2/commit/6d26896def57c3aa784822d869b704a26a268eb1))
35+
* init ([fd1ca5b](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fd1ca5bfb6fddf5a0cafef0a029614cee2ecb097))
36+
* rename project to "explorer" and integrate TanStack Router ([60e20b9](https://github.com/iExecBlockchainComputing/explorer-v2/commit/60e20b9257f189407f162ebdab79cd67437ff00e))
37+
38+
39+
### 🐞 Bug Fixes
40+
41+
* add check-format script to package.json for prettier validation ([8dcdb09](https://github.com/iExecBlockchainComputing/explorer-v2/commit/8dcdb09ded4cc59f61d17ce07f94f829e862ff2e))
42+
* add main.tsx missing content lost during previous merge ([3b8f4f6](https://github.com/iExecBlockchainComputing/explorer-v2/commit/3b8f4f6b7d2bc2586be81541f1a3e59f66652629))
43+
* add refetch interval to preview tables and update loading indicators ([99f41ec](https://github.com/iExecBlockchainComputing/explorer-v2/commit/99f41ecaa30bfc35dfd76ee5b06a2e81a37169ae))
44+
* adjust button margin in preview tables for better alignment ([dd58f98](https://github.com/iExecBlockchainComputing/explorer-v2/commit/dd58f9814e73dfbbe2765f0f4d16ed9126f640ba))
45+
* remove duplicate 'devOptional' entries and clean up package-lock.json ([f4df1b8](https://github.com/iExecBlockchainComputing/explorer-v2/commit/f4df1b8a991539979cd1c78b7a1058e7c9dd5187))
46+
* remove unnecessary margin from table container ([b243227](https://github.com/iExecBlockchainComputing/explorer-v2/commit/b2432273030bb574587713bbb50df7a6334c492b))
47+
* update .gitignore to include .DS_Store and .env files ([c7120b3](https://github.com/iExecBlockchainComputing/explorer-v2/commit/c7120b30a2a810cbeaf16d7b9c262d50ec95631b))
48+
* update JSX syntax for consistency and readability in __root.tsx ([e5640d2](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e5640d2636110d1a31fa83deee6cbce5fc4249fa))
49+
50+
51+
### ✨ Polish
52+
53+
* add margin to root component and adjust max-width for layout consistency ([1f64bc1](https://github.com/iExecBlockchainComputing/explorer-v2/commit/1f64bc131b4323c3f9365e6073c362996ea29944))
54+
* add outdated indicator to preview tables and improve error handling ([6473fc1](https://github.com/iExecBlockchainComputing/explorer-v2/commit/6473fc1f6dd3e2555d31c011c87e56959cad859b))
55+
* adjust layout and alignment for improved responsiveness ([780fd1e](https://github.com/iExecBlockchainComputing/explorer-v2/commit/780fd1ed38d757717310b9778d2c6b96b1c05b6e))
56+
* enhance layout structure and styling for the Index component ([ff737de](https://github.com/iExecBlockchainComputing/explorer-v2/commit/ff737dec68f97a2f6e017f0fd353a0180fd05f02))
57+
* remove unused type declaration for router in main.tsx ([982e8c3](https://github.com/iExecBlockchainComputing/explorer-v2/commit/982e8c3d073f55b186484acf3f6788b586020eb5))
58+
* standardize imports and update button labels across preview tables ([4f3b0d2](https://github.com/iExecBlockchainComputing/explorer-v2/commit/4f3b0d2fe85f3f859ccc566af24760b1de745df4))
59+
* standardize quotation marks and add missing semicolons across multiple files ([7616cf7](https://github.com/iExecBlockchainComputing/explorer-v2/commit/7616cf7148245f47e3b1ae361c1516068367f103))
60+
* standardize quotation marks and improve formatting across multiple files ([e82c1ee](https://github.com/iExecBlockchainComputing/explorer-v2/commit/e82c1ee2198271e47da0efaaa79fef4ccdaa4dc1))
61+
* update .prettierignore to include routeTree.gen.ts ([f0a201a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/f0a201a19a3f9776796c1bcb535e4acbcd2c46b9))
62+
* update project name to 'iexec-explorer' in package.json and package-lock.json ([af9424a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/af9424aaae0eafc5c90faa3815e9a17bfe852c69))
63+
64+
65+
### 🧰 Other
66+
67+
* **main:** release explorer 1.1.0 ([023eea8](https://github.com/iExecBlockchainComputing/explorer-v2/commit/023eea8a97a45c9ab81e3325713083c3db43d1b3))
68+
* **main:** release explorer 1.1.0 ([59d9d41](https://github.com/iExecBlockchainComputing/explorer-v2/commit/59d9d415d3a1f0cec39875ad7c4f27c1595cb196))
69+
* **main:** release react-template 1.0.0 ([58eb95a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/58eb95a716b146dde02a187085da23499cc958dc))
70+
* **main:** release react-template 1.0.0 ([fff690a](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fff690a8f6b800d4e2a95b6500d3454259b8ddbb))
71+
372
## [1.1.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/explorer-v1.0.0...explorer-v1.1.0) (2025-04-25)
473

574

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/iexec-logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Explorer</title>
7+
<title>iExec Explorer</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)