Commit Graph

36 Commits

Author SHA1 Message Date
f5cb3e20d1 fix: correct imports order
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m19s
2026-01-22 18:58:38 +01:00
3eaae054d4 fix: correct infrastructure path
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m42s
2026-01-22 17:39:14 +00:00
851e8e8f8b feat: replace analytics
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m18s
2026-01-22 18:34:12 +01:00
46a3fdd3e1 chore: remove v2 from naming
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m15s
2026-01-18 18:26:32 +00:00
fb45bb918b fix: use standard Next.js build
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m10s
2026-01-18 16:56:11 +00:00
480d4f7736 fix: handle public folder
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m57s
2026-01-18 16:53:16 +00:00
09e6445ee2 ci: add Dockerfile for deployment
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m21s
2026-01-18 16:45:17 +00:00
31624c699b ci: add deploy
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m21s
2026-01-18 16:40:06 +00:00
93c6458a9f fix: use npm install when no lockfile
All checks were successful
Deploy / lint-build-deploy (push) Successful in 1m20s
2026-01-18 16:35:26 +00:00
63b462b6f2 build: gitea pipeline test
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m42s
2026-01-18 16:31:54 +00:00
ca88c6b496 Merge pull request #9 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-666f437d23
build(deps): bump next from 15.4.9 to 15.4.10 in the npm_and_yarn group across 1 directory
2025-12-29 07:22:32 +01:00
dependabot[bot]
5b74c4e1fd build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.4.9 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.4.9...v15.4.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.10
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 21:48:28 +00:00
baa83705f1 Merge pull request #8 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-d55ae812dd
build(deps): bump next from 15.4.8 to 15.4.9 in the npm_and_yarn group across 1 directory
2025-12-12 22:47:25 +01:00
dependabot[bot]
e27ab18016 build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.4.8 to 15.4.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.4.8...v15.4.9)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.9
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 00:44:29 +00:00
8f55a979a2 Merge pull request #7 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-c8f0bf63ea
build(deps): bump next from 15.4.7 to 15.4.8 in the npm_and_yarn group across 1 directory
2025-12-06 15:14:28 +01:00
dependabot[bot]
a721bdd43f build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.4.7 to 15.4.8
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.4.7...v15.4.8)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.8
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 20:45:31 +00:00
08fa87d2c9 Merge pull request #6 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-3c67cbb9cd
build(deps): bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory
2025-11-16 20:44:18 +01:00
dependabot[bot]
67b8416447 build(deps): bump js-yaml in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 07:40:17 +00:00
73fb0e5af9 Merge pull request #5 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-2cb8645c2b
build(deps): bump next from 15.2.4 to 15.4.7 in the npm_and_yarn group across 1 directory
2025-09-14 20:41:20 +08:00
dependabot[bot]
5a0004de9f build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.2.4 to 15.4.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.4...v15.4.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-30 06:46:26 +00:00
85bfc10474 Merge pull request #4 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-9eaa48ee01
build(deps): bump next from 14.2.21 to 15.2.4 in the npm_and_yarn group across 1 directory
2025-05-31 00:43:05 +02:00
659d0fd0ac fix: linting 2025-05-31 00:41:34 +02:00
dependabot[bot]
6b6819d9d3 build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 14.2.21 to 15.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.21...v15.2.4)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.2.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 22:39:36 +00:00
c990e11c43 chore: add vercel analytics 2025-05-31 00:37:59 +02:00
Riccardo Senica
d54c6c2e8b chore: mention sharing AI responses markdown 2025-02-15 16:30:15 +01:00
Riccardo Senica
ce9bddb6ed Merge pull request #3 from RiccardoSenica/favicon
style: add favicon
2025-02-15 16:14:44 +01:00
Riccardo Senica
c6b2adcf4a style: add favicon 2025-02-15 16:13:19 +01:00
Riccardo Senica
04b8d13f57 Merge pull request #2 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-1ca363a475
build(deps): bump next from 13.5.4 to 14.2.21 in the npm_and_yarn group across 1 directory
2025-02-15 15:36:12 +01:00
dependabot[bot]
8f5e9b1d14 build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 13.5.4 to 14.2.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.5.4...v14.2.21)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-15 14:33:14 +00:00
Riccardo Senica
1f0fd25e96 Merge pull request #1 from RiccardoSenica/online
feat: online converter
2025-02-15 15:32:12 +01:00
681607fef6 docs: update readme 2025-02-15 15:30:55 +01:00
4662ae040d feat: online converter 2025-02-15 15:19:03 +01:00
891cb90131 Updated yarn.lock 2024-11-16 14:41:11 +01:00
523966c212 Updated readme 2024-11-16 14:39:46 +01:00
c54eb91951 First version done 2024-11-16 14:35:32 +01:00
Riccardo Senica
22d38a3b5e Initial commit 2024-11-16 14:17:38 +01:00