Skip to content

Commit

Permalink
3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Jan 17, 2025
1 parent 9807497 commit 00c7454
Show file tree
Hide file tree
Showing 96 changed files with 1,256 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 karamem0
Copyright (c) 2022-2025 karamem0

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion source/client/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2,001 changes: 1,088 additions & 913 deletions source/client/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions source/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,47 +16,47 @@
"dependencies": {
"@automapper/pojos": "^8.8.1",
"@emotion/react": "^11.14.0",
"@fluentui/react-components": "^9.56.8",
"@fluentui/react-components": "^9.57.0",
"@microsoft/applicationinsights-react-js": "^17.3.4",
"@microsoft/applicationinsights-web": "^3.3.4",
"@microsoft/teams-js": "2.32.0-beta.3",
"@microsoft/teams-js": "2.33.0",
"axios": "^1.7.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-intl": "^7.0.4",
"react-router-dom": "^7.1.1",
"react-intl": "^7.1.1",
"react-router-dom": "^7.1.2",
"react-use": "^17.6.0",
"ress": "^5.0.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@formatjs/cli": "^6.3.14",
"@stylistic/eslint-plugin": "^2.12.1",
"@eslint/js": "^9.18.0",
"@formatjs/cli": "^6.4.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-formatjs": "^10.5.29",
"eslint": "^9.17.0",
"babel-plugin-formatjs": "^10.5.31",
"eslint": "^9.18.0",
"eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-sonarjs": "^3.0.1",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"postcss-styled-syntax": "^0.7.0",
"stylelint": "^16.12.0",
"postcss": "^8.5.1",
"postcss-styled-syntax": "^0.7.1",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
},
"volta": {
"node": "20.18.0"
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/common/components/Snackbar.presenter.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/common/components/Snackbar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/common/components/TeamsInitializer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/common/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/common/providers/SnackbarProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/error/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/error/pages/Error404Page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/error/pages/Error500Page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/home/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
18 changes: 10 additions & 8 deletions source/client/src/features/home/pages/HomePage.presenter.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand All @@ -14,8 +14,8 @@ import {
Link,
Text
} from '@fluentui/react-components';
import { FormattedMessage, useIntl } from 'react-intl';
import { EventHandler } from '../../../types/Event';
import { FormattedMessage } from 'react-intl';
import { SiGithub } from 'react-icons/si';
import { css } from '@emotion/react';
import messages from '../messages';
Expand All @@ -35,6 +35,7 @@ function HomePage(props: Readonly<HomePageProps>) {
onLinkToTermsOfUse
} = props;

const intl = useIntl();
const { theme } = useTheme();

return (
Expand All @@ -46,12 +47,13 @@ function HomePage(props: Readonly<HomePageProps>) {
`}>
<header
css={css`
display: flex;
flex-flow: row;
display: grid;
grid-template-rows: auto;
grid-template-columns: auto;
align-items: center;
justify-content: end;
width: 100%;
height: 2.5rem;
height: 2rem;
padding: 0 1rem;
`}>
<Button
Expand All @@ -77,7 +79,7 @@ function HomePage(props: Readonly<HomePageProps>) {
justify-content: center;
width: 100%;
padding: 2rem;
background-color: #ea5549;
background-color: ${theme.colorBrandBackground};
@media (width >= 960px) {
padding: 4rem 2rem;
}
Expand All @@ -87,7 +89,6 @@ function HomePage(props: Readonly<HomePageProps>) {
display: grid;
grid-template-rows: auto;
grid-template-columns: auto;
gap: 1rem;
align-items: center;
justify-content: center;
@media (width >= 960px) {
Expand All @@ -114,13 +115,14 @@ function HomePage(props: Readonly<HomePageProps>) {
</Text>
<Text
css={css`
color: #fff;
color: ${theme.colorNeutralForegroundInverted};
text-align: center;
`}>
<FormattedMessage {...messages.AppDescription} />
</Text>
</div>
<Image
alt={intl.formatMessage(messages.AppTitle)}
fit="contain"
src="/assets/screenshots/001.png"
css={css`
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/home/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/tab/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/tab/pages/ConfigurePage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/features/tab/pages/PropertyPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
6 changes: 3 additions & 3 deletions source/client/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down Expand Up @@ -35,7 +35,7 @@ const element = document.getElementById('root') as HTMLElement;
const root = ReactDOM.createRoot(element);

root.render(
<React.Fragment>
<React.StrictMode>
<Global styles={ress} />
<TelemetryProvider>
<BrowserRouter>
Expand Down Expand Up @@ -86,5 +86,5 @@ root.render(
</TeamsInitializer>
</BrowserRouter>
</TelemetryProvider>
</React.Fragment>
</React.StrictMode>
);
2 changes: 1 addition & 1 deletion source/client/src/mappings/AutoMapperProfile.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/providers/IntlProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/providers/TeamsProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
2 changes: 1 addition & 1 deletion source/client/src/providers/TelemetryProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024 karamem0
// Copyright (c) 2022-2025 karamem0
//
// This software is released under the MIT License.
//
Expand Down
Loading

0 comments on commit 00c7454

Please sign in to comment.