Commit graph

10 commits

Author SHA1 Message Date
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