Commit Graph

80 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Danny Koppenhagen
9d2efc10d9 feat(RevisionsText): make RevisionsText prefix configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
1e3433274b feat(PageHelp): make PageHelp messages configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
265a8318b0 feat(PageIndex): make PageIndex published text configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
a509e0a0da feat(PageItem): make PageItem back to quadrant overview text configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
0e180cc841 feat(PageOverview): make PageOverview title text configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
1f01f6ccb6 feat(Search): make search placeholder text configurable 2021-11-10 19:29:22 +00:00
Danny Koppenhagen
c8a3b528b8 feat(SocialLink): add fallback to FaExternalLinkAlt
this will be used, when no iconName is provided
2021-11-10 19:29:22 +00:00
dennis.ludwig
8614314b00 feat: upgrade minor and bug versions of dependencies 2021-09-28 10:49:53 +02:00
dennis.ludwig
bce561a0ac feat: upgrade minor and bug versions of dependencies 2021-09-28 10:40:18 +02:00
dennis.ludwig
3ae49882f0 Fix some a11y bugs 2021-07-06 15:46:29 +02:00
dennis.ludwig
291b553618 Add changelog for version 3.0.0 2021-07-02 14:47:24 +02:00
dennis.ludwig
20cbc5ef06 Add possibility to change fonts. This fixes #88 2021-07-02 11:55:26 +02:00
dennis.ludwig
72861c0066 Extract AOE specific texts as messages.json 2021-07-01 13:36:10 +02:00
dennis.ludwig
ab72666052 Extract AOE specific texts as messages.json 2021-06-30 16:51:27 +02:00
dennis.ludwig
e2d2cd6e86 Set default of PUBLIC_URL to /build to align with createReactApp build folder 2021-06-30 16:40:51 +02:00
dennis.ludwig
466227641c Fix social links in sidebar 2021-06-29 14:38:40 +02:00