Commit Graph

18 Commits

Author SHA1 Message Date
Artemy Egorov
a7fdaf80fd
Fix dependabot (#95)
* Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89)

Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.6 to 0.16.8.
- [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8)

---
updated-dependencies:
- dependency-name: linkedom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87)

Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0)

---
updated-dependencies:
- dependency-name: "@fastify/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86)

Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/view"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: fix dependabot branches and create packages in dev

* fix: version link in index

* dep: update eslint-plugin

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 08:10:37 +00:00
Artemy Egorov
b78da40255
Mass refactoring and stackoverflow users parser (#83)
* refactor: public config

delete public config, replace with package.json. Update version to 1.6.0 for this pull request.

* fix: searx pagination

* refactor: type system for routes

* refactor: universal redirection

* fix: stackoverflow questions

add No handler Found error

* feat: stackoverflow users parser
2024-02-25 18:17:56 +00:00
Artemy Egorov
3b5f402d77
Interface improvements (#74)
* fix: interface style improvements

and components in ejs templates

* fix: improvement of improvements

* Redesign: kind of MD3

* Working url/search switch

* formatting

* Add switch animation, adjust sizes, adjust btn colors, rename bg2 to outline

* Format

---------

Co-authored-by: DarkCat09 <gh@dc09.ru>
2024-02-14 10:23:13 +03:00
Artemy Egorov
fa6c9cc2a0
Search by default (#71)
* feat: searx parser

* feat: search form in get page

* feat: search in main page

* fix: button naming

* chore: update version
2024-01-06 17:46:10 +00:00
DarkCat09
9f0fd5f7a8
Using version and description from publicConfig; v1.3.1 2023-09-20 14:54:51 +04:00
DarkCat09
d65c34e848
Buttons in main page: GitHub, Docs 2023-09-20 13:13:23 +04:00
DarkCat09
f39f3d9225
Frontend: error page 2023-08-21 17:02:52 +04:00
DarkCat09
7975fa0cf9
Completed styling for main page 2023-08-16 15:22:01 +04:00
DarkCat09
6a3d541fb4
Buttons styling 2023-08-16 14:35:03 +04:00
Artemy
b0bbcd0bba doc: all available pages schema 2023-08-16 12:07:12 +03:00
DarkCat09
6a0eda16d6
Fix for pre/table overflow, title h1->div 2023-08-15 19:13:09 +04:00
Artemy
c88d44dcef fix: format 2023-08-15 17:13:42 +03:00
Artemy
e073e9f1ec fix: heading into body 2023-08-15 16:26:49 +03:00
DarkCat09
aed37d6698
Static content; CSS: dark theme, improvements 2023-08-15 16:57:50 +04:00
DarkCat09
871a3cecfd
Refactor: / (main.ts) -> /get (get.ts), /start (start.ts) -> / (index.ts) 2023-08-15 16:03:28 +04:00
DarkCat09
f688304c07
Fixed HTML formatting; added description 2023-08-15 14:57:10 +04:00
Artemy
3674ee269f fix: index.ejs 2023-08-14 16:47:40 +03:00
DarkCat09
94f14d31ab
GET parameters, rendering HTML with ejs 2023-08-14 16:39:40 +04:00