Commit b4027db
authored
fix: Small fixes and adjustments (#37)
* 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>1 parent 1800760 commit b4027db
File tree
69 files changed
+1233
-473
lines changed- public
- src
- assets
- components
- icons
- ui
- modules
- addresses/address/workers/beneficiaryDeals
- apps
- appsTable
- app
- datasets
- datasetsTable
- deals
- dealsTable
- deal
- search
- tasks
- tasksTable
- transactions/transaction
- workerpools
- workerpoolsTable
- routes
- $chainSlug/_layout
- address
- app
- dataset
- deal
- task
- tx
- workerpool
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1233
-473
lines changed| 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 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 7 | + | |
17 | 8 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 9 | + | |
27 | 10 | | |
28 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
29 | 19 | | |
30 | | - | |
| 20 | + | |
31 | 21 | | |
32 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
33 | 25 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
61 | 49 | | |
| 50 | + | |
62 | 51 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
83 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
This file was deleted.
Loading
0 commit comments