Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0c9ef6d2f 
							
						 
					 
					
						
						
							
							fix: snapshot update to fix build ( #5755 )  
						
						 
						
						
						
					 
					
						2024-01-04 09:02:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							efa2117ded 
							
						 
					 
					
						
						
							
							chore: update default version in UI ( #4761 )  
						
						 
						
						... 
						
						
						
						We get a flash of the Unleash scaffold when we first load the page. For
a brief moment, we display version 3 and then overwrite it with the
correct version. Looks kinda silly, we know we're in version 5.x so
let's just do that 
						
					 
					
						2024-01-03 22:23:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70600552d2 
							
						 
					 
					
						
						
							
							Feat/add feedback to new strategy form ( #5745 )  
						
						 
						
						... 
						
						
						
						This PR adds the feedback form to the new create / edit strategy form
behind a feature flag.
* Add feedback form
* Minor refactor to useFeedback 
						
					 
					
						2024-01-03 15:43:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a73d87a943 
							
						 
					 
					
						
						
							
							feat: make feedback available for OSS ( #5748 )  
						
						 
						
						
						
					 
					
						2024-01-03 15:08:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1556a51e37 
							
						 
					 
					
						
						
							
							fix: update text in scheduling components ( #5746 )  
						
						 
						
						... 
						
						
						
						This pr updates the text in some of the scheduling components to be more
clear and consistent. 
						
					 
					
						2024-01-03 18:18:52 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0c5baa9d3 
							
						 
					 
					
						
						
							
							chore: format schedule information according to user preferences ( #5747 )  
						
						 
						
						... 
						
						
						
						This pr uses the user's preferred timezone to display the scheduled
times. If the user has no preferences, the default will be used.
With norwegian locale set as preference: 
<img width="1529" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/0072432c-e470-4edc-91fb-864a86bc8f30 ">
With nothing set (falls back to my system setting):
<img width="1529" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/adf3d95f-4015-4302-ac09-e3ba511090db "> 
						
					 
					
						2024-01-03 18:18:43 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fef6935d3a 
							
						 
					 
					
						
						
							
							feat: license checker for self-hosted ( #5239 )  
						
						 
						
						... 
						
						
						
						Show banner for enterprise self-hosted if they violate their license.
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2024-01-02 20:06:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc0df235dd 
							
						 
					 
					
						
						
							
							chore: remove private projects flag ( #5743 )  
						
						 
						
						
						
					 
					
						2024-01-02 15:53:26 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							049c5b9afa 
							
						 
					 
					
						
						
							
							feat: variant name change on create ( #5742 )  
						
						 
						
						... 
						
						
						
						This PR refactores the StrategyVariants component to be passed in from
the outside to the new form component. This allows us to pass in the
StrategyVariants with an "editable" property in the create form which we
use to determine the editable state of the name input field. If the
editable field is not passed in we keep the old behavior.
Notable changes:
* StrategyVariants is now passed in from the outside, allowing us to
define different props at call time
* Added tests for the new behavior, and for keeping the old behavior
(such as in edit strategy)
* Added tracking 
						
					 
					
						2024-01-02 13:53:04 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4c9a257ad 
							
						 
					 
					
						
						
							
							feat: make local storage work and make feedback url configurable ( #5738 )  
						
						 
						
						... 
						
						
						
						Make storage work react way.
Make feedback url configurable by env variable. 
						
					 
					
						2023-12-29 13:19:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55bd0a6760 
							
						 
					 
					
						
						
							
							feat: keep feedback submission in local storage ( #5737 )  
						
						 
						
						... 
						
						
						
						Now it will track if feedback has been submitted in local storage. 
						
					 
					
						2023-12-29 10:08:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86da11015c 
							
						 
					 
					
						
						
							
							feat: ui now connects to backend, full e2e ( #5736 )  
						
						 
						
						... 
						
						
						
						Added API hooks and now frontend actually sends data to database. 
						
					 
					
						2023-12-28 14:31:53 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2588a90f79 
							
						 
					 
					
						
						
							
							feat: feedback screen main ui ( #5729 )  
						
						 
						
						... 
						
						
						
						Completes the main UI for feedback.
Next steps is to correct data flow and finetuning. 
						
					 
					
						2023-12-28 09:30:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eeb2b2115e 
							
						 
					 
					
						
						
							
							Fix: icon rendering issue in ApplicationList and add help to app update ( #5730 )  
						
						 
						
						... 
						
						
						
						- Fixed app icon rendering
- Added tooltip with link to MUI 
						
					 
					
						2023-12-27 18:35:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d8487ad6e 
							
						 
					 
					
						
						
							
							feat: feedback skeleton ui ( #5727 )  
						
						 
						
						... 
						
						
						
						This adds component, which will allow to draw feedback component based
on incoming data. 
						
					 
					
						2023-12-22 15:09:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8a7d76f7b 
							
						 
					 
					
						
						
							
							chore: generate missing orval types  ( #5722 )  
						
						 
						
						
						
					 
					
						2023-12-22 12:10:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12100b3912 
							
						 
					 
					
						
						
							
							fix: add padding to warning banner ( #5720 )  
						
						 
						
						... 
						
						
						
						Closes #
[1-1830](https://linear.app/unleash/issue/1-1830/potential-conflict-warning-add-padding-8px )
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-21 14:58:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aea18d1ac4 
							
						 
					 
					
						
						
							
							fix: review status title color ( #5716 )  
						
						 
						
						... 
						
						
						
						Closes #
[1-1825](https://linear.app/unleash/issue/1-1825/change-the-color-of-the-scheduled-and-pending-state-to-warningdark )
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-21 14:38:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3926ec6c51 
							
						 
					 
					
						
						
							
							feat: tracking feature buttons clicks ( #5714 )  
						
						 
						
						
						
					 
					
						2023-12-21 11:01:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b7981047d 
							
						 
					 
					
						
						
							
							Fix row selection on paginated pages ( #5706 )  
						
						 
						
						
						
					 
					
						2023-12-21 11:01:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e56d1d8d5 
							
						 
					 
					
						
						
							
							feat: implement column created_by_user_id in feature_tag ( #5695 )  
						
						 
						
						... 
						
						
						
						## About the changes
Adds the new nullable column created_by_user_id to the data used by
feature-tag-store and feature-tag-service. Also updates openapi schemas. 
						
					 
					
						2023-12-21 10:00:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0f83347ab 
							
						 
					 
					
						
						
							
							fix: hide variant diff if no change in ChangeRequestOverview ( #5715 )  
						
						 
						
						... 
						
						
						
						Closes #
[1-1813](https://linear.app/unleash/issue/1-1813/do-not-show-variants-table-in-change-request-when-no-variant-change )
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-21 10:39:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ab331dce7 
							
						 
					 
					
						
						
							
							feat: increase unleash width ( #5707 )  
						
						 
						
						... 
						
						
						
						This PR adds two feature flags:
* One is to add some holiday cheer to the unleash logo
* The other allows us to increase the width of unleash if the screen
allows it
<img width="1837" alt="Skjermbilde 2023-12-20 kl 16 18 16"
src="https://github.com/Unleash/unleash/assets/16081982/a25ccfb0-fd99-470f-8583-3ba9ef9186f9 "> 
						
					 
					
						2023-12-21 08:42:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59a6ef46e8 
							
						 
					 
					
						
						
							
							fix: separate concerns for ConstraintAccordionList ( #5701 )  
						
						 
						
						... 
						
						
						
						## Problem
The ConstraintAccordionList component was used in multiple places: 
* Playground
* Segment form
* StrategyExecution
* Change requests
* Create strategy
* Edit strategy
This is problematic because some of the views are just pure visual
representations, and other views allow you to interact with and edit the
constraints. This causes a situation where the visual representation
needs to be aware of the implementation details of editing and mutating
constraints. In addition the ConstraintAccordionList is not just a pure
rendering of the list, it also keeps internal state on when to show the
create button and optional headers. This is makes it hard to make
changes when stylings need to be subtly different across components.
## Solution
Taking on the full refactor for this is out of scope, but it's
unfortunate that the ConstraintAccordionList needs all this internal
state. For now I split out the list into it's own component called
ConstraintList. I gathered the functions needed for editing and mutating
the constraints in a reusable hook and isolated the version of the list
used in the new feature strategy edit / create components into it's own
component so that the changes in layout will not affect anything else.
Ideally we should try to move towards a future where the components
don't keep internal state like this but clear boundaries and purposes
for the use. 
						
					 
					
						2023-12-20 15:36:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d0e32810c 
							
						 
					 
					
						
						
							
							fix: empty paginated table state ( #5685 )  
						
						 
						
						... 
						
						
						
						Table placeholder should be visible if search query returns no data. 
						
					 
					
						2023-12-20 14:11:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3ca4f0c54 
							
						 
					 
					
						
						
							
							chore: upgrading vite to newer version ( #5703 )  
						
						 
						
						
						
					 
					
						2023-12-20 14:48:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f8a6661a8 
							
						 
					 
					
						
						
							
							Feat: allow rescheduling of failed scheduled cr ( #5702 )  
						
						 
						
						... 
						
						
						
						Allows for rescheduling failed scheduled requests
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-20 15:19:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb5b322475 
							
						 
					 
					
						
						
							
							fix: now project overview has skeleton instead of placeholders ( #5696 )  
						
						 
						
						... 
						
						
						
						Removed `ref` dependency from `useLoading` hook, it was being overly
reactive and breaking skeleton. 
						
					 
					
						2023-12-20 14:59:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7be0c55d39 
							
						 
					 
					
						
						
							
							fix: move paginated table into isolation context ( #5694 )  
						
						 
						
						
						
					 
					
						2023-12-20 10:47:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a263ee35c 
							
						 
					 
					
						
						
							
							Feat/new strategy configuration tests ( #5692 )  
						
						 
						
						... 
						
						
						
						Does what it says 
						
					 
					
						2023-12-20 09:16:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c979e687ca 
							
						 
					 
					
						
						
							
							fix: remove extra call to features on project load ( #5690 )  
						
						 
						
						... 
						
						
						
						Currently EnableEnvironmentDialog was loaded even if no feature was
touched. Now it will only load, if feature toggle was selected. 
						
					 
					
						2023-12-19 21:03:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dce91b0e90 
							
						 
					 
					
						
						
							
							fix: pagination and column width  
						
						 
						
						
						
					 
					
						2023-12-19 16:24:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8306073e1f 
							
						 
					 
					
						
						
							
							feat: keep filter order ( #5688 )  
						
						 
						
						
						
					 
					
						2023-12-19 15:35:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0bc2d9b68 
							
						 
					 
					
						
						
							
							fix: prevent banner from crashing with invalid variant ( #5686 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1760/prevent-banner-from-crashing-when-set-with-an-invalid-variant 
This prevents the banner from crashing when set with an invalid variant.
Instead, it default its styles to the default variant, which is `info`.
Also adds tests to validate our assumptions. 
						
					 
					
						2023-12-19 13:09:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8388700f76 
							
						 
					 
					
						
						
							
							fix: project features batch actions refetch ( #5680 )  
						
						 
						
						... 
						
						
						
						Reload paginated features on project overview after batch action. 
						
					 
					
						2023-12-19 14:46:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42943ada75 
							
						 
					 
					
						
						
							
							fix: now history is only shown to search bars that have id to save hi… ( #5684 )  
						
						 
						
						
						
					 
					
						2023-12-19 14:20:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e09f08a05 
							
						 
					 
					
						
						
							
							feat: rebrand feature toggle list as search ( #5675 )  
						
						 
						
						
						
					 
					
						2023-12-19 13:42:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7800d9d1b4 
							
						 
					 
					
						
						
							
							feat: export all features in project ( #5677 )  
						
						 
						
						
						
					 
					
						2023-12-19 08:57:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2c31a3bd3 
							
						 
					 
					
						
						
							
							fix: column visibility ( #5676 )  
						
						 
						
						... 
						
						
						
						- always show favorites and selection
- reset local storage columns cache 
						
					 
					
						2023-12-18 16:24:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e380d28924 
							
						 
					 
					
						
						
							
							feat: up and down arrow navigation for filter items ( #5673 )  
						
						 
						
						
						
					 
					
						2023-12-18 14:13:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75bdd73c15 
							
						 
					 
					
						
						
							
							feat: add plausible tracking to scheduling ( #5668 )  
						
						 
						
						... 
						
						
						
						Adds plausible tracking with actions:
- scheduled-created
- scheduled-updated
- scheduled-rejected
- scheduled-applied
Closes #
[1-1630](https://linear.app/unleash/issue/1-1630/add-plausible-metrics )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-18 15:06:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paulo Miranda 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd34f35e0e 
							
						 
					 
					
						
						
							
							feat: add reset password to user manager ( #5580 )  
						
						 
						
						... 
						
						
						
						## About the changes
This PR adds a reset password functionality to user table (only available to admins). This makes it possible to reset passwords without configuring the email service.



---------
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com> 
						
					 
					
						2023-12-18 13:54:04 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5b3058890 
							
						 
					 
					
						
						
							
							fix: date filter item missing key ( #5674 )  
						
						 
						
						
						
					 
					
						2023-12-18 13:51:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bf54a2f24 
							
						 
					 
					
						
						
							
							feat: keyboard navigation filter item ( #5667 )  
						
						 
						
						
						
					 
					
						2023-12-18 12:36:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ba588f59a 
							
						 
					 
					
						
						
							
							feat: Multi highlighter ( #5666 )  
						
						 
						
						
						
					 
					
						2023-12-18 10:58:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7fdd720aa3 
							
						 
					 
					
						
						
							
							feat: show failure in cr overview ( #5660 )  
						
						 
						
						... 
						
						
						
						Show failure reason in change request overview
Closes
[1-1769](https://linear.app/unleash/issue/1-1769/add-reason-and-icon-to-change-request-overview )
<img width="771" alt="Screenshot 2023-12-15 at 10 37 03"
src="https://github.com/Unleash/unleash/assets/104830839/898b6ac9-bd44-442f-92a4-9b4d5754fea7 ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-12-18 11:37:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2da919fee9 
							
						 
					 
					
						
						
							
							fix: disable sort ( #5665 )  
						
						 
						
						... 
						
						
						
						' 
						
					 
					
						2023-12-18 10:25:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc01971ff0 
							
						 
					 
					
						
						
							
							feat: update message with no feature toggles ( #5663 )  
						
						 
						
						
						
					 
					
						2023-12-18 09:05:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50ff36cbce 
							
						 
					 
					
						
						
							
							feat: feature table tags ( #5659 )  
						
						 
						
						... 
						
						
						
						- tags on project overview
- refactor of tags cell 
						
					 
					
						2023-12-15 16:22:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d429f51cbd 
							
						 
					 
					
						
						
							
							feat: filter chips icons ( #5658 )  
						
						 
						
						
						
					 
					
						2023-12-15 13:42:09 +00:00