-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo
25 lines (25 loc) · 1.36 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- fix font sizes in homepage @done
- delete project logic @done
- tablet edit-invoice display @done
- desktop edit-invoice display @done
- new invoice button display size @done
- increase space between options dropdown
- text font sizes should be increased in size @done
- EditPage - fix calculations when changes has been cancelled. @done
- Homepage - Grid items spacing. Name and dates to have more width @done
- Viewpage - accessibility - address just read without indication @done
- Viewpage - mobile display for 22.5rem and below in a single row. @done
- Viewpage - heading on project items should appear onces. @done
- Viewpage - table option for handling project items @done
- toggle menu image mismatch @done
- when status is "paid" , invoice should not be edited @done
- when status is paid , MARK AS PAID button should not be displayed @done
- overlay should close the dialog when clicked @done
- homepage overlay when the new invoice button has been clicked @done
- moving focus to the opened dialog @done
- Focus trapping in the dialog @done
- Return to Homepage button not Working in CreateNewInvoice Dialog @done
- floating numbers calculations error - new invoice (changed input number to text) @done
- dropdown styling needs improvement
- round off calculations to 2 decimal places @done
- set focus to first element of the project items when a project has been added @done