Mathias Schopmans
0eb6997efa
feat: add basic 404 error page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
535c9e8a8f
feat: prevent overlapping of blips
2024-03-11 10:40:14 +01:00
Mathias Schopmans
13591b9672
feat: add tag filter on homepage
2024-03-11 10:40:14 +01:00
Mathias Schopmans
e42b175ab7
chore: remove console.log
2024-03-11 10:40:14 +01:00
Mathias Schopmans
452def1318
fix: add local state to query filter input
2024-03-11 10:40:14 +01:00
Mathias Schopmans
a07dd91c3d
chore: add renovate.json
2024-03-11 10:40:14 +01:00
Mathias Schopmans
0d62c0d70b
feat: add radar legend
2024-03-11 10:40:14 +01:00
Mathias Schopmans
4c0bfa1a65
chore: improve search
2024-03-11 10:40:14 +01:00
Mathias Schopmans
0c38e49b34
feat: add QuadrantLink
2024-03-11 10:40:14 +01:00
Mathias Schopmans
8fe400f7a2
fix: use actual blip width to position tooltip
2024-03-11 10:40:14 +01:00
Mathias Schopmans
15664d2d92
chore: use border-color in footer
2024-03-11 10:40:14 +01:00
Mathias Schopmans
37d9fd6187
chore: link search to overview page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
baf5514f4e
chore: hide filter in navigation
2024-03-11 10:40:14 +01:00
Mathias Schopmans
7915aba236
fix: add white-space: pre-wrap to wrap long code blocks
2024-03-11 10:40:14 +01:00
Mathias Schopmans
7d840993ca
feat: add hint if item was not updated within the last 3 releases
2024-03-11 10:40:14 +01:00
Mathias Schopmans
50242e8d61
feat: extract svg creation in chart component and add tooltip
2024-03-11 10:40:14 +01:00
Mathias Schopmans
d5cb8410e7
feat: add revisions to detail page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
0aa51f2db4
chore: add latest release date to items
2024-03-11 10:40:14 +01:00
Mathias Schopmans
36c2c84473
feat: add radar labels
2024-03-11 10:40:14 +01:00
Mathias Schopmans
dd4e5d1de5
feat: add radar labels
2024-03-11 10:40:14 +01:00
Mathias Schopmans
42943a93ee
chore: Prevent word break title
2024-03-11 10:40:14 +01:00
Mathias Schopmans
97898b02d0
chore: Refactor icons and set fill via CSS
2024-03-11 10:40:14 +01:00
Mathias Schopmans
16f29cd4d4
feat: render blips on radar
2024-03-11 10:40:14 +01:00
Mathias Schopmans
1b7634a2ef
feat: [WIP] add radar component
2024-03-11 10:40:14 +01:00
Mathias Schopmans
563d8debc0
feat: add contents of about page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
c29e518f90
feat: add fuse.js to overview page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
5f0c2500a4
feat: add size large to ItemList
2024-03-11 10:40:14 +01:00
Mathias Schopmans
1f3e1045c3
feat: add basic overview page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
38a59b029b
feat: add dialog
2024-03-11 10:40:14 +01:00
Mathias Schopmans
86c1d9090b
feat: add QuadrantList and RingList to render items on homepage and quadrant page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
5603384603
feat: add ItemList
2024-03-11 10:40:14 +01:00
Mathias Schopmans
f910c9e1e5
feat: add badges
2024-03-11 10:40:14 +01:00
Mathias Schopmans
29afa82553
feat: add script to build JSON from markdown files
2024-03-11 10:40:14 +01:00
Mathias Schopmans
554607a58d
feat: add seo title and favicon respecting basePath
2024-03-11 10:40:14 +01:00
Mathias Schopmans
57d7e85331
feat: add config, types and add basic quadrant page
2024-03-11 10:40:14 +01:00
Mathias Schopmans
8b44da35ab
chore: add icon components via svgr/cli
2024-03-11 10:40:14 +01:00
Mathias Schopmans
40549cdb80
chore: add footer
2024-03-11 10:40:14 +01:00
Mathias Schopmans
57cdb91ec7
chore: add basic layout
2024-03-11 10:40:14 +01:00
Mathias Schopmans
4b5a7abbc9
chore: add .prettierrc and commit fixed files
2024-03-11 10:40:14 +01:00
Mathias Schopmans
064918ff4d
chore: add prettier
2024-03-11 10:40:14 +01:00
Mathias Schopmans
81a15c9cd2
Initial commit from Create Next App
2024-03-11 10:40:14 +01:00
Mathias Schopmans
ab005e03b3
feat: cleanup
2024-03-11 10:40:14 +01:00
Danny Koppenhagen
0d2265c57e
refactor: prevent duplicated title for index page by making prop optional
2023-06-28 17:02:25 +02:00
Danny Koppenhagen
810db6aea6
feat: allow to define format for page title
...
respect this config option also when generating static content.
closes #376
2023-06-28 17:02:25 +02:00
Stefan Rotsch
9948712690
style: run prettier on pre-commit hook
2023-06-01 16:49:41 +02:00
Eddie Whiteside
3b272dacb3
fix: deterministic behaviour for radar by storing the random fractions when generating rd.json ( #372 )
...
* Store the random blip positions when generating rd.json
Fixes: https://github.com/AOEpeople/aoe_technology_radar/issues/148
Simple solution to creating stable blips is to store the randomly generated angle and radius in rg.json.
Attempted a few hash functions but found it hard to spread blips 'nicely'
(they tended to clump into groups or sections of the radar).
* distribute points within .1 and .9 of the arc
---------
Co-authored-by: Bastian Ike <bastian.ike@bare.id >
2023-06-01 12:01:42 +02:00
Bastian Ike
a48e0bb7db
fix(badges): use relative coloring for badges
...
fixes #286
2023-01-19 11:24:02 +01:00
renovate[bot]
beec091ef2
chore(deps): update dependency query-string to v8
2023-01-09 13:55:54 +01:00
Bastian Ike
4686cc2e3d
fix(codegen): PUBLIC_URL fallback
2022-12-16 13:15:04 +01:00
Bastian Ike
5a45f204dc
fix(radar): angle arc colors
2022-11-15 20:59:01 +01:00