Commit Graph

7 Commits

Author SHA1 Message Date
Bauke 93096b839a
Simplify Redirect to a basic abstract class.
Initially I was expecting the Redirect class to be more
complicated for more intricate functionality. But as
I've been adding the options UI, I think keeping it as
simple as possible will be better and easier to work with.
2022-10-20 16:22:57 +02:00
Bauke d25a844fac
Add an ID to Redirects. 2022-10-19 21:15:40 +02:00
Bauke f261052331
Don't use type as a variable name as it is a TS keyword. 2022-10-18 22:21:55 +02:00
Bauke 81669cc535
Update tests & snapshots with adjusted names. 2022-10-18 21:43:50 +02:00
Bauke 67a2c7567f
Add tests for SimpleRedirect. 2022-10-18 19:02:02 +02:00
Bauke b9a56fe881
Update tests to include Matcher. 2022-10-13 00:05:10 +02:00
Bauke 8e96a55661
Add redirect base setup and tests. 2022-10-05 19:08:17 +02:00