Commit graph

21 commits

Author SHA1 Message Date
wont-stream
ee4bc19ce1 Change with to ampersand
Some checks failed
Code quality checks / biome (push) Failing after 11s
2025-04-11 15:12:24 -04:00
wont-stream
9627ccc840 fix: handle undefined search engine name in placeholder 2025-04-11 15:11:29 -04:00
wont-stream
55b8298e69 remove unused file 2025-04-11 15:09:32 -04:00
wont-stream
ea119e5ffa fix: add lint script to package.json for code quality checks
All checks were successful
Code quality checks / biome (push) Successful in 8s
2025-04-10 19:28:36 -04:00
wont-stream
e8e924b595 auto-lint
All checks were successful
Code quality checks / biome (push) Successful in 8s
2025-04-10 19:27:24 -04:00
wont-stream
582af2ba98 fix: ensure consistent line ending in JavaScript formatter configuration
Some checks failed
Code quality checks / biome (push) Failing after 10s
2025-04-10 19:24:08 -04:00
wont-stream
3485d865e8 linting
Some checks failed
Code quality checks / biome (push) Failing after 10s
2025-04-10 19:20:11 -04:00
wont-stream
4f6623efe9 formatting 2025-04-10 19:17:35 -04:00
wont-stream
c7f2f4aeae Linting 2025-04-10 19:16:51 -04:00
wont-stream
8135261352 feat: add biome configuration and update dependencies
Some checks failed
Code quality checks / biome (push) Failing after 9s
2025-04-10 19:00:53 -04:00
wont-stream
0f9e1cf996 feat: add workflow for code quality checks using Bun and Biome 2025-04-10 18:59:17 -04:00
wont-stream
91e77234a1 chore: add zip files to .gitignore 2025-04-10 14:15:41 -04:00
wont-stream
ae877bb1ee chore: update version to 0.0.2 in manifest.json 2025-04-10 14:14:21 -04:00
wont-stream
ee61433b43 remove unused geolocation perm from ext 2025-04-10 14:08:34 -04:00
wont-stream
2c1a2fd983 docs: update README with additional building instructions 2025-04-10 14:03:35 -04:00
wont-stream
c894c6f440 Add initial extension files for halfPage startpage
- Added icon image for the extension.
- Created manifest.json for extension configuration with permissions and new tab override.
- Implemented sidebar component with user settings for name, search engine, weather location, color scheme, and theme selection.
2025-04-10 13:53:31 -04:00
wont-stream
8de0faf8fa refactor: restructure geolocation handling for improved readability 2025-04-10 10:45:03 -04:00
wont-stream
be2b3d09dc feat: display weather description in the navbar 2025-04-09 22:32:54 -04:00
wont-stream
9a35a3f0d4 feat: add favicon element handling for dynamic weather updates 2025-04-09 22:32:00 -04:00
wont-stream
2f60206e25 feat: initialize new tab page with Preact and Vite setup
- Added index.html as the main entry point for the application.
- Created package.json with dependencies for Preact, Halfmoon, and TypeScript.
- Included favicon.svg for the application icon.
- Added robots.txt for search engine directives.
- Created app.css for styling the application.
- Implemented app.tsx as the main application component with Navbar and Container.
- Developed container component to display a greeting and search form.
- Added weather description JSON data for dynamic weather updates.
- Built navbar component to fetch and display current weather information.
- Set up index.css for global styles.
- Configured main.tsx to render the application.
- Added TypeScript environment definitions.
- Established TypeScript configuration files for app and node.
- Configured Vite with Preact preset and PostCSS for production optimizations.
2025-04-09 21:56:32 -04:00
3ebaf0a468 Initial commit 2025-04-09 19:38:12 +02:00