feat(frontend): tweak user/member layout, add start of edit profile page
This commit is contained in:
parent
d4b8a20b4d
commit
e4f3b26107
7 changed files with 285 additions and 61 deletions
7
frontend/pnpm-lock.yaml
generated
7
frontend/pnpm-lock.yaml
generated
|
@ -12,6 +12,7 @@ specifiers:
|
|||
'@typescript-eslint/eslint-plugin': ^5.45.0
|
||||
'@typescript-eslint/parser': ^5.45.0
|
||||
autoprefixer: ^10.4.13
|
||||
base64-arraybuffer: ^1.0.2
|
||||
bootstrap: 5.3.0-alpha1
|
||||
bootstrap-icons: ^1.10.3
|
||||
eslint: ^8.28.0
|
||||
|
@ -32,6 +33,7 @@ specifiers:
|
|||
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.6
|
||||
base64-arraybuffer: 1.0.2
|
||||
bootstrap: 5.3.0-alpha1_@popperjs+core@2.11.6
|
||||
bootstrap-icons: 1.10.3
|
||||
marked: 4.2.12
|
||||
|
@ -768,6 +770,11 @@ packages:
|
|||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
dev: true
|
||||
|
||||
/base64-arraybuffer/1.0.2:
|
||||
resolution: {integrity: sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==}
|
||||
engines: {node: '>= 0.6.0'}
|
||||
dev: false
|
||||
|
||||
/binary-extensions/2.2.0:
|
||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
||||
engines: {node: '>=8'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue