0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
Commit Graph

905 Commits

Author SHA1 Message Date
alamin655
21591d2a0d
Merge pull request #441 from neon-mmd/DOCS/430_new-preview-demo-images-of-the-search-engine-on-the-readme
📝 New preview/demo images of the search engine on the `readme`
2023-12-14 22:07:35 +05:30
neon_arch
d61ab883d9
Merge branch 'rolling' into DOCS/430_new-preview-demo-images-of-the-search-engine-on-the-readme 2023-12-14 15:21:32 +03:00
neon_arch
4f27a5c9de 🔖 chore(release): bump the app version (#430) 2023-12-14 15:12:12 +03:00
neon_arch
94a92ae30c 📝 docs(readme): update the preview images according to the new redesign of the themes (#430) 2023-12-14 15:09:26 +03:00
alamin655
bb06797dec
Merge pull request #438 from neon-mmd/CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes
👽️  `Duckduckgo` engine code according to the new `html` changes
2023-12-13 18:59:08 +05:30
alamin655
22d0ff789e
Merge branch 'rolling' into CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes 2023-12-13 18:55:42 +05:30
alamin655
64ca6a30c1
Merge pull request #437 from neon-mmd/FEAT/424_reduce-animations-effects-support-for-the-themes
 Animations/effects support for the search engine
2023-12-13 18:54:05 +05:30
neon_arch
11c4b8c21d
✏️ fix: fix the animation names list in the config (#424)
Co-authored-by: alamin655 <mdalamin655@outlook.com>
2023-12-13 16:04:51 +03:00
neon_arch
3bb7614256 🔖 chore(release): bump the app version (#432) 2023-12-12 22:03:36 +03:00
neon_arch
582f8aee5b 👽️ chore: update the search result selectors in accordance with the html changes (#432) 2023-12-12 21:57:59 +03:00
neon_arch
b00f76627b
Merge branch 'rolling' into FEAT/424_reduce-animations-effects-support-for-the-themes 2023-12-12 15:24:42 +03:00
neon_arch
c59596511f 🔖 chore(release): bump the app version (#424) 2023-12-12 15:10:35 +03:00
neon_arch
0bc96b167c feat: add code to handle the parsing and storing of the new settings option (#424) 2023-12-12 15:07:31 +03:00
neon_arch
19081b72c0 feat: provide a new settings option to change or disable animations (#424) 2023-12-12 15:06:27 +03:00
neon_arch
1a2a833597 feat: pass the new animation config option (#424) 2023-12-12 15:04:44 +03:00
neon_arch
7206e7d6a1 feat: provide a condition based handling to only import the animation when the config option has a value (#424) 2023-12-11 21:17:23 +03:00
neon_arch
9a4e450766 test(integration): fix the integration by providing an extra function argument (#424) 2023-12-11 21:15:11 +03:00
neon_arch
c0d2d1ac65 feat(animations): provide a default frosted glow animation for the simple theme (#424) 2023-12-11 21:11:48 +03:00
neon_arch
76419a7353 feat: provide code to parse the new config option (#424) 2023-12-11 21:10:28 +03:00
neon_arch
0da1b9e1db feat(config): provide a new config option animation (#424) 2023-12-11 20:59:08 +03:00
neon_arch
1c5a317c4d feat: add a new field animation to the struct style (#424) 2023-12-11 12:27:29 +03:00
alamin655
2b41fb9735
Merge pull request #436 from diogocanut/fix-useless-use-of-format!
🛠️ Useless use of `format!` (cargo clippy warning)
2023-12-11 09:40:10 +05:30
alamin655
86b1f62393
🔖 chore(release): bump the app version (#436)
v1.5.3
2023-12-11 09:35:39 +05:30
alamin655
b718fb131c
🔖 chore(release): bump the app version (#436)
v1.5.3
2023-12-11 09:35:07 +05:30
alamin655
2c985b8db5
Merge branch 'rolling' into fix-useless-use-of-format! 2023-12-11 09:17:15 +05:30
alamin655
cface54414
Merge pull request #435 from diogocanut/434/provide-a-more-resilient-searx-instance
🚚 Provide a more resilient and reliable `searx` instance
2023-12-11 09:15:30 +05:30
alamin655
918d142d24
🔖 chore(release): bump the app version (#435)
v1.5.2
2023-12-11 09:10:25 +05:30
alamin655
44f51487c2
🔖 chore(release): bump the app version (#435)
v1.5.2
2023-12-11 09:09:41 +05:30
Diogo Canut
c6ae86dbb4 Fix: useless use of format! (cargo clippy warning) 2023-12-10 21:34:10 -03:00
Diogo Canut
15b0505b96 Provide a more resilient and reliable searx instance 2023-12-10 21:24:17 -03:00
aocosmic
397a805ffd
💄 Improved visual fidelity for the simple theme (#426)
* 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

---------

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>
2023-12-09 17:34:17 +03:00
alamin655
c02006c297
LibreX for the search engine (#429)
*  feat(engine): provide librex search engine (#318)

*  feat(engine): provide librex search engine (#318)

*  feat(engine): provide librex search engine (#318)

* 🔖 chore(release): bump the app version (#318)

* 🔖 chore(release): bump the app version (#318)

*  feat(engine): provide librex search engine (#318)

*  feat(engine): provide librex search engine (#429)

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

*  feat(engine): provide librex search engine (#429)

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

*  feat(engine): provide librex search engine (#429)

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

*  feat(engine): provide librex search engine (#429)

*  feat(engine): provide librex search engine (#429)

*  feat(engine): provide librex search engine (#429)

*  feat(engine): provide librex search engine (#429)

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

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2023-12-09 14:25:28 +03:00
Ananth
1143846ca6
💡 Module comment text to better describe the module code (#428)
* better description

* 🔖 chore(release): bump the app version (#428)

* 🔖 chore(release): bump the app version (#428)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>
2023-12-08 17:35:22 +03:00
aocosmic
11166b4876
📝 New websurfx logo for the readme (#423)
* 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

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-06 19:21:18 +03:00
Ananth
62682911fc
💄 Spacing between the names of the search engines in the search results (#422)
* spacing between names fixed

* 🔖 chore(release): bump the app version (#422)

* 🔖 chore(release): bump the app version (#422)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>
2023-12-06 14:15:06 +03:00
alamin655
4cd1810527
Merge pull request #419 from neon-mmd/FEAT/314_startpage-for-the-search-engine
 `Startpage` for the search engine
2023-12-06 08:15:00 +05:30
alamin655
b68e06c883
Merge branch 'rolling' into FEAT/314_startpage-for-the-search-engine 2023-12-06 08:11:40 +05:30
neon_arch
89032e63bd 🔖 chore(release): bump the app version (#314) 2023-12-05 20:50:30 +03:00
neon_arch
e8a64f5874 feat(engine): provide startpage search engine in the config (#314) 2023-12-05 20:49:28 +03:00
neon_arch
e1e426c517 feat(engine): provide startpage search engine (#314) 2023-12-05 20:47:28 +03:00
aocosmic
fb2b6608fe
💄websurfx logo redesign for better understandability (#418)
* 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

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2023-12-05 15:29:44 +03:00
alamin655
f11d35f057
Merge pull request #413 from neon-mmd/CHORE/remove-unneeded-github-actions-and-configs
🔥 Unneeded GitHub actions and associated config files
2023-12-02 16:53:23 +05:30
neon_arch
3ca8f63c1e 🔖 chore: bump the app version 2023-12-02 11:50:59 +03:00
neon_arch
3565dcea39 🔥 chore: remove unneeded github actions & their configs 2023-12-02 11:48:02 +03:00
dependabot[bot]
9a53329dc6
build(deps): bump actions/checkout from 3 to 4 (#409) 2023-12-02 04:17:45 +00:00
dependabot[bot]
6b71e71df8
build(deps): bump docker/setup-buildx-action from 2 to 3 (#411) 2023-12-02 04:13:21 +00:00
dependabot[bot]
1cd336c7dc
build(deps): bump docker/login-action from 2 to 3 (#410) 2023-12-02 04:08:47 +00:00
dependabot[bot]
026f7794d1
build(deps): bump dessant/label-actions from 3 to 4 (#408) 2023-12-02 04:04:18 +00:00
dependabot[bot]
15c71cbfba
build(deps): bump rust from 1.73.0-alpine3.18 to 1.74.0-alpine3.18 (#407) 2023-12-02 03:57:57 +00:00
Ashwin Vinod
5a8d61f231
Config option to customize the cache invalidation/expiry time (#403) 2023-11-30 15:09:17 +03:00