0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/public/static
aocosmic 11d23fd1b2
💄 chore(simple): modernize the appearance of about page & make it responsive. (#530)
* lazyload search result text with css content-visibility

* typo, lightning-fast is grammatically correct

* revamped logo to look more modern

* added class to control how new logo looks and behaves

* added class to control how new logo looks and behaves

* Replace old websurfx logo in readme file

* major visual revamp

* removed logo files and switched to inline svg

* added `--logo-color` to make svg logo colorscheme adaptive

* Update public/static/themes/simple.css

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* [CodeFactor] Apply fixes

* chores: fix duplicate footer selector and remove unknown pseudo-class

* chores: remove missed  duplicate footer selector

* chores: pass formatter check by deleting empty line at 18

* fix search result title disappearing after being visited

* 💄 style: revamped the about page to look more modern and responsive

* [CodeFactor] Apply fixes

* chore: remove invalid css property

* chore: remove lines between or after svg string literals to conform with proper rust formatting

* chore: remove blank lines between svg literals to conform with proper Rust formatting

* refactor: changed decimal values to percentage, added quotation in urls, add blank lines to before rule declarations and between font-face rules

* refactor: correctly remove blank lines between and after svg string literals to conform with proper rust formatting

* chore: revert percentage values into decimals and trimmed blank lines before first rule inside media queries

* combine font face queries into one

* fix: added missing quotation marks on font face url

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: alamin655 <mdalamin655@outlook.com>
Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: alamin655 <129589283+alamin655@users.noreply.github.com>
2024-03-02 09:50:35 +03:00
..
animations feat(animations): provide a default frosted glow animation for the simple theme (#424) 2023-12-11 21:11:48 +03:00
colorschemes 💄 Improved visual fidelity for the simple theme (#426) 2023-12-09 17:34:17 +03:00
themes 💄 chore(simple): modernize the appearance of about page & make it responsive. (#530) 2024-03-02 09:50:35 +03:00
cookies.js 🚸 chore: add code to display saved user settings from the cookies on the settings page (#461) 2023-12-28 19:54:28 +03:00
error_box.js feat: add the code to allow the button to toggle the error-box (#185) 2023-08-21 17:29:52 +03:00
index.js feat: implement code to query the engine based on the options selected under the search bar (#210) 2023-09-22 19:59:06 +03:00
pagination.js feat: replace consts with lets (#210) 2023-09-22 19:57:49 +03:00
search_area_options.js feat: provide code to handle the change of selected value in the safe search menu (#210) 2023-09-22 19:33:15 +03:00
settings.js feat: add code to handle the parsing and storing of the new settings option (#424) 2023-12-12 15:07:31 +03:00