Commit 92c01a3
authored
feat: subgraphs request number optimization (#38)
* fix: update favicon to use new logo and remove unused vite.svg
* fix: improve validation logic in DownloadResult component
* feat: enhance SmartLinkGroup with ENS lookup and display
* fix: simplify no dataset message in deals table
* feat: display dataset name in deal details
* fix: remove WalletConnect integration from wagmiConfig using default reown instead
* feat: add splat route for dynamic handling in chain slug layout
* feat: replace dataset and workerpool name display with CopyButton for easier copying
* feat: reorder columns; update formatElapsedTime to return 'just now' instead of 'a few second ago'
* refactor: replace inline styles with class-based color management in SuccessCell component
* fix: update Tabs component layout for better responsiveness
* feat: enhance CopyButton to display tooltip with text in various components and fix overflow
* fix: correct type for SmartLinkGroup in transaction details
* feat: add MrEnclave display in app details and implement mrEnclaveHexToHuman utility
* fix: testing corrected Buffer not found
* fix: standardize string method usage in mrEnclaveHexToHuman function
* feat: add buffer dependency and import in format utility functions
* fix: implement address contribution columns and update data handling in AddressContributionTable
* fix: enhance big time formatting in formatElapsedTime function
* feat: add custom scrollbar styles for improved UI experience
* fix: improve formatting consistency in formatElapsedTime function
* fix: remove unused finalDeadlineTimestamp from StatusCell
* fix: simplify StatusCell rendering in columns definition
* fix: update layout and styling for improved responsiveness and consistency
* feat: replace default box icon by page data corresponding icon
* fix: bad icon case in import
* docs: update README with project description, features, installation instructions, and tech stack
* feat: implement address and id validation functions, enhance error handling with NotFoundError class
* feat: enable scroll restoration in router initialization for improved navigation experience
* fix: update table body styles for improved zebra striping and hover effects
* feat: enhance CopyButton component for mobile compatibility to avoid miss click
* fix: adjust layout widths and table column spans for improved responsiveness
* refactor: streamline CopyButton component layout and improve mobile interaction
* feat: add breadcrumb components for apps, datasets, deals, tasks, and workerpools to enhance navigation
* feat: update preview tables to include specific labels for apps, datasets, deals, tasks, and workerpools for improved clarity
* feat: update layout to utilize new 3xl breakpoint for improved responsiveness of preview tables
* fix: adjust spacing in DatasetsPreviewTable and WorkerpoolsPreviewTable for improved readability
* style: update button and anchor styles to ensure consistent cursor behavior
* style: change pagination button size from default to icon for improved visual consistency
* style: update Root component layout for improved structure and spacing
* fix: prevent rendering of MrEnclave block when value is '0x' to ensure accurate display of app details
* fix: a <button> cannot be nested inside another <button>
* feat: enhance pagination fetch by combining query
* feat: enhance pagination fetch by combining query
* style: format GraphQL queries for improved readability by aligning parameters
* feat: implement usePageParam hook for consistent pagination state management and url page preservation
* refactor: replace manual pagination logic with getAdditionalPages utility for cleaner code and improved maintainability1 parent ec77b26 commit 92c01a3
File tree
42 files changed
+689
-679
lines changed- src
- hooks
- modules
- addresses/address
- apps
- datasets
- requests
- beneficiaryDeals
- requestedDeals
- requestedTasks
- workerpools
- workers/beneficiaryDeals
- apps
- app
- datasets
- dataset
- deals
- tasks
- workerpools
- workerpool
- routes/$chainSlug/_layout
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+689
-679
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
62 | 50 | | |
63 | | - | |
64 | | - | |
| 51 | + | |
| 52 | + | |
65 | 53 | | |
66 | 54 | | |
67 | 55 | | |
68 | 56 | | |
69 | 57 | | |
70 | | - | |
| 58 | + | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
| |||
81 | 69 | | |
82 | 70 | | |
83 | 71 | | |
84 | | - | |
| 72 | + | |
85 | 73 | | |
86 | 74 | | |
87 | 75 | | |
88 | 76 | | |
89 | 77 | | |
90 | 78 | | |
91 | 79 | | |
92 | | - | |
| 80 | + | |
93 | 81 | | |
94 | 82 | | |
95 | 83 | | |
| |||
118 | 106 | | |
119 | 107 | | |
120 | 108 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
23 | 45 | | |
24 | 46 | | |
25 | 47 | | |
Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 20 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
68 | 56 | | |
69 | | - | |
70 | | - | |
| 57 | + | |
| 58 | + | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
74 | 62 | | |
75 | 63 | | |
76 | | - | |
| 64 | + | |
77 | 65 | | |
78 | 66 | | |
79 | 67 | | |
| |||
87 | 75 | | |
88 | 76 | | |
89 | 77 | | |
90 | | - | |
| 78 | + | |
91 | 79 | | |
92 | 80 | | |
93 | 81 | | |
94 | 82 | | |
95 | 83 | | |
96 | 84 | | |
97 | 85 | | |
98 | | - | |
| 86 | + | |
99 | 87 | | |
100 | 88 | | |
101 | 89 | | |
| |||
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
130 | 118 | | |
131 | 119 | | |
132 | 120 | | |
| |||
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
23 | 45 | | |
24 | 46 | | |
25 | 47 | | |
Lines changed: 0 additions & 18 deletions
This file was deleted.
0 commit comments