Commit Graph

11 Commits (v3.13.0)

Author SHA1 Message Date
Kevin Payravi 12300d4a37 Dark mode adjustments
Class for inverting images in dark mode / Adjust hr color
2025-01-31 12:37:22 -07:00
Kevin Payravi 0ed9428f92 Dark mode adjustments for icons and notifs 2025-01-30 02:40:31 -07:00
Emalcat 8bd24f715c
Implemented Dark Mode (#1009) 2025-01-22 21:06:47 -06:00
SnorlaxMonster 6a5ee79e43
Refactor Settings page (#777)
The script for the settings page included a large amount of duplicated code, so I refactored it to put that reused code in functions instead. I also refactored other code, such as massively simplifying the function that converts the user's settings to checked radio buttons.

Additionally, I refactored the "Individual wiki settings" table to actually be built using a table, instead of a structure that only appears to be a table.

I also made various other minor adjustments to the Settings page:
* Adjust the formatting of the "icon legend" box to be consistent with the other boxes on the page.
* Replaced the emoji 🍃 instead of the Tibetan character ༄ to represent BreezeWiki. The Tibetan character was rendering much smaller than the emoji in the other boxes. But regardless, it's better not to use characters non-semantically.
* Add a border around the "individual wiki settings" table, for consistency with the other boxes on the page.
2024-08-14 22:34:48 -05:00
Kevin Payravi c132fd0961 Adjust favicon display when replacing search results
Removing white background and adding drop-shadow; increasing favicon size from 12px to 16px
2024-07-27 05:57:50 -05:00
Dianliang233 4d9243aab7
Allow i18n for the extension (#716) 2024-06-29 05:20:53 -05:00
SnorlaxMonster 029dd60a0d
Put search engine CSS in stylesheet
Instead of injecting CSS rules into the original page's stylesheet,
store the IWB styles in a CSS file and add that file to the manifest
scripts.
2024-06-11 00:27:56 -05:00
Kevin Payravi 7ffad68b2a Adding drop shadow to favicons
Helps distinguish lightly colored favicons
2024-04-25 01:12:25 -05:00
Kevin Payravi 2d77132225 Adjust toggle header bg color 2024-04-25 00:38:18 -05:00
Kevin Payravi 3a75724520
Add search engine toggling / Search engine filtering fixes / Disabling SearNGX+Whoogle
More details at https://github.com/KevinPayravi/indie-wiki-buddy/pull/648
2024-04-23 00:18:42 -05:00
Elaeagnifolia b5490d0198
Refactor CSS
* Moving CSS to dedicated files
* Refactoring common CSS and adding variables
2024-03-21 00:10:55 -05:00