Commit 25d7c44
authored
feat: add navbar and footer (#6)
* style: adjust layout of preview tables for improved responsiveness
* refactor: pass className prop to preview table components for better layout control
* feat: add bellecour chain configuration and injected wallet provider.
* feat: add user authentication and avatar selection features
* fix: update favicon to use iexec logo and remove unused react.svg file
* feat: integrate WagmiProvider for improved wallet management
* refactor: update StatusCell type definitions and improve timestamp handling in formatElapsedTime
* fix: move @trivago/prettier-plugin-sort-imports dependency devDependencies
* fix: better routing, fixing some bugs
* feat: add Radix UI Select component and update styles for popover
* fix: remove unused QueryClient import from main.tsx
* feat: enhance TopNavBar with responsive menu, account button and protocol selector
* feat: add IexecAccount component to TopNavBar with copy functionality
* style: format Button component for better readability
* refactor: improve layout and styling of TopNavBar component
* feat: rename TopNavBar component to Navbar and better responsive
* fix: update responsive classes in NavBar for better future layout
* feat: rename TopNavBar to Navbar for consistency and clarity
* feat: add Footer component with social links and navigation
* fix: correct start year in Footer component to 2017
* fix: update label for Blockscout link in Footer component
* refactor: remove AddressChip component as it is no longer needed
* style: format profile.module.css by adding spacing for improved readability
* fix: update title in index.html to 'iExec Explorer' for consistency
* fix: adjust avatar selection logic to ensure consistent image indexing
* fix: update dark theme comments to add a TODO for light and dark themes support
* feat: implement useSyncAccountWithUserStore hook for account synchronization
* feat: add UnsupportedChain component to handle unsupported blockchain scenarios
* fix: enhance UnsupportedChain component to handle unsupported chains when disconnected
* fix: adjust padding in Footer component for better responsiveness
* feat: replace IexecAccount component with AddressChip for address display and copy functionality
* fix: add iExec Account link in navigation1 parent 69d6049 commit 25d7c44
File tree
48 files changed
+5586
-544
lines changed- src
- assets
- profiles-avatars
- components
- ui
- hooks
- modules
- apps
- datasets
- deals
- tasks
- workerpools
- routes
- stores
- utils
- injected-wallet-provider
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+5586
-544
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
54 | | - | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments