-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metadata comments and reformat various files
- Added project metadata comments to multiple files for better documentation. - Updated `.eslintrc.json` and `angular.json` to format arrays and objects with multi-line syntax for improved readability. - Changed `request` type in `launch.json` from `launch` to `attach`. - Incremented version in `package-lock.json` and `package.json` from `0.0.0` to `0.0.1`. - Made `http` property readonly in `mls-data.service.ts`. - Replaced `accountService.isLoggedIn()` with `accountService.getCurrentUser()` in `auth.guard.ts`. - Adjusted margin in `admin-home.component.html` by removing `-m-24` class. - Added CSS classes for better styling in `footer.component.scss` and `header.component.scss`. - Added `Logout` button and additional styling to `admin-navbar.component.html`. - Reformatted `motion-tailwind.css` for consistent indentation and line breaks. - Improved formatting in `index.html`, `tsconfig.app.json`, `tsconfig.json`, and `tsconfig.spec.json`. - Modified SVG content in `github-mark-white.svg` and `github-mark.svg` for better readability.
- Loading branch information
1 parent
55f01ee
commit e2b795e
Showing
81 changed files
with
1,358 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
src/MLS.MatLidStoreUI/src/app/core/services/account.service.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 16 additions & 1 deletion
17
src/MLS.MatLidStoreUI/src/app/modules/admin/admin-home/admin-home.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/*! | ||
* Project: MatLidStore(https://github.com/phamtiendungcw/matlidstore) | ||
* File: admin-home.component.scss | ||
* Author: phamtiendungcw(https://github.com/phamtiendungcw) | ||
* Created on: 15:38, 07/11/2024 | ||
* | ||
* Copyright (c) 2024 Pham Tien Dung. All rights reserved. | ||
* | ||
* Description: | ||
* This file is part of the MLS.MatLidStoreUI project. | ||
* Unauthorized copying or distribution of this file, via any medium, is strictly prohibited. | ||
* | ||
* License: Proprietary and confidential. | ||
*/ |
Oops, something went wrong.