Sped0n
2bc6d213ee
chore(variables.scss): update variable names and values for better readability and consistency
...
chore(style.scss): reorganize import statements for better organization and readability
2023-10-29 00:58:26 +08:00
Sped0n
d985504a1c
feat: add custom cursor styles
...
Add a new file `_customCursor.scss` to the `assets/css/_partial` directory. This file contains styles for a custom cursor. The `.cursor` class is used to position the cursor and set its appearance. The `.active` class is used to display the cursor. The `.cursorInner` class is used to position the inner content of the cursor.
---
refactor: remove unused footer styles
Delete the file `_footer.scss` from the `assets/css/_partial` directory. This file contains styles for the footer section of the page. The styles are no longer used and can be safely removed.
---
refactor: remove unused image styles
Delete the files `_imagesDesktop.scss` and `_imagesMobile.scss` from the `assets/css/_partial` directory. These files contain styles for displaying images on desktop and mobile devices. The styles are no longer used and can be safely removed.
---
feat: add navigation styles
Add a new file `_nav.scss` to the `assets/css/_partial` directory. This file contains styles for the navigation bar. The styles define the layout and appearance of the navigation bar, including its position, background color, and alignment of its contents. The styles also include media queries to adjust the layout for smaller screens.
---
refactor: remove unused overlay styles
Delete the file `_overlay.scss` from the `assets/css/_partial` directory. This file contains styles for an overlay element. The styles are no longer used and can be safely removed.
---
feat: add stage styles
Add a new file `_stage.scss` to the `assets/css/_partial` directory. This file contains styles for the stage element, which is used to display images. The styles define the position and size of the stage, as well as the appearance of the images within it.
---
feat: add stage navigation overlay styles
Add a new file `_stageNav.scss` to the `assets/css/_partial` directory. This file contains styles for the stage navigation overlay. The styles define the position and size of the overlay, as well as its appearance and behavior. The overlay is used for navigation within the stage.
2023-10-29 00:58:09 +08:00
Sped0n
d709f9a418
chore(base.scss): improve font rendering by adding font smoothing properties to all elements
...
feat(base.scss): add user-select: none to body to disable text selection
feat(base.scss): add overscroll-behavior-y: none to html and body to disable vertical scrolling on overscroll
feat(base.scss): add cursor: pointer to anchor tags and buttons for better user experience
feat(font.scss): add font-face declaration for HelveticaNow font
refactor(media.scss): remove unused file
feat(mixins.scss): add min-width and max-width mixins for responsive design
feat(reset.scss): add the new CSS reset version 1.8.4
feat(reset.scss): remove all styles from User-Agent-Stylesheet except for the display property
feat(reset.scss): set box-sizing: border-box for all elements
feat(reset.scss): revert cursor style for anchor tags and buttons
feat(reset.scss): remove list styles (bullets/numbers) from ol, ul, and menu
feat(reset.scss): set max-inline-size and max-block-size to 100% for images
feat(reset.scss): set border-collapse: collapse for tables
feat(reset.scss): set -webkit-user-select: auto for input and textarea to fix Safari issue
feat(reset.scss): revert white-space property for textarea on Safari
feat(reset.scss): set -webkit-appearance: revert for meter element
feat(reset.scss): revert all styles for preformatted text
feat(reset.scss): unset color for input placeholder
feat(reset.scss): remove default dot sign for lists
feat(reset.scss): set display: none for elements with hidden attribute
feat(reset.scss): revert styles for contenteditable elements
feat(reset.scss): set -webkit-user-drag: element for draggable elements
feat(reset.scss): revert native behavior for modal dialogs
feat(typography.scss): set line-height, font-size, and font-family for body
feat(typography.scss): increase font-size for tablet and laptop breakpoints
2023-10-29 00:57:27 +08:00
Sped0n
649e17a086
chore(.prettierrc.json): update Prettier configuration to include support for go-template files and improve code formatting settings
...
The Prettier configuration file (.prettierrc.json) has been updated with the following changes:
- `useTabs` is set to `false` to use spaces for indentation
- `tabWidth` is set to `2` to specify the number of spaces for each indentation level
- `printWidth` is set to `88` to limit the line length to 88 characters
- `singleQuote` is set to `true` to use single quotes for strings
- `trailingComma` is set to `none` to remove trailing commas in arrays and objects
- `bracketSpacing` is set to `true` to add spaces inside brackets
- `semi` is set to `false` to remove semicolons at the end of statements
- `plugins` is added to include the "prettier-plugin-go-template" plugin for go-template files
- `overrides` is added to specify the parser as "go-template" for files with the ".html" extension
2023-10-28 20:13:15 +08:00
Sped0n
3335bfe27d
chore(.idea): remove unnecessary files and configurations
...
Remove the following files and configurations from the .idea directory:
- .gitignore: Remove default ignored files.
- bridget.iml: Remove module file.
- codeStyles/Project.xml: Remove project code style configuration.
- codeStyles/codeStyleConfig.xml: Remove project code style configuration.
- inspectionProfiles/Project_Default.xml: Remove project inspection profile.
- jsLibraryMappings.xml: Remove JavaScript library mappings.
- jsLinters/eslint.xml: Remove ESLint configuration.
- modules.xml: Remove project module configuration.
- vcs.xml: Remove VCS directory mapping.
- watcherTasks.xml: Remove project tasks options.
2023-10-28 20:12:45 +08:00
Sped0n
b1415b7f17
refractor: change var name
2023-08-13 22:33:47 +08:00
Sped0n
c2f9627717
chore: migrate to pnpm
2023-08-13 17:02:52 +08:00
Sped0n
89cdbe2ccd
feat: add gsap to deps
2023-08-13 17:02:37 +08:00
Spedon
ac30e74b06
Merge pull request #75 from Sped0n/dependabot/npm_and_yarn/eslint-plugin-prettier-5.0.0
...
Bump eslint-plugin-prettier from 4.2.1 to 5.0.0
2023-08-13 16:39:06 +08:00
dependabot[bot]
8cc8aa47aa
Bump eslint-plugin-prettier from 4.2.1 to 5.0.0
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.2.1...v5.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-13 08:38:27 +00:00
Spedon
34da7e8356
Merge pull request #76 from Sped0n/dependabot/npm_and_yarn/eslint-plugin-n-16.0.1
...
Bump eslint-plugin-n from 15.7.0 to 16.0.1
2023-08-13 16:37:45 +08:00
Spedon
cf09c72f40
Merge pull request #77 from Sped0n/dependabot/npm_and_yarn/prettier-3.0.1
...
Bump prettier from 3.0.0 to 3.0.1
2023-08-13 16:37:32 +08:00
dependabot[bot]
cbf4581106
Bump prettier from 3.0.0 to 3.0.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-13 08:36:09 +00:00
Spedon
45ff131968
Merge pull request #78 from Sped0n/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.3.0
...
Bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0
2023-08-13 16:35:27 +08:00
Spedon
518b28e992
Merge pull request #79 from Sped0n/dependabot/npm_and_yarn/eslint-8.47.0
...
Bump eslint from 8.46.0 to 8.47.0
2023-08-13 16:35:15 +08:00
dependabot[bot]
3fb2ff748b
Bump eslint from 8.46.0 to 8.47.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.46.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-11 23:39:55 +00:00
dependabot[bot]
0f36f76c81
Bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 23:20:42 +00:00
dependabot[bot]
8a199e8632
Bump eslint-plugin-n from 15.7.0 to 16.0.1
...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 15.7.0 to 16.0.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.7.0...16.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 23:19:48 +00:00
Spedon
0129c0d0fb
Merge pull request #54 from Sped0n/dependabot/npm_and_yarn/typescript-5.1.6
...
Bump typescript from 5.0.4 to 5.1.6
2023-08-08 18:49:05 +08:00
dependabot[bot]
0bfc498aba
Bump typescript from 5.0.4 to 5.1.6
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.4 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 10:48:48 +00:00
Spedon
1d295b0dae
Merge pull request #74 from Sped0n/dependabot/npm_and_yarn/typescript-eslint/parser-6.3.0
...
Bump @typescript-eslint/parser from 5.59.2 to 6.3.0
2023-08-08 18:45:01 +08:00
dependabot[bot]
0a29de4caf
Bump @typescript-eslint/parser from 5.59.2 to 6.3.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.2 to 6.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 10:44:25 +00:00
Spedon
31e049fa98
Merge pull request #59 from Sped0n/dependabot/npm_and_yarn/prettier-3.0.0
...
Bump prettier from 2.8.8 to 3.0.0
2023-08-08 18:43:53 +08:00
Spedon
981b2b654e
Merge pull request #73 from Sped0n/dependabot/npm_and_yarn/eslint-config-prettier-9.0.0
...
Bump eslint-config-prettier from 8.8.0 to 9.0.0
2023-08-08 18:43:09 +08:00
dependabot[bot]
92a03c355e
Bump eslint-config-prettier from 8.8.0 to 9.0.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.8.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 10:42:53 +00:00
Spedon
ad2676c636
Merge pull request #68 from Sped0n/dependabot/npm_and_yarn/eslint-config-standard-with-typescript-37.0.0
...
Bump eslint-config-standard-with-typescript from 34.0.1 to 37.0.0
2023-08-08 18:42:50 +08:00
dependabot[bot]
449bf05525
Bump eslint-config-standard-with-typescript from 34.0.1 to 37.0.0
...
Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript ) from 34.0.1 to 37.0.0.
- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases )
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.1...v37.0.0 )
---
updated-dependencies:
- dependency-name: eslint-config-standard-with-typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 10:42:21 +00:00
Spedon
0b2622567d
Merge pull request #70 from Sped0n/dependabot/npm_and_yarn/eslint-plugin-import-2.28.0
...
Bump eslint-plugin-import from 2.27.5 to 2.28.0
2023-08-08 18:42:11 +08:00
Spedon
e0e5811321
Merge pull request #71 from Sped0n/dependabot/npm_and_yarn/eslint-8.46.0
...
Bump eslint from 8.39.0 to 8.46.0
2023-08-08 18:41:58 +08:00
Spedon
b9d16296ba
Merge pull request #72 from Sped0n/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.2.1
...
Bump @typescript-eslint/eslint-plugin from 5.59.2 to 6.2.1
2023-08-08 18:41:45 +08:00
Spedon
ddcd17756e
Merge pull request #39 from Sped0n/dependabot/npm_and_yarn/eslint-config-standard-17.1.0
...
Bump eslint-config-standard from 17.0.0 to 17.1.0
2023-08-08 18:41:30 +08:00
dependabot[bot]
0dc8030d4e
Bump @typescript-eslint/eslint-plugin from 5.59.2 to 6.2.1
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.2 to 6.2.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-31 23:52:34 +00:00
dependabot[bot]
989fc21b30
Bump eslint from 8.39.0 to 8.46.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.39.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-28 23:58:33 +00:00
dependabot[bot]
9f953039a4
Bump eslint-plugin-import from 2.27.5 to 2.28.0
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.27.5 to 2.28.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-28 23:58:08 +00:00
dependabot[bot]
5ca5e6c3fd
Bump prettier from 2.8.8 to 3.0.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-05 23:33:55 +00:00
dependabot[bot]
a83279cde0
Bump eslint-config-standard from 17.0.0 to 17.1.0
...
Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard ) from 17.0.0 to 17.1.0.
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/standard/eslint-config-standard/compare/v17.0.0...v17.1.0 )
---
updated-dependencies:
- dependency-name: eslint-config-standard
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-30 00:06:00 +00:00
Spedon
5679c5e39c
import imagesMobile style
2023-05-04 12:35:13 +08:00
Spedon
823502839f
debugging
2023-05-04 12:34:32 +08:00
Spedon
a6648c7c2f
finish the basic scroll logic
2023-05-04 12:34:17 +08:00
Spedon
c8f2ecad84
style for mobile gallery component
2023-05-04 12:33:38 +08:00
Spedon
c610f01d51
separate desktop component to imagesDesktop
2023-05-04 12:33:01 +08:00
Spedon
dd942979b8
Merge pull request #28 from Sped0n/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.2
...
Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.2
2023-05-03 22:39:33 +08:00
dependabot[bot]
eb5bb5ec82
Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.2
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.57.1 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 14:39:20 +00:00
Spedon
04ef9da187
Merge pull request #24 from Sped0n/dependabot/npm_and_yarn/eslint-8.39.0
...
Bump eslint from 8.38.0 to 8.39.0
2023-05-03 22:39:18 +08:00
dependabot[bot]
405648f2d9
Bump eslint from 8.38.0 to 8.39.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 14:39:05 +00:00
Spedon
681d7f3173
Merge pull request #26 from Sped0n/dependabot/npm_and_yarn/prettier-2.8.8
...
Bump prettier from 2.8.7 to 2.8.8
2023-05-03 22:38:52 +08:00
dependabot[bot]
ff73c9c5a1
Bump prettier from 2.8.7 to 2.8.8
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 14:38:41 +00:00
Spedon
15ea0d795e
Merge pull request #29 from Sped0n/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.2
...
Bump @typescript-eslint/parser from 5.57.1 to 5.59.2
2023-05-03 22:38:02 +08:00
dependabot[bot]
d9462e18d3
Bump @typescript-eslint/parser from 5.57.1 to 5.59.2
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.1 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-02 00:11:09 +00:00
Spedon
2bcb3895eb
Merge pull request #18 from Sped0n/dependabot/npm_and_yarn/eslint-8.38.0
...
Bump eslint from 8.37.0 to 8.38.0
2023-04-10 01:19:04 +08:00