Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2c58102dd 
							
						 
					 
					
						
						
							
							chore(unl-204): remove uses of toast text and confetti ( #8941 )  
						
						... 
						
						
						
						As of PR #8935 , we no longer support both text and title, and confetti
has been removed.
This PR:
- removes `confetti` from the toast interface
- merges `text` and `title` into `text` and updates its uses across the
codebase.
- readjusts the text where necessary. 
						
					 
					
						2024-12-10 13:38:04 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f67dcefcd 
							
						 
					 
					
						
						
							
							feat: archive is now part of project feature list ( #8587 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-10-30 10:38:42 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76ffdb2cd3 
							
						 
					 
					
						
						
							
							chore: update Frontend schema ( #8037 )  
						
						... 
						
						
						
						update types, fix frontend types issues in insights and archive 
						
					 
					
						2024-09-02 14:41:17 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c5ce52470 
							
						 
					 
					
						
						
							
							Refactor: Remove react-timeago ( #7943 )  
						
						... 
						
						
						
						Remove dependency 🫡  
						
					 
					
						2024-08-21 12:03:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51f61d5103 
							
						 
					 
					
						
						
							
							feat: prevent revive feature to archived project ( #7939 )  
						
						
						
					 
					
						2024-08-20 15:09:37 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d97f8b7c1 
							
						 
					 
					
						
						
							
							fix: react-timeago issue ( #7936 )  
						
						
						
					 
					
						2024-08-20 14:03:05 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							004038e872 
							
						 
					 
					
						
						
							
							update project archive and revive dialogs ( #7918 )  
						
						
						
					 
					
						2024-08-19 13:33:00 +00:00 
						 
				 
			
				
					
						
							
							
								Alvin Bryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							274d314b28 
							
						 
					 
					
						
						
							
							chore: Fixed typo ( #7774 )  
						
						... 
						
						
						
						Looks like it got missed during the Great Feature Flag Renaming 😄  
						
					 
					
						2024-08-08 13:53:33 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3dd460d2f 
							
						 
					 
					
						
						
							
							chore: rename toggle to flag  #7  ( #7125 )  
						
						
						
					 
					
						2024-05-23 13:19:49 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8542cafc9f 
							
						 
					 
					
						
						
							
							chore: rename toggle to flag  #2  ( #7097 )  
						
						
						
					 
					
						2024-05-22 08:20:11 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8897f2ea75 
							
						 
					 
					
						
						
							
							chore: rename toggle to flag  #1  ( #7092 )  
						
						... 
						
						
						
						Rename feature toggle to feature flag in the UI and code.
Starting with low hanging fruits.
Trying to keep these ~100 LoC. 
						
					 
					
						2024-05-21 15:18:00 +03:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53354224fc 
							
						 
					 
					
						
						
							
							chore: Bump biome and configure husky ( #6589 )  
						
						... 
						
						
						
						Upgrades biome to 1.6.1, and updates husky pre-commit hook.
Most changes here are making type imports explicit. 
						
					 
					
						2024-03-18 13:58:05 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f381718fd6 
							
						 
					 
					
						
						
							
							fix: icon imports ( #6499 )  
						
						... 
						
						
						
						Based on this article:
https://mui.com/material-ui/guides/minimizing-bundle-size/  importing
from `'@mui/icons-material'` instead of specifying the actual path to
the icon like `import Delete from '@mui/icons-material/Delete';` can be
up to six time slower. This change changes all named imports in Unleash
referencing the `@mui/icons-material` to default imports.
This reduced the amount of modules we had to process when building the
frontend from 15206 to 4746
Before:
<img width="1016" alt="Skjermbilde 2024-03-11 kl 14 19 58"
src="https://github.com/Unleash/unleash/assets/16081982/f137d24a-6557-4183-a40f-f62a33524520 ">
After:
<img width="1237" alt="Skjermbilde 2024-03-11 kl 14 20 32"
src="https://github.com/Unleash/unleash/assets/16081982/05a27d6a-2c3f-4409-9862-7188ab4b9c72 ">
Build time locally decreased by around 50%
Before:
<img width="1504" alt="Skjermbilde 2024-03-11 kl 14 31 45"
src="https://github.com/Unleash/unleash/assets/16081982/bc931559-b022-47ed-9f8f-c87401578518 ">
After:
<img width="1219" alt="Skjermbilde 2024-03-11 kl 14 27 00"
src="https://github.com/Unleash/unleash/assets/16081982/3c3a8d6b-576d-45c3-aa40-cc5f95d9df2b "> 
						
					 
					
						2024-03-12 10:56:10 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b496990f79 
							
						 
					 
					
						
						
							
							chore: add no unused imports biome rule ( #5855 )  
						
						... 
						
						
						
						Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.
We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.

 
						
					 
					
						2024-01-11 12:44:05 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa8347eb7a 
							
						 
					 
					
						
						
							
							fix: delete archived feature toggles in the UI ( #5411 )  
						
						... 
						
						
						
						This PR addresses 2 tasks that aim to fix and improve the UI/UX on
archived feature toggle deletion:
-
https://linear.app/unleash/issue/UNL-260/delete-feature-toggle-dialog-update-word-toggles-to-singular-toggle 
-
https://linear.app/unleash/issue/UNL-282/deleting-multiple-toggles-in-the-project-archive-the-batch-selector 
Essentially:
- Makes it clearer that we're deleting a single feature toggle by
changing the text to singular toggle
- Improves clarity further by adding a list of feature toggles about to
be deleted
- Fixes a bug where the batch selector would not be cleared after
deleting multiple feature toggles
## Deleting one feature toggle (singular)

## Deleting multiple feature toggles (plural)
 
						
					 
					
						2023-11-24 09:35:13 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e12c2b5b6 
							
						 
					 
					
						
						
							
							Chore: remove disableEnvsOnRevive flag ( #5391 )  
						
						... 
						
						
						
						Closes #
[1-1646](https://linear.app/unleash/issue/1-1646/clean-disableenvsonrevive-flag-for-release )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-11-23 10:10:37 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5414fa6663 
							
						 
					 
					
						
						
							
							Refactor/remove last seen at flag ( #5394 )  
						
						... 
						
						
						
						This PR removes the feature flag for displaying the new last seen by
environments component. 
						
					 
					
						2023-11-22 13:32:38 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							069d90d8cb 
							
						 
					 
					
						
						
							
							fix: date should sort asc/desc properly ( #5335 )  
						
						
						
					 
					
						2023-11-14 14:47:28 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff97dfd733 
							
						 
					 
					
						
						
							
							fix: use correct flag name ( #5026 )  
						
						... 
						
						
						
						Fixes a bug with using the wrong feature name
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-13 17:02:48 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75fb7a0d93 
							
						 
					 
					
						
						
							
							feat: add a dialog when reviving / batch reviving features ( #4988 )  
						
						... 
						
						
						
						Adds a confirmation dialog when reviving features
Closes #
[SR-91](https://linear.app/unleash/issue/SR-91/reviving-a-feature-toggle-should-have-a-confirmation-dialog )
https://github.com/Unleash/unleash/assets/104830839/49e71590-fd66-4eb5-bd09-5eb322e3d1c9 
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-13 16:28:36 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4167a60588 
							
						 
					 
					
						
						
							
							feat: biome lint frontend ( #4903 )  
						
						... 
						
						
						
						Follows up on https://github.com/Unleash/unleash/pull/4853  to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future. 
						
					 
					
						2023-10-02 13:25:46 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c59b83b07b 
							
						 
					 
					
						
						
							
							feat: integration urls, ux ( #4640 )  
						
						
						
					 
					
						2023-09-08 10:21:11 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c19bd615b9 
							
						 
					 
					
						
						
							
							fix: reset selected toggle after archive or revive ( #4606 )  
						
						... 
						
						
						
						<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️  -->
## About the changes
When archiving or reviving feature toggles, when toggles disappear from
table, actions bar should also disappear.
<!-- Does it close an issue? Multiple? -->
Closes
https://linear.app/unleash/issue/1-1293/bulk-revive-modal-doesnt-go-away  
						
					 
					
						2023-09-05 11:44:28 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6250064183 
							
						 
					 
					
						
						
							
							feat: Last seen per environment archive ( #4540 )  
						
						... 
						
						
						
						Closes #
[1-1280](https://linear.app/unleash/issue/1-1280/update-the-archive-toggle-page-with-the-new-design )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 15:37:44 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc54877473 
							
						 
					 
					
						
						
							
							fix: stable bulk updates ( #4352 )  
						
						... 
						
						
						
						## About the changes
Prevent re-fetched state change from de-selecting rows. 
						
					 
					
						2023-07-28 08:44:29 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							041c06560c 
							
						 
					 
					
						
						
							
							fix: drop staleness column form features archive ( #4338 )  
						
						... 
						
						
						
						## About the changes
Drop "status" (stale or active) column from features archive table.
Closes  #4315  
						
					 
					
						2023-07-24 14:00:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d216c56df5 
							
						 
					 
					
						
						
							
							fix: fix deleting feature from global archive ( #3786 )  
						
						
						
					 
					
						2023-05-17 16:19:19 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bacb73667a 
							
						 
					 
					
						
						
							
							feat: add UI to variant metrics ( #3697 )  
						
						
						
					 
					
						2023-05-08 10:15:26 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							383aa3dde4 
							
						 
					 
					
						
						
							
							feat: remove bulk operations flag ( #3643 )  
						
						
						
					 
					
						2023-04-28 11:18:03 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							592b40f8c0 
							
						 
					 
					
						
						
							
							feat: deletion confirmation spelling ( #3548 )  
						
						
						
					 
					
						2023-04-18 17:10:34 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e864657ef8 
							
						 
					 
					
						
						
							
							fix: bulk update delete flag ( #3466 )  
						
						... 
						
						
						
						Allow deleting with BULK_UPDATE flag turned off 
						
					 
					
						2023-04-06 20:50:19 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5585a9bed0 
							
						 
					 
					
						
						
							
							Sticky batch actions bar ( #3366 )  
						
						
						
					 
					
						2023-03-22 13:15:53 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55f8d5b09e 
							
						 
					 
					
						
						
							
							feat: batch operatsion plausible events ( #3367 )  
						
						
						
					 
					
						2023-03-22 13:46:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							076768215e 
							
						 
					 
					
						
						
							
							feat: delete features FE ( #3350 )  
						
						
						
					 
					
						2023-03-21 10:45:02 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d28e65b94c 
							
						 
					 
					
						
						
							
							feat: revive features ( #3344 )  
						
						
						
					 
					
						2023-03-17 18:21:13 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							233e06ec6a 
							
						 
					 
					
						
						
							
							fix: disable autoResetHiddenColumns when useConditionallyHiddenColumns ( #2851 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-563/fix-issue-with-useconditionallyhiddencolumns-and-react-table 
It seems like we should add `autoResetHiddenColumns: false` to
`useTable` whenever we use `useConditionallyHiddenColumns`.
Basically the thought is that, if we're controlling column visibility in
our own way, we should not want other things to change that state
unpredictably, otherwise this may make React go _brrrrrr_. And it can be
very hard to pinpoint what exactly may be causing React to go _brrrrrr_.

First detected this issue apparently randomly while developing the new
SA table. Around 10-20 page refreshes would eventually trigger it. Was
not easy to find, but hopefully this fixes it permanently. At least I
haven't been able to reproduce it since. Maybe someone has a better idea
of where the issue could be or if this is a pretty good guess. Doesn't
seem like this change hurts us anyways.
I love React, `useEffect` and these very to-the-point error messages.
Very fun and productive.
Reference: https://react-table-v7.tanstack.com/docs/api/useTable  
					
						2023-01-10 08:15:12 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1653b0449a 
							
						 
					 
					
						
						
							
							Orval generator POC ( #2724 )  
						
						... 
						
						
						
						for #2715  
						
					 
					
						2023-01-05 11:57:53 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d1219a055 
							
						 
					 
					
						
						
							
							Use new useConditionallyHiddenColumns hook ( #2695 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-515/adapt-tables-to-use-the-new-useconditionallyhiddencolumns-hook 
Uses the new `useConditionallyHiddenColumns` hook, like mentioned here:
https://github.com/Unleash/unleash/pull/2691 
Also includes small fixes for things I caught along the way. See
comments below. 
					
						2022-12-16 10:46:04 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe2f2f5705 
							
						 
					 
					
						
						
							
							Update dialogue design ( #2342 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-509/update-dialogues-to-match-new-designs 
Update dialogues to match the look on the new designs:
 
					
						2022-12-14 15:16:58 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
						
						
							
						
						
							b2bb60bec5 
							
						 
					 
					
						
						
							
							Update texts ( #1226 )  
						
						... 
						
						
						
						Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-08-22 13:05:55 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
						
						
							
						
						
							00ab52875e 
							
						 
					 
					
						
						
							
							Delete archived toggles from the front end ( #1150 )  
						
						... 
						
						
						
						* Grouping fix grid not showing user names
* Remove deprecated access endpoints
* Manual prettier
* Revert user role update
* Add a way to delete archived toggles from the front end
* Fix layout
* Add project to permissionbutton
* Prettier
* Minor fixes
* Run prettier 
						
					 
					
						2022-07-27 07:46:12 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							9522c59674 
							
						 
					 
					
						
						
							
							Refactor project health table ( #1098 )  
						
						... 
						
						
						
						* minor archive table updates
* archived date cell
* archive import paths
* move project health table files
* fix: align actions cells
* simplify health table row mapping
* fix project pages browser tab title
* initial draft of virtualized table component
* refactor: virtualized table common component
* fix: health report name cell width
* refactor: report cell paths 
						
					 
					
						2022-06-21 09:08:37 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							37fa469faf 
							
						 
					 
					
						
						
							
							Archive table updates ( #1097 )  
						
						... 
						
						
						
						* minor archive table updates
* archived date cell
* archive import paths 
						
					 
					
						2022-06-15 16:16:42 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							ee2d852ef2 
							
						 
					 
					
						
						
							
							fix: search clear bug  
						
						
						
					 
					
						2022-06-14 11:48:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							7bfe7201c0 
							
						 
					 
					
						
						
							
							fix: simplified empty archive list page  
						
						
						
					 
					
						2022-06-14 11:28:40 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8c286c79 
							
						 
					 
					
						
						
							
							fix archive type column  
						
						
						
					 
					
						2022-06-14 09:36:33 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							f35d3a4881 
							
						 
					 
					
						
						
							
							update table search and columns width  
						
						
						
					 
					
						2022-06-14 09:32:04 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							439d7c1745 
							
						 
					 
					
						
						
							
							hide project column on project archive  
						
						
						
					 
					
						2022-06-14 09:19:41 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							fdac3a6eaf 
							
						 
					 
					
						
						
							
							fix archive row virtualization  
						
						
						
					 
					
						2022-06-14 09:16:27 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							dd1246d67c 
							
						 
					 
					
						
						
							
							Fix/archive table ( #1086 )  
						
						... 
						
						
						
						* feat: upgrade search to use the new search component (#1073 )
* feat: upgrade project list search to use the new search field
* cleanup unused imports
* feat: add upgraded search to projects and applications, polish search UX
* refactor: TableSearch to new Search common component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* fix: resolve issues with project edit/delete button conditions (#1084 )
* fix: fix UPDATE_PROJECT permission checks for editors
* fix: disable delete button for the default project
* fix: warn about access on edit project page
* fix: hide broken project edit/delete buttons for OSS
* refactor: avoid project card clicks when closing modals
* refactor: improve default project deletion message
* refactor: improve project access error text
* Update src/component/project/ProjectCard/ProjectCard.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* refactor: fix string quotes
* refactor: improve disabled menu item contrast
* refactor: remove Enterprise routes for OSS
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* fix: archive table small adjustments
* refactor archive table params
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: olav <mail@olav.io>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-13 15:22:27 +02:00