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

Правки v1.1 #26

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7782e61
Правки v1.1
AlexeyBMSTU Dec 16, 2024
91445f4
Поправил сортировку комментариев
AlexeyBMSTU Dec 16, 2024
c44f8fe
Поправил сортировку v1.3
AlexeyBMSTU Dec 16, 2024
e1f85f2
Поправил сортировку v1.4
AlexeyBMSTU Dec 16, 2024
e840a91
Поправил сортировку комментариев v1.5
AlexeyBMSTU Dec 17, 2024
d0bc8ad
Поправил баги с сортировкой комментариев
AlexeyBMSTU Dec 17, 2024
b1ff80d
Добавил UI v1.0
AlexeyBMSTU Dec 18, 2024
5688ce3
Поправил UI/UX к защите
AlexeyBMSTU Dec 19, 2024
5764e79
Поправил UI/UX к защите v1.1
AlexeyBMSTU Dec 19, 2024
e45af4a
Поправил UI/UX к защите v1.2
AlexeyBMSTU Dec 19, 2024
7370ab7
Поправил UI/UX к защите v1.3
AlexeyBMSTU Dec 19, 2024
bb3494e
Поправил UI/UX к защите v1.4
AlexeyBMSTU Dec 19, 2024
90b7b84
Поправил UI/UX к защите v1.3
AlexeyBMSTU Dec 19, 2024
aaafc0d
Поправил UI/UX к защите v1.4
AlexeyBMSTU Dec 19, 2024
ea549a9
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
ea82ecb
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
7280bb3
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
f46d971
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
2d5e9ab
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
fcf5bf2
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
ea125dd
Поправил UI/UX к защите. Мобильная верста, доп. див в названии страни…
AlexeyBMSTU Dec 19, 2024
80e8a70
Поправил добавление/удаление аттачей
AlexeyBMSTU Dec 19, 2024
98a8bd4
Поправил добавление/удаление аттачей v1.1
AlexeyBMSTU Dec 19, 2024
a9e7a5e
Убрал слоган
AlexeyBMSTU Dec 19, 2024
43a3d27
Убрал слоган v1.1
AlexeyBMSTU Dec 19, 2024
1092d5e
Убрал слоган v1.2
AlexeyBMSTU Dec 19, 2024
1f712b5
Убрал подсветку модератора к комментариях
AlexeyBMSTU Dec 19, 2024
5352277
Убрал скролл на главной странице. Так же добавил _blank PDF
AlexeyBMSTU Dec 20, 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
1 change: 1 addition & 0 deletions @types/vdom/vdom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ declare module "vdom" {
figure: { [key: string]: any };
figcaption: { [key: string]: any };
strong: { [key: string]: any };
footer: { [key: string]: any };
}
}
}
13 changes: 12 additions & 1 deletion src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,21 @@ export const urlDeleteComment: any = await getUrlStatic("/deleteComm.png");
export const urlSad: any = await getUrlStatic("/sad.png");
export const iconStatusBlock: any = await getUrlStatic("/blocked.png");
export const iconStatusPublished: any = await getUrlStatic("/published.png");
export const iconClearSubs: any = await getUrlStatic("/clearSubs.png");
export const iconClearSubs: any = await getUrlStatic(
"/custom-subscribe-not-exist.jpg",
);
export const iconNotificationHave: any = await getUrlStatic(
"/notificationNRead.png",
);
export const iconPenUpload: any = await getUrlStatic("/penWhite.png");
export const iconEditStatus: any = await getUrlStatic("/penBlack.png");
export const iconArrowNextMediaFiles: any =
await getUrlStatic("/nextMedia.png");
export const iconBaseSub: any = await getUrlStatic("/base.png");
export const iconPremiumSub: any = await getUrlStatic("/premium.png");
export const iconVIPSub: any = await getUrlStatic("/CROWN.png");
export const iconReport: any = await getUrlStatic("/report.png");
export const iconTimer: any = await getUrlStatic("/timer.png");

const favicon: any = await getUrlStatic("/fav.png");

Expand Down
Binary file added src/app/styles/photos/CROWN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/asd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/nextMedia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/penBlack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/penWhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/premium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/styles/photos/timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading