Commit Graph

73 Commits

Author SHA1 Message Date
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
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
c1fceca132 Extract AOE specific texts as messages.json 2021-07-01 14:53:52 +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
dennis.ludwig
8884ee3931 This fixes #49 social links 2021-06-29 14:17:48 +02:00
dennis.ludwig
29d9b9ef60 Use new favicon as default
Fix legal information link
Remove unused files
2021-06-28 16:48:07 +02:00
dennis.ludwig
2d97a3ea08 simplify the look of nonfeatured articles 2021-06-21 14:02:52 +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
41a844b9d0 separate non featured articles on quadrant view 2021-06-16 11:57:16 +02:00
dennis.ludwig
eff1bcbc2b separate non featured articles on quadrant view 2021-06-16 11:53:05 +02:00
dennis.ludwig
61d7fa38f2 fix RADAR_NAME env variable 2021-06-15 13:03:31 +02:00
dennis.ludwig
e2aec44ad7 add static generation 2021-06-11 11:48:05 +02:00
dennis.ludwig
8231afa50f use create react app to simplify the application 2021-06-10 10:08:45 +02:00
Bastian Ike
315669728a remove leftovers 2021-05-28 08:15:51 +02:00
Jarosław Marek
c1157a771c fix: Prevent overriding the ring with empty value
Apparently changing it to an enum field introduced a bug when an empty value from revision would overwrite actual value from the item itself.
2021-05-04 21:30:40 +12:00
Jarosław Marek
15feb9bc58 fix: Sort out Ring enum typing issues 2021-05-04 20:24:20 +12:00