This website requires JavaScript.
Explore
Help
Register
Sign In
eric
/
bridget
Watch
1
Star
0
Fork
0
You've already forked bridget
mirror of
https://github.com/Sped0n/bridget.git
synced
2026-04-17 03:29:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
102e9aacf718f113ad9a97db6e62bab0d2c6648a
bridget
/
assets
/
ts
History
Sped0n
102e9aacf7
fix(state.ts): change the increment value in decThreshold function from 1 to -1 to correctly decrease the threshold value
2023-10-31 00:03:59 +08:00
..
desktop
feat(stage.ts): add functions to switch between high-resolution and low-resolution images for better image quality and performance
2023-10-30 17:45:46 +08:00
mobile
refactor(collection.ts): rename variable 'container' to 'collection' for better clarity and semantics
2023-10-31 00:03:14 +08:00
container.ts
feat(container.scss): add container styles for fixed position and scrolling behavior
2023-10-29 22:12:06 +08:00
main.ts
refactor(main.ts): improve code readability by adding conditional check for ijs length before initializing stage or collection
2023-10-30 15:54:36 +08:00
nav.ts
feat(nav.ts): add functionality to set the current link based on the currentMenuItemIndex attribute
2023-10-30 15:55:02 +08:00
resources.ts
refactor(resources.ts): update ImageJSON interface to include separate properties for low resolution and high resolution image URLs, heights, and widths for better organization and clarity
2023-10-30 17:44:59 +08:00
state.ts
fix(state.ts): change the increment value in decThreshold function from 1 to -1 to correctly decrease the threshold value
2023-10-31 00:03:59 +08:00
utils.ts
feat(gallery.ts): change image source to a data attribute and dynamically load it when the image is visible
2023-10-30 17:47:06 +08:00