Skip to content

Commit c31d9a4

Browse files
authored
Added images
1 parent dbd3705 commit c31d9a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,26 @@ The networking interface abstracts away a lot of redundant logic and makes backe
7373

7474
We used the Chakra UI Themeing API to define a custom theme (called `MainTheme`). We implemented things like standard button variants (a blue-red combination of colours), text font family and standard colour tokens.
7575

76+
<img width="429" height="102" alt="Toasts" src="https://github.com/user-attachments/assets/a02153a5-9dd5-464f-995f-736d881f5d3f" />
77+
7678
Additionally, we customised the look of toasts, in various modes, to better suit the `MainTheme`. The toasts look much cleaner and in line with what the user would already be expecting.
7779

7880
This, of course, has the direct impact of making the entire UI feel very coherent. Standardising the UI goes a long way in offering a comfortable user experience - no unexpected UX shocks.
7981

8082
## User Experience Design
8183

84+
<img height="500px" alt="Data Processing" src="https://github.com/user-attachments/assets/7ee82fa7-d84f-4d65-af83-4c14fa85f46a" />
85+
86+
> Data Processing page
87+
88+
<img height="500px" alt="Manage Associations" src="https://github.com/user-attachments/assets/0a209f7e-6f75-466c-9352-d432a7f0631d" />
89+
90+
> Manage Associations modal
91+
92+
<img width="294" height="83" alt="Editor Mode Bar" src="https://github.com/user-attachments/assets/871e88c9-1de7-4b3f-87c3-ece2b4fe1572" />
93+
94+
> Editor Mode Action Bar
95+
8296
It's no secret that there is tons of UI out there right now. We're always working with digital interfaces of technology everyday, and users also have some pre-set UX expectations. Thus, it was important to us that, while we distinguish ourself uniquely enough to be memorable, users are always comfortable. This means designing UX flows that are similar to other industry standards and more.
8397

8498
Here's a few of the UX decisions we made:

0 commit comments

Comments
 (0)