Commit Graph

77 Commits

Author SHA1 Message Date
Mathias Schopmans
969306c794 fix: mention basePath in local URL and set default to /techradar 2024-03-25 14:48:41 +01:00
Mathias Schopmans
335ecf6d46 fix: use webpack for dev-server to keep consistent css-module classnames
There's an inconsistency between webpack and next turbo's `localIdentName`

This also improves the hot-loading

fixes #440
2024-03-25 10:45:28 +01:00
Mathias Schopmans
a8172e6579 feat: add sitemap.xml
closes #359
closes #438
2024-03-25 10:40:07 +01:00
Danny Koppenhagen
7c08e520fc feat: allow to change order of sections on main page
closes #445
2024-03-25 09:16:56 +01:00
Mathias Schopmans
1a7ea3527f feat: add custom.css support
closes #433
2024-03-14 14:21:32 +01:00
Mathias Schopmans
76b5c38eb6 feat: add social icon GitLab
closes #437
2024-03-14 10:08:43 +01:00
Mathias Schopmans
92b7c28246 feat: reintroduce config.toggles to hide parts of the radar and change behaviour 2024-03-13 16:29:03 +01:00
Mathias Schopmans
6dbcd45a52 feat: bootstrap radar and config files if they are not present 2024-03-11 10:40:14 +01:00
Mathias Schopmans
9e0d0cc9a5 doc: add development hint 2024-03-11 10:40:14 +01:00
Mathias Schopmans
cfaa40a225 feat: remove items with invalid quadrant or ring and optionally filter by tags 2024-03-11 10:40:14 +01:00
Mathias Schopmans
b7efe8060f feat: add configurable edit link next to revision 2024-03-11 10:40:14 +01:00
Mathias Schopmans
25a714e9f6 chore: create new configuration to differentiate from AOE ci 2024-03-11 10:40:14 +01:00
Mathias Schopmans
e4c52c808d doc: update readme 2024-03-11 10:40:14 +01: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
Danny Koppenhagen
f71edaef9d feat: allow/describe how to define custom styles
closes #121
2023-01-11 09:09:27 +01:00
Jennifer D Carlston
ee0bec6c93 Add Run the Prepare Script
In our experience we had to run this in order for the page to load correctly.
2022-10-13 17:26:44 +02:00
Jennifer D Carlston
1e8142491e No longer necessary to have quadrant subfolders?
The examples don't have quadrant subfolders any more. Is that correct?
2022-10-13 17:26:44 +02:00
Bastian Ike
5e0158c2ff docs(readme): remove yarn, fixes #162 2022-09-13 13:32:07 +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
f28aad8bcb feat(react): update to react 18 2022-05-13 19:42:27 +02:00
Danny Koppenhagen
fcdbb403e6 docs: move editLink config into readme 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
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
Bastian Ike
b0d5f2f6f7 v3.1.1, npm release 2021-11-12 09:50:21 +01:00
Danny Koppenhagen
70ea8d5bcd feat: define rings and quadrants via config file
closes #96
2021-11-11 13:43:55 +01:00
dennis.ludwig
7d49be0c0a Add changelog for version 3.0.0 2021-07-02 14:21:11 +02:00
dennis.ludwig
20cbc5ef06 Add possibility to change fonts. This fixes #88 2021-07-02 11:55:26 +02:00
dennis.ludwig
1de83feb28 fix sourcecodeLink on pageHelp 2021-07-01 16:44:47 +02:00
dennis.ludwig
fc8cfe7365 fix sourcecodeLink on pageHelp 2021-07-01 16:32:33 +02:00
dennis.ludwig
ade0467b61 add default messages.json and rd.json to make the start easier 2021-07-01 16:26:29 +02:00
dennis.ludwig
72861c0066 Extract AOE specific texts as messages.json 2021-07-01 13:36:10 +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
944fd04928 Make the documentation more clear 2021-06-25 09:43:50 +02:00
dennis.ludwig
2160e067cf Merge branch 'main' into separateNonFeaturedArticlesOnQuadrantView
# Conflicts:
#	.lintstagedrc
#	dist_scripts/src/model.js
#	src/animation.ts
#	src/components/Item/Item.tsx
#	src/components/ItemList/ItemList.tsx
#	src/components/PageItem/PageItem.tsx
#	src/index.scss
#	src/model.js
#	src/model.ts
2021-06-17 14:37:01 +02:00
dennis.ludwig
3b0aab8f08 create symlink for node_modules in generateJson and buildRadar scripts 2021-06-17 14:18:23 +02:00
dennis.ludwig
61d7fa38f2 fix RADAR_NAME env variable 2021-06-15 13:03:31 +02:00
dennis.ludwig
897bd5a084 add option to customize the logo, favicon and add images. 2021-06-14 13:44:17 +02:00
dennis.ludwig
144d5f621c merge scripts, tasks and config folder and convert code to typescript 2021-06-12 16:13:09 +02:00
dennis.ludwig
8fa1bd1e0d merge scripts, tasks and config folder and convert code to typescript 2021-06-12 16:11:51 +02:00
dennis.ludwig
eb9e85e7a0 unify bin scriptnames 2021-06-12 14:32:45 +02:00
dennis.ludwig
5c581de249 unify bin scriptnames 2021-06-11 22:24:50 +02:00
dennis.ludwig
02c81de12e add static generation (WIP) 2021-06-10 16:50:51 +02:00
dennis.ludwig
001e26a2cd Added open points to readme 2021-06-10 14:42:03 +02:00
dennis.ludwig
8231afa50f use create react app to simplify the application 2021-06-10 10:08:45 +02:00
Bastian Ike
8ff8a533ed readme note 2021-01-11 15:38:33 +01:00
Bastian Ike
c66c04132f update readme 2021-01-11 13:17:58 +01:00
Bastian Ike
62ba3605fe cleanup 2021-01-11 12:45:50 +01:00
Bastian Ike
dd8054d1be remove existing radar and decouple everything 2021-01-11 12:45:50 +01:00