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
Onikiienko Bogdan
f54d49372e
feat: support items filtering by tags on UI
2022-11-15 08:53:13 +01:00
Bastian Ike
8d1ddfc4e3
fix(buttons): use pointer cursor
2022-11-14 11:46:32 +01:00
Theresa Henze
36b63db14d
fix: use same order of quadrants for radar and grid visualization
...
Refs: #141
2022-10-13 18:21:48 +02:00
Bastian Ike
af9d7c8706
fix(build): create random hash for cache invalidation #209
2022-09-13 14:24:07 +02:00
Bastian Ike
37c43712d1
chore(codestyle): cleanup and reformat
2022-09-13 11:28:06 +02:00
Christian Köberl
63a9f5c28e
Switch to use tags for selecting radar blips
2022-09-06 17:09:40 +02:00
Christian Köberl
faadd8681d
Enable multiple radars
2022-09-06 17:09:40 +02:00
Bastian Ike
f0f4e58a60
fix(search): do not filter "adopt" by default
2022-05-31 10:48:16 +02:00
Bastian Ike
f28aad8bcb
feat(react): update to react 18
2022-05-13 19:42:27 +02:00
Danny Koppenhagen
72883ca20c
refactor: return null when editLink config is not defined
2022-02-02 15:18:36 +01:00
Danny Koppenhagen
7e65a17e7c
feat: provide edito button to jump directly to the item in a repo
...
closes #115
2022-02-02 15:18:36 +01:00
Danny Koppenhagen
dc84d19236
feat: allow to use custom date output formats
...
closes #116
2022-01-11 15:39:13 +01:00
Danny Koppenhagen
e0113c446d
feat: sanitize HTML in footer
...
moved sanitize function into a separate file including some simple tests
closes #91
2022-01-11 15:38:16 +01:00
Bastian Ike
5a5928f2dd
Merge remote-tracking branch 'jar0s/feature/radar-chart'
2022-01-07 13:25:05 +01:00
Tom Clift
cba3767195
feat: config.json option to show empty rings
...
The `showEmptyRings` option in `config.ts` can now be set via
`config.json`. This enables display of headers for rings that contain no
items.
2021-12-02 15:01:44 +01:00
Danny Koppenhagen
70ea8d5bcd
feat: define rings and quadrants via config file
...
closes #96
2021-11-11 13:43:55 +01:00
Danny Koppenhagen
8d28e4c3a3
style: remove log
2021-11-11 12:00:01 +01:00
Danny Koppenhagen
22cafc34fa
feat: anitize descriptions on help page
...
allow to customize description content by sanitizing it's content
closes #102
2021-11-11 12:00:01 +01:00
Danny Koppenhagen
8b052b6221
feat(Footer): make Footer texts configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
887d4cd9c3
feat(Header): make Header texts configurable
2021-11-10 19:29:22 +00:00