Skip to content

Commit ccb5afc

Browse files
committed
Added TODO list
Move modal footer to correct place
1 parent bcfb0f7 commit ccb5afc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

TODO.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## BUGS:
2+
[] - on page '/accounts', when we try to edit the password, the background covers the modal window and prevents us from doing anything
3+
## TODO:
4+
[] - add information for future contributors
5+
[] - the page setting is only mock, remove it or make it work
6+
[] - move the entire UI to use react-bootstrap instead of js bootstrap

frontend/src/pages/Accounts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ const Accounts = () => {
347347
error={passwordFormErrors.confirmPassword}
348348
required
349349
/>
350+
</form>
350351

351352
<div className="modal-footer">
352353
<button
@@ -363,7 +364,6 @@ const Accounts = () => {
363364
{t('accounts.updatePassword')}
364365
</button>
365366
</div>
366-
</form>
367367
</div>
368368
</div>
369369
</div>

0 commit comments

Comments
 (0)