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

DEAD-18: add image fields and viewing articles #11

Open
wants to merge 70 commits into
base: DEAD-27-NEW
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
4cd938d
DEAD-14 feat: Include ts, change user.js to user.ts
sonyion Oct 7, 2024
f9ac418
DEAD-14 feat: Add password field
sonyion Oct 7, 2024
34fc41d
DEAD-14 feat: Add profile rendering, add profile button
sonyion Oct 8, 2024
ee53fe1
DEAD-14 feat: Add user fields, add styles
sonyion Oct 10, 2024
836ebe9
DEAD-14 fix: Add h3 and h4 fonts, changed h2 font
sonyion Oct 10, 2024
0c6eb78
DEAD-14 feat: Add gaps
sonyion Oct 10, 2024
1ca63fd
DEAD-14 feat: Add decorations
sonyion Oct 10, 2024
4a8b368
DEAD-14 feat: Add settings.hbs
sonyion Oct 11, 2024
e1dac4b
DEAD-14 feat: Add settings class
sonyion Oct 11, 2024
4297a7a
app ref: rename dir from public to src
AlexNov03 Oct 9, 2024
4f59f77
app build: add webpack dep
darleet Oct 7, 2024
0aca69c
app build: make module private
darleet Oct 7, 2024
2950cd3
app build: change project structure
darleet Oct 7, 2024
38cef7d
app build: add webpack config
darleet Oct 7, 2024
c55ee5e
app build: add build script
darleet Oct 7, 2024
012c140
dist feat: run build
darleet Oct 7, 2024
1d08ef7
app fix: fixed history api
AlexNov03 Oct 11, 2024
80f386d
DEAD-14 feat: Modify settings styles
sonyion Oct 14, 2024
e2003c7
Update README.md
darleet Sep 22, 2024
c3fa99a
DEAD-1: add linters (#2)
darleet Sep 23, 2024
f67e1f3
DEAD-14 ref: Delete server
Oct 21, 2024
0ce6cbd
DEAD-13: add bundler + ts support (#6)
darleet Oct 17, 2024
449061f
feed feat: implement cards component
AlexNov03 Sep 23, 2024
4134fba
cards ref: linter fix
darleet Sep 23, 2024
e5657bc
app ci: disable legacy linters for css and html
darleet Sep 23, 2024
f4145a6
feed fix: fix errors in html code
AlexNov03 Sep 23, 2024
e9c2d2d
feed fix: create new variables, bring css to BEM
AlexNov03 Sep 25, 2024
465b0ac
feed feat: change font to play
AlexNov03 Sep 25, 2024
0c22a39
authorisation feet: create authorisation form with handlebars
AlexNov03 Sep 30, 2024
b653c2a
app feet: implement SPA application
AlexNov03 Oct 1, 2024
cc2ecd9
app feet: implement interaction with the backend
AlexNov03 Oct 2, 2024
146a782
DEAD-14 feat: Include ts, change user.js to user.ts
sonyion Oct 7, 2024
58844d9
DEAD-14 feat: Add profile rendering, add profile button
sonyion Oct 8, 2024
2f28c3e
DEAD-14 feat: Add settings class
sonyion Oct 11, 2024
ada88c9
app build: add webpack dep
darleet Oct 7, 2024
165b20e
app build: change project structure
darleet Oct 7, 2024
ad4217a
app fix: fixed history api
AlexNov03 Oct 11, 2024
3be7680
DEAD-14 feat: Modify settings styles
sonyion Oct 14, 2024
7dccce8
DEAD-14 ref: Remove SettingsInterface
sonyion Oct 16, 2024
aae777c
DEAD-14 fix: Add handlebars import
sonyion Oct 16, 2024
a764d5c
DEAD-14 feat: Add split helper, add password output in asteriks
sonyion Oct 18, 2024
6948fbf
DEAD-14 feat: Add username symbolscounter
sonyion Oct 18, 2024
7d74817
DEAD-14 ref: Rm index.js, add index.ts
sonyion Oct 19, 2024
d5bdae3
temp
Oct 19, 2024
e7118b0
declare
Oct 19, 2024
37ae0c4
feed fix: fix errors in html code
AlexNov03 Sep 23, 2024
de044c7
feed fix: create new variables, bring css to BEM
AlexNov03 Sep 25, 2024
faea0d9
feed feat: change font to play
AlexNov03 Sep 25, 2024
7aca382
authorisation feet: create authorisation form with handlebars
AlexNov03 Sep 30, 2024
329f1bf
app feet: implement interaction with the backend
AlexNov03 Oct 2, 2024
b2c241f
DEAD-14 feat: Include ts, change user.js to user.ts
sonyion Oct 7, 2024
d07e25e
DEAD-14 feat: Add profile rendering, add profile button
sonyion Oct 8, 2024
2155f11
DEAD-14 feat: Add settings class
sonyion Oct 11, 2024
58edef6
app fix: fixed history api
AlexNov03 Oct 11, 2024
2d730dc
DEAD-14 feat: Modify settings styles
sonyion Oct 14, 2024
2c15286
DEAD-1: add linters (#2)
darleet Sep 23, 2024
f43dc7f
DEAD-14 fix: Fixing after rebase
Oct 21, 2024
69f9b60
DEAD-14 ref: Comment split helper
sonyion Oct 21, 2024
282e99b
DEAD-14 fix: Fix errors
sonyion Oct 23, 2024
a4cfac0
DEAD-14 ref: Remove imports from css
sonyion Oct 23, 2024
9aebefe
DEAD-14 fix: Fix styles import
sonyion Oct 23, 2024
6744900
DEAD-14 feat: Add api_profile.js
sonyion Oct 24, 2024
e6b9aab
temp commit
Oct 24, 2024
ee09dad
DEAD-14 feat: Add profile rendering
sonyion Oct 28, 2024
e884685
DEAD-14 feat: Add settings rendering
sonyion Oct 30, 2024
56033e5
temp
sonyion Oct 30, 2024
f1bbbf8
DEAD-14 feat: Add user info update
sonyion Oct 31, 2024
827798b
redactor feat: add imagefields and viewing articles
AlexNov03 Oct 31, 2024
641a9fb
merge with DEAD-14 done
AlexNov03 Oct 31, 2024
7a29fa5
profile feat: add user api
AlexNov03 Oct 31, 2024
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
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
"arrowParens": "always",
"parser": "typescript"
}
9 changes: 9 additions & 0 deletions .webpack.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const path = require('path');

module.exports = {
entry: './src/index.ts',
output: {
filename: 'main.js',
path: path.resolve(__dirname, 'dist'),
},
};
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# 2024_2_deadlock
Репозиторий Фронтенда проекта vc.ru команды deadlock

## Запуск проекта
## Авторы

```shell
npm install
npm start
```
[Иван Павлов](https://github.com/darleet) - _Тимлид_

[Юрий Малхасян](https://github.com/ujognutsi)

[Александр Новиков](https://github.com/AlexNov03)

## Менторы

[Кирпичов Владислав](https://github.com/) - _Frontend_

[Жиленков Илья](https://github.com/ilyushkaaa) - _Backend_

[Памужак Пётр](https://github.com/mars444) - _UX/UI_


## Ссылки

[Бэкенд проекта](https://github.com/go-park-mail-ru/2024_2_deadlock)
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import prettier from 'eslint-plugin-prettier';
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
// import tseslint from 'typescript-eslint';
import tseslint from '@typescript-eslint/eslint-plugin';

export default tseslint.config(
{
Expand All @@ -23,4 +24,8 @@ export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
...tseslint.configs.stylistic,
);
eslint.configs.recommended,
...tseslint.configs.recommended,
...tseslint.configs.stylistic,
);
Loading