Commit Graph

78 Commits

Author SHA1 Message Date
b3fbdff342
static & manually optimized token logos 2024-05-05 14:17:37 +01:00
dependabot[bot]
26f68e478f
Bump eslint-config-next from 14.2.1 to 14.2.3 (#14)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.1 to 14.2.3.
- [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/commits/v14.2.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  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>
2024-05-02 22:54:03 +01:00
dependabot[bot]
de24a65124
Bump next from 14.2.1 to 14.2.3 (#12)
Bumps [next](https://github.com/vercel/next.js) from 14.2.1 to 14.2.3.
- [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.1...v14.2.3)

---
updated-dependencies:
- dependency-name: next
  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>
2024-05-02 22:53:53 +01:00
dependabot[bot]
05a6b4ffd3
Bump react and @types/react (#13)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 18.2.79 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  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>
2024-05-02 22:53:40 +01:00
dependabot[bot]
f587df95e9
Bump react-dom and @types/react-dom (#11)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.25 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  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>
2024-05-02 22:53:29 +01:00
5b3319060a
bump Next.js to v14.2.1 2024-04-16 13:16:21 +02:00
ef1241e292
Persist user interactions (#7)
* persist all user interactions

* move localstorage logic to custom hook

* hook rewrite
2024-04-16 13:04:00 +02:00
0d08ba807b
better number formatting (#9)
* tweak number display

* select whole amount upon input focus

* handle letter input

* number formatting
2024-04-16 12:20:29 +02:00
34464d00aa
change green 2024-04-14 19:44:10 +02:00
64e138248d
static rendering for front page again 2024-04-14 12:53:32 +02:00
dd44cc864e
market data refactor, add 24h price change (#8)
* new prices data structure

* market data refactor, add 24h price change

* browser language detection with middleware

* middleware tweaks
2024-04-09 13:46:15 +01:00
f0380351a8
reorg 2024-04-07 01:09:43 +01:00
6c7427590c
selection styles 2024-04-06 22:50:12 +01:00
837e24ce52
fix input styles in dark mode 2024-04-06 22:41:35 +01:00
183e92af7d
analytics only in production 2024-04-06 18:34:43 +01:00
979e2361fb
add commit hash to footer
* closes #5
2024-04-06 14:35:49 +01:00
7fb3c95822
auto-growing token select
* closes #6
2024-04-06 14:14:05 +01:00
0c3eecd681
response caching 2024-04-05 00:15:38 +01:00
d1adc49455
simplify logic in Buy strategy 2024-04-04 02:20:58 +01:00
e73022c875
spacing tweaks 2024-04-02 22:40:44 +01:00
7d0f208b6b
replace og image endpoint with static & manually optimized image 2024-04-02 20:07:40 +01:00
f6df268470
marketdata tweaks 2024-04-02 14:19:59 +01:00
84df787a31
add commit hash to footer 2024-04-02 13:18:38 +01:00
45a0bc81f6
dynamic opengraph image
* closes #3
2024-04-02 12:58:12 +01:00
dependabot[bot]
3625cbfe9b
Bump @types/node from 20.11.30 to 20.12.2 (#4)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2.
- [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>
2024-04-02 10:59:39 +01:00
ca7aba9ff9
use complete ratios for calculations 2024-04-02 10:57:15 +01:00
69d6b512bb
ci setup 2024-04-02 10:54:55 +01:00
5bfac6001b
add husky 2024-04-02 10:54:41 +01:00
fd5707709b
use Next.js turbo compiler 2024-04-02 10:54:01 +01:00
817b962f78
add license 2024-04-02 00:20:10 +01:00
27b90be087
readme update 2024-04-02 00:16:43 +01:00
944982413d
copy tweak 2024-04-02 00:13:29 +01:00
76ca58fe83
copy update 2024-04-02 00:10:57 +01:00
b2e86167c8
spacing 2024-04-01 15:24:46 +01:00
26c0623326
copy updates 2024-04-01 15:00:15 +01:00
dfbf7bb55a
form refactor 2024-04-01 14:49:03 +01:00
fd7bbe224a
Merge pull request #2 from kremalicious/simplify
Allow market selection
2024-04-01 14:29:08 +01:00
68ce3d0102
type fix 2024-04-01 14:25:11 +01:00
f2991d22df
more refactor for feature structure 2024-04-01 14:23:01 +01:00
c75354a54d
refactor to allow switching markets 2024-04-01 13:42:08 +01:00
1496238b4a
copy 2024-04-01 12:03:06 +01:00
5e90976479
mention swap source in ui 2024-04-01 04:19:32 +01:00
82254994de
content updates 2024-04-01 03:38:59 +01:00
78351df926
cleanup 2024-04-01 03:25:28 +01:00
002dde6efb
refactor 2024-04-01 02:25:23 +01:00
110744f4ce
auto growing inputs 2024-04-01 01:49:17 +01:00
4850c19417
loading ui 2024-04-01 01:15:51 +01:00
e2c21cf497
make token switching work 2024-03-31 22:50:43 +01:00
538f78f0d7
footer link 2024-03-31 22:13:06 +01:00
20bef02de1
more token refactor 2024-03-31 15:58:26 +01:00