Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material Design - M1 & M2 #1145

Merged
merged 5 commits into from
Apr 8, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions deliveries/material_milestone_1_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/si-front-end-template.md
* **Milestone Number:** 1 & 2
semuelle marked this conversation as resolved.
Show resolved Hide resolved

**Context** (optional)

This project aims to enhance the user experience of the [substrate-front-end-template](https://github.com/substrate-developer-hub/substrate-front-end-template) by migrating to Material Design UI, ensuring a visually appealing, intuitive, and modern interface that aligns with contemporary design standards.

**Deliverables**

### Milestone 1 — Design & Initial code

| Number | Deliverable | Link | Notes
| ------------- | ------------- | ------------- |------------- |
| **0a.** | License | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/LICENSE) | The Unlicense |
| **0b.** | Documentation | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/README.md) | |
| **0c.** | Docker | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/Dockerfile) | .. |
| 2. | Menu Header | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/AccountSelector.tsx) | .. |
| 3. | Footer | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/App.tsx) | Decided to keep the page as similar to the current implentation, so no footer module needed. |
| 4. | Polkadot Extension| [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/substrate-lib/SubstrateContext.tsx) | .. |
| 5. | Light/Dark Mode| [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/theme/theme.ts) | .. |
| 6. | Typescript Migration | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/tsconfig.json) | .. |


### Milestone 2 — Full implementation


| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| **0a.** | License | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/LICENSE) | The Unlicense |
| **0b.** | Documentation | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/README.md) | .. |
| **0c.** | Testing and Testing Guide | [Sample Tests](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/cypress/e2e/Integration-Tests/sample-tests.cy.js) | [Test Guide](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/README.md#running-tests-in-cypress) |
| **0d.** | Docker | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/Dockerfile) | .. |
| 0e. | Article | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/README.md) | .. |
| 1. | Cards Module | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/BlockNumber.tsx) | .. |
| 2. | Table Module| [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/Balances.tsx) | .. |
| 3. | Transfer Module | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/Transfer.tsx) | .. |
| 4. | Upgrade Runtime Module| [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/Upgrade.tsx) | .. |
| 5. | Pallet Interactor | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/Interactor.tsx)| .. |
| 6. | Event Module | [Link](https://github.com/stojanov-igor/substrate-front-end-template/blob/material-design-update/src/Events.tsx) |

**Additional Information**

Loading