CodeDevMLH
042d89f5b8
Add Oscar feature: implement CSS and JS for Oscar animations, visibility control, and dynamic spotlight effects
2026-02-24 19:23:15 +01:00
CodeDevMLH
22709c38d1
Add Halloween feature: implement fog layer, spiders, and mice animations with visibility control
2026-02-24 19:23:07 +01:00
CodeDevMLH
22d40fb248
Add Oktoberfest feature: implement CSS and JS for Oktoberfest animations and visibility control
2026-02-24 19:22:57 +01:00
CodeDevMLH
97dbc09daa
Refactor hearts.js: reorganize heartSymbols array and clean up observer initialization
2026-02-24 19:22:16 +01:00
CodeDevMLH
df29e12699
Add Frost feature: implement CSS and JS for frost effects and visibility toggle
2026-02-24 19:22:10 +01:00
CodeDevMLH
6632cc81de
Add Mario Day feature: implement CSS and JS for Mario animations and visibility toggle
2026-02-24 19:22:03 +01:00
CodeDevMLH
437569ec1d
Add Friday the 13th feature: implement CSS and JS for themed animations and visibility toggle
2026-02-24 19:21:49 +01:00
CodeDevMLH
5c0d8af5d8
Refactor fireworks.js: clean up observer options for improved readability
2026-02-24 19:20:02 +01:00
CodeDevMLH
5b98b442e5
Add Film Noir feature: implement CSS and JS for film noir effects and toggle functionality
2026-02-24 19:19:56 +01:00
CodeDevMLH
e81ce3cab1
Refactor eurovision.js and eurovision.css: remove commented code for clarity
2026-02-24 19:19:49 +01:00
CodeDevMLH
066ad6fc84
Add Eid feature: create CSS and JS for Eid symbols and animations
2026-02-24 19:19:38 +01:00
CodeDevMLH
8baaa936e1
Refactor easter.js: adjust observer initialization for consistency
2026-02-24 19:19:31 +01:00
CodeDevMLH
f9b4b3c25d
Refactor earthday.js: move flowerColors definition to a constant and use it in flower generation
2026-02-24 19:19:25 +01:00
CodeDevMLH
f4f472e6ec
Refactor christmas.js: reorganize christmasSymbols definition and streamline observer setup
2026-02-24 19:19:18 +01:00
CodeDevMLH
e8effa7dfe
Format observer configuration for better readability
2026-02-24 19:19:11 +01:00
CodeDevMLH
ff2df0196a
Refactor carnival.js: reorganize confettiColors definition and clean up observer setup
2026-02-24 19:19:03 +01:00
CodeDevMLH
3e5da3dda2
Refactor autumn.js: consolidate image array definition and clean up code structure
2026-02-24 19:18:50 +01:00
CodeDevMLH
509d198cd0
Add console log messages for Easter visibility changes; improve debugging
2026-02-24 18:38:14 +01:00
CodeDevMLH
26eb40e282
Adjust Earth Day CSS height and update JavaScript height configuration for consistency
2026-02-24 18:34:26 +01:00
CodeDevMLH
08b2ae987e
Refactor bunny visibility toggle logic; streamline code and improve readability
2026-02-24 18:32:08 +01:00
CodeDevMLH
599518d627
Add new Easter and Friday-themed assets; remove outdated images
2026-02-24 18:24:37 +01:00
CodeDevMLH
23c5ab7e9d
Fix random animation delay for leaf shake and rotation effect
2026-02-24 18:22:56 +01:00
CodeDevMLH
589a360729
Refactor Easter animation and grass generation; streamline code and improve performance
2026-02-24 18:21:51 +01:00
CodeDevMLH
e4b3a132b1
Add seasonal effects for Pi Day, Pride, Rain, and Storm; enhance existing styles
...
Auto Release Plugin / build-and-release (push) Successful in 45s
- Introduced new CSS and JS files for Pi Day, Pride, Rain, and Storm effects.
- Updated existing seasonal styles (e.g., Halloween, Hearts, Resurrection) to improve performance with 'contain: layout paint'.
- Enhanced animations for seasonal effects, including adjustments to keyframes and element creation logic.
- Added configuration options for new effects in the main seasonals.js file.
- Updated test-site.html to include new seasonal options in the dropdown.
2026-02-23 01:31:52 +01:00
CodeDevMLH
9a41c0a2ce
Adjust sunbeam and butterfly positioning for improved visuals
2026-02-21 15:23:29 +01:00
CodeDevMLH
816f58cf02
Update SpringOptions configuration and HTML for seasonal options
Auto Release Plugin / build-and-release (push) Has been cancelled
2026-02-21 15:11:29 +01:00
CodeDevMLH
4e8a37540f
Refactor spring and carnival animations, enhance configuration options, and improve asset management
2026-02-21 04:31:15 +01:00
CodeDevMLH
cde5201991
Add Cherry Blossom option to theme selector and configuration
2026-02-21 04:31:04 +01:00
CodeDevMLH
b2420b8eb4
Add Rotkehlchen GIF asset for spring animations
2026-02-21 04:30:54 +01:00
CodeDevMLH
dacec7d03c
Add new spring-themed GIF assets for animations
2026-02-21 04:30:47 +01:00
CodeDevMLH
65f8261fb7
Add Cherry Blossom feature with configuration options and animations [skip ci]
2026-02-20 01:09:23 +01:00
CodeDevMLH
78872e7f96
Remove petal and ladybug functionality from spring animation
2026-02-20 00:55:54 +01:00
CodeDevMLH
4c168a5ec2
Add Spring, Summer, and Carnival options to plugin configuration and UI
2026-02-19 03:18:39 +01:00
CodeDevMLH
92d9e1a9ad
Add spring, summer, and carnival themes to the theme selector
2026-02-19 03:18:32 +01:00
CodeDevMLH
007e55a612
Refactor summer object creation to use configurable bubble and dust counts
2026-02-19 03:18:26 +01:00
CodeDevMLH
20da9899e4
Fix typo in resurrection CSS class and animation names
2026-02-19 03:18:20 +01:00
CodeDevMLH
9b9cad1caa
Add carnival animation effects with CSS and JavaScript implementation
2026-02-19 03:18:13 +01:00
CodeDevMLH
e8e3424cc9
Add spring animation effects with CSS and JavaScript implementation
2026-02-19 03:18:06 +01:00
CodeDevMLH
0eeed99508
Add summer animation effects with CSS and JavaScript implementation
2026-02-19 02:22:54 +01:00
CodeDevMLH
34a58ac4bd
Add test-site.html for seasonal theme testing interface
2026-02-17 14:10:07 +01:00
CodeDevMLH
66f5353659
Add input fields for custom JavaScript and CSS in the control panel
2026-02-17 13:47:43 +01:00
CodeDevMLH
b58264998a
Enhance theme loading by tracking animation frames, MutationObservers, and intervals; wrap JS in IIFE for scope isolation
Auto Release Plugin / build-and-release (push) Successful in 37s
2026-02-17 02:01:05 +01:00
CodeDevMLH
76c0bc5b3b
Add CONTRIBUTING.md for theme development guidelines and update test site styles
Auto Release Plugin / build-and-release (push) Successful in 36s
2026-02-17 01:58:58 +01:00
CodeDevMLH
eca6ba96fb
Add resurrection theme and enhance seasonal rules parsing logic [skip ci]
2026-02-16 02:28:36 +01:00
CodeDevMLH
30d17baff4
add (komisches) neues PR theme
2026-02-16 02:28:03 +01:00
CodeDevMLH
e5915e715a
fix path issue on subpath installations
Auto Release Plugin / build-and-release (push) Successful in 53s
2026-02-15 02:07:30 +01:00
CodeDevMLH
9d738e6061
Disable dragging and pointer events for seasonal settings button image
2026-02-04 17:15:39 +01:00
CodeDevMLH
8f5a3650e6
Update button image size in SeasonalSettingsManager
2026-02-04 17:13:27 +01:00
CodeDevMLH
310fb4d496
Rename SettingsManager to SeasonalSettingsManager and update related log messages
2026-02-04 16:50:26 +01:00
CodeDevMLH
d6ef81138d
typo
2026-02-04 16:21:02 +01:00