Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							24f9fa3058 
							
						 
					 
					
						
						
							
							feat: connect search and filter with server api ( #5297 )  
						
						
						
					 
					
						2023-11-08 14:19:40 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bacd3e055 
							
						 
					 
					
						
						
							
							feat: introduce offset based search instead of cursor ( #5274 )  
						
						
						
					 
					
						2023-11-08 11:12:42 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							06d62278dc 
							
						 
					 
					
						
						
							
							fix: change request table sort type ( #5295 )  
						
						
						
					 
					
						2023-11-07 17:13:43 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							addda5b022 
							
						 
					 
					
						
						
							
							feat: schedule changes dialog ( #5285 )  
						
						... 
						
						
						
						Closes: # 
[1-1585](https://linear.app/unleash/issue/1-1585/reschedule-changes-dialog )
[1-1582](https://linear.app/unleash/issue/1-1582/change-apply-changes-apply-or-schedule-changes )
Manually tested e2e -> Approve -> Schedule -> Reschedule ->
Apply/Reject: ui tests verifying it in next pr
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2023-11-07 10:59:49 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92e2b1890c 
							
						 
					 
					
						
						
							
							Refactor/project overview api calls ( #5279 )  
						
						... 
						
						
						
						This PR reduces the overhead of making API calls on pages with heavy
renders. We forego loading states and default error handling in favor of
more speed by avoiding triggering multiple re-renders from the API call. 
						
					 
					
						2023-11-07 09:19:55 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2262ca1be6 
							
						 
					 
					
						
						
							
							Feat: scheduled change request dialogs ( #5267 )  
						
						... 
						
						
						
						Creates the Apply and Reject scheduled change request dialogs
Closes #
[1-1584](https://linear.app/unleash/issue/1-1584/add-modal-for-apply-now )
Closes #
[1-1586](https://linear.app/unleash/issue/1-1586/reject-changes-dialog )
<img width="1669" alt="Screenshot 2023-11-03 at 14 43 17"
src="https://github.com/Unleash/unleash/assets/104830839/832edb8e-1da1-4d96-a5c3-4fa0cd336fea ">
<img width="1669" alt="Screenshot 2023-11-03 at 14 43 28"
src="https://github.com/Unleash/unleash/assets/104830839/f9028671-e5e1-441c-886b-1e562c83f214 ">
UI e2e tests will be in a follow up PR
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-11-06 11:13:50 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b637d5fa9 
							
						 
					 
					
						
						
							
							feat: scheduled change request state ( #5261 )  
						
						... 
						
						
						
						Adds the scheduled state to ChangeRequestOverview.tsx
<img width="1523" alt="Screenshot 2023-11-03 at 12 52 07"
src="https://github.com/Unleash/unleash/assets/104830839/710b5f26-04a0-4ee9-b646-8ff3090ad86a ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-11-03 15:02:51 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddb9b5c20f 
							
						 
					 
					
						
						
							
							Refactor/rename constraint button ( #5260 )  
						
						... 
						
						
						
						This PR changes the button type and text for constraint accordions 
						
					 
					
						2023-11-03 11:34:15 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7cf998c509 
							
						 
					 
					
						
						
							
							fix: move useUiFlag before "return null" to avoid rendering more hooks on the first render ( #5258 )  
						
						... 
						
						
						
						Move the hook to before the first return to avoid React erroring out. 
						
					 
					
						2023-11-03 10:04:03 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9fbb61a1c4 
							
						 
					 
					
						
						
							
							chore: add schedule option to approved change requests ( #5252 )  
						
						... 
						
						
						
						The button doesn't do anything at the moment, but it's there visually.
Because this uses the same button as the dual-function button for
approve/reject, I extracted that component into a reusable
"multi-action" button. I could have copied the code wholesale, but it's
a complex component, so I thought this would be a better solution.
I'll add the dialog in a follow-up PR. This one already has a lot of
changes.
Visual:
 
						
					 
					
						2023-11-03 08:46:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a805490aa 
							
						 
					 
					
						
						
							
							feat: project overview pagination ( #5248 )  
						
						
						
					 
					
						2023-11-02 13:32:47 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cfade926e 
							
						 
					 
					
						
						
							
							refactor: memoize heavy components in project overview ( #5241 )  
						
						... 
						
						
						
						This PR memoizes some of the heavier components in our project overview
table 
						
					 
					
						2023-11-02 13:12:35 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc66fb649f 
							
						 
					 
					
						
						
							
							feat: infinite scroll API trigger ( #5242 )  
						
						
						
					 
					
						2023-11-01 15:56:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d074254b61 
							
						 
					 
					
						
						
							
							feat: connect project overview table to search api ( #5237 )  
						
						
						
					 
					
						2023-11-01 12:05:42 +01:00 
						 
				 
			
				
					
						
							
							
								Mohan Raj A 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c43089ea2 
							
						 
					 
					
						
						
							
							feat: add copy button to feature flag name ( #4098 ) ( #5031 )  
						
						... 
						
						
						
						In ActionsCell.tsx file, 'Copy' with FileCopy icon is changed to 'Clone'
with 'LibraryAdd' icon as this feature is used to clone a new feature
from existing one. Upon copying the icon and text will change to 'Check'
icon with 'Copied!' for one sec and closes automatically. 
						
					 
					
						2023-10-30 15:38:59 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f8f94b06b 
							
						 
					 
					
						
						
							
							chore: remove access overview toggle ( #5166 )  
						
						
						
					 
					
						2023-10-30 14:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05f4c22f7c 
							
						 
					 
					
						
						
							
							fix: do not track empty strings in playground token input ( #5159 )  
						
						... 
						
						
						
						do not track empty strings in playground token input
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-26 11:45:29 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b0b372f75 
							
						 
					 
					
						
						
							
							feat: playground token input usage tracking ( #5157 )  
						
						... 
						
						
						
						Track usage of the new token input
Closes #
[1-1551](https://linear.app/unleash/issue/1-1551/plausible-track-usage-of-token-input )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-26 14:28:12 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee44fae6ea 
							
						 
					 
					
						
						
							
							feat: token input improvements ( #5155 )  
						
						... 
						
						
						
						Rename `Api` to `API`
Add clear btn to token input
Add arrow to project and environment input tooltips
Closes #
[1-1549](https://linear.app/unleash/issue/1-1549/token-input-improvements )
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-26 12:39:30 +03:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6fe4740e67 
							
						 
					 
					
						
						
							
							feat: remove feature flag for datadog json template ( #5105 )  
						
						... 
						
						
						
						## About the changes
Removes the feature flag for the datadog json template 
						
					 
					
						2023-10-26 09:09:26 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc34db1659 
							
						 
					 
					
						
						
							
							feat: banner UI/UX adjustments ( #5151 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1549/ui-align-with-uiux 
Includes UI/UX adjustments to the banners feature after aligning with
@nicolaesocaciu
There are a lot of changes, but here are a few:
 - Redesigned preview section
 - Redesigned banner status (enabled) section
 - Reordered form fields to better fit the flow
 - Reordered fields in the side-panel payload to reflect order in the UI
 - Made inputs full width
 - Adjusted multiline fields
 - Added a link to Markdown's basic syntax examples
 - Added a "preview dialog" button
 - Updated `HelpIcon` usage to use the `htmlTooltip`
- Improved `Banner` inline design, added a maxHeight prop for usage
inside a table
 - Improved `FormSwitch` design

Co-authored-by: Nicolae <nicolae@getunleash.ai> 
					
						2023-10-25 17:14:18 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e3863a27e 
							
						 
					 
					
						
						
							
							feat: add input for api token in playground ( #5130 )  
						
						... 
						
						
						
						Adds a token input in playground.
In the case of tokens that span multiple projects ie
`[]:development.etc` it will look into the token definitions to find the
token and get the projects
Otherwise it will try to parse the project and environment from the
token itself (without checking for it being a valid token)
Also, does not support admin tokens `*:*.etc`
Closes #
[1-1507](https://linear.app/unleash/issue/1-1507/create-a-token-input-in-the-playground-form )
<img width="1661" alt="Screenshot 2023-10-23 at 16 38 11"
src="https://github.com/Unleash/unleash/assets/104830839/f2d4fb6e-962f-4cc1-b5e4-817fd2de18ff ">
<img width="1673" alt="Screenshot 2023-10-23 at 16 38 33"
src="https://github.com/Unleash/unleash/assets/104830839/27645955-d651-41e6-be02-4381c4f00551 ">
<img width="1377" alt="Screenshot 2023-10-25 at 17 06 43"
src="https://github.com/Unleash/unleash/assets/104830839/c7638366-3634-4521-af65-4f68a4f3b330 ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-25 17:55:33 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d681e614ac 
							
						 
					 
					
						
						
							
							fix: fix broken edit project link ( #5147 )  
						
						... 
						
						
						
						fix broken edit project link
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-25 15:23:53 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ffca07d51 
							
						 
					 
					
						
						
							
							feat: use new on/off endpoints in banners toggles ( #5144 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1556/adapt-toggles-in-banners-table-to-use-the-new-on-and-off-endpoints 
Uses the new on/off endpoints in the banners table toggles.
Also includes a missing rename for the `useMessageBannersApi` hook, to
`useBannersApi`. 
					
						2023-10-25 12:27:47 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26dcc70e85 
							
						 
					 
					
						
						
							
							bug: remove strategies from copy breadcrumbs ( #5137 )  
						
						
						
					 
					
						2023-10-25 09:12:32 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ca22c7c5c 
							
						 
					 
					
						
						
							
							feat: banner modal ( #5132 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1548/ui-create-banner-newedit-modal 
Adds a new banner modal (and form) that allows admins to create and edit
banners.
Also adds a new `FormSwitch` common component that may be helpful in
different situations where we need a switch on a form.
<img width="1263" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/1b89db9b-9003-413c-8829-c37d245e2487 "> 
					
						2023-10-24 16:26:44 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5acf691845 
							
						 
					 
					
						
						
							
							fix: last seen at rendering logic ( #5136 )  
						
						... 
						
						
						
						This PR fixes a bug where the rendering in the frontend would only
render the last seen component if feature.lastSeenAt was set, the new
changes considers whether or not environments last seen at is present
and takes precedent over the legacy last seen at field. 
						
					 
					
						2023-10-24 13:58:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							604c19c27e 
							
						 
					 
					
						
						
							
							fix: fix linting for copyfeature ( #5138 )  
						
						
						
					 
					
						2023-10-24 12:21:01 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b47dbd37ff 
							
						 
					 
					
						
						
							
							fix: fix copy functionality always being disabled  
						
						
						
					 
					
						2023-10-24 12:50:42 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90296bed82 
							
						 
					 
					
						
						
							
							refactor: slight clean up after GAing multiple roles ( #5133 )  
						
						... 
						
						
						
						Follow up cleanup to https://github.com/Unleash/unleash/pull/5109 
Based on
https://github.com/Unleash/unleash/pull/5109#pullrequestreview-1689535863  
						
					 
					
						2023-10-24 09:57:01 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							599da89288 
							
						 
					 
					
						
						
							
							feat: improved has children/has parent indicator ( #5135 )  
						
						
						
					 
					
						2023-10-24 10:51:38 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46b8dce081 
							
						 
					 
					
						
						
							
							fix: read project id in edit project ( #5134 )  
						
						
						
					 
					
						2023-10-24 10:18:40 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							314a08b4e6 
							
						 
					 
					
						
						
							
							feat: Make multiple roles per group/user GA by removing the flag ( #5109 )  
						
						... 
						
						
						
						To prepare for 5.6 GA, 
I've done a find through both Frontend and Backend here to remove the
usages of the flag. Seems like the flag was only in use in the frontend.
@nunogois can you confirm? 
						
					 
					
						2023-10-23 12:32:15 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69d050a70f 
							
						 
					 
					
						
						
							
							fix: grey out text and icons for disabled strategies in playground ( #5113 )  
						
						... 
						
						
						
						What it says on the tin
Closes #
[1-1512](https://linear.app/unleash/issue/1-1512/grey-out-everything-icons-labels-etc-when-strategy-is-disabled )
<img width="689" alt="Screenshot 2023-10-20 at 12 25 51"
src="https://github.com/Unleash/unleash/assets/104830839/3192a125-0e2a-46f2-a266-e4d6c171bdad ">
<img width="711" alt="Screenshot 2023-10-20 at 14 52 30"
src="https://github.com/Unleash/unleash/assets/104830839/15040439-c059-4725-9518-82e363fd7230 ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-23 15:12:15 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93fb615841 
							
						 
					 
					
						
						
							
							fix: draft banner zIndex ( #5124 )  
						
						... 
						
						
						
						Tiny zIndex fix for the draft banner for a regression introduced in
https://github.com/Unleash/unleash/pull/5088 
### Before - Draft banner is displayed on top of the profile popup:

### After - Profile popup displays on top of the draft banner:
 
						
					 
					
						2023-10-23 13:01:50 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddcd7f47d8 
							
						 
					 
					
						
						
							
							chore: remove invite link flag ( #5119 )  
						
						
						
					 
					
						2023-10-23 12:11:11 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8821dbc783 
							
						 
					 
					
						
						
							
							Fix: copy feature alert when change requests enabled in any env ( #4964 )  
						
						... 
						
						
						
						Adds an alert if change requests are enabled in any env and you try to
copy a feature.
Currently the functionality was disabled but with no explanation
Closes #
[SR-79](https://linear.app/unleash/issue/SR-79/when-change-request-is-enable-the-copy-functionality-its-disabled-but )
<img width="1138" alt="Screenshot 2023-10-09 at 12 32 52"
src="https://github.com/Unleash/unleash/assets/104830839/e900e4b8-8d26-46d7-8622-0ad592704d03 ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-20 15:15:42 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							667aed828b 
							
						 
					 
					
						
						
							
							feat: banners admin page ( #5111 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1484/ui-create-an-admin-banners-configuration-page 
Adds a new "Banners" page to the admin UI.
This first iteration allows admins to list and preview all configured
message banners, toggle them (whether they are currently visible to all
users or not), and remove them.
Next step will be creating the modal for "new" and "edit" operations.
### Admin menu

### Banners page
 
					
						2023-10-20 11:14:48 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1b8d9b8d5 
							
						 
					 
					
						
						
							
							fix: project overview refactor flag ( #5110 )  
						
						
						
					 
					
						2023-10-20 11:16:05 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6fab6633c9 
							
						 
					 
					
						
						
							
							feat: add hasStrategies and hasEnabledStrategies on feature environments ( #5012 )  
						
						
						
					 
					
						2023-10-20 10:50:57 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b890df6e12 
							
						 
					 
					
						
						
							
							feat: show warning about dependencies removed on archive ( #5104 )  
						
						
						
					 
					
						2023-10-20 08:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							347c1cabbc 
							
						 
					 
					
						
						
							
							feat: add new sticky component to handle stacked stickies ( #5088 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1509/discovery-stacked-sticky-elements 
Adds a new `Sticky` element that will attempt to stack sticky elements
in the DOM in a smart way.
This needs a wrapping `StickyProvider` that will keep track of sticky
elements.
This PR adapts a few components to use this new element:
 - `DemoBanner`
 - `FeatureOverviewSidePanel`
 - `DraftBanner`
 - `MaintenanceBanner`
 - `MessageBanner`
Pre-existing `top` properties are taken into consideration for the top
offset, so we can have nice margins like in the feature overview side
panel.
### Before - Sticky elements overlap 😞 

### After - Sticky elements stack 😄  
 
					
						2023-10-19 15:50:37 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1335da6366 
							
						 
					 
					
						
						
							
							Feat: show disabled strategies in playground ( #5081 )  
						
						... 
						
						
						
						Show disabled strategies in separate list
Do not show any results in segments/constraints when disabled
Closes #
[1-1506](https://linear.app/unleash/issue/1-1506/display-disabled-strategies-in-playground-page )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-19 16:50:50 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							957546e305 
							
						 
					 
					
						
						
							
							refactor: rename message banners to banners ( #5098 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1531/rename-message-banners-to-banners 
This renames "message banners" to "banners".
I also added support for external banners coming from a `banner` flag
instead of only `messageBanner` flag, so we can eventually migrate to
the new one in the future if we want. 
					
						2023-10-19 13:18:25 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8954277d20 
							
						 
					 
					
						
						
							
							chore(ui): add splash screen for oss segments ( #5053 )  
						
						... 
						
						
						
						This PR adds a splash screen for segments being open-sourced. 
It looks like this:

## About the changes
I've more or less wholesale copied the demo dialog that @nunogois
implemented. I've put it in the `splash` directory for now (because
that's where it seemed most appropriate). The reason for straight
copying it instead of extending existing functionality is primarily that
this should be short-lived and deleted after the next release or so. So
isolating all the changes into a single directory seems like a good
idea.
## Discussion points
Because OSS installations don't connect to Unleash, we can't use feature
flags to control the rollout here. Instead, we must just assume that OSS
users will want to see it. If there is a better way we can control this,
that'd be great. I'd love to be able to use time constraints to not show
this after a certain date, for instance, but I don't think that's
something we can do right now?
The splash is also set to display on any page you're at when you first
load unleash. However, closing the dialog (either by closing or by
asking to see segments) will store that in localstorage, and you won't
be shown the dialog again.
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-10-19 08:28:14 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a49cd5c74 
							
						 
					 
					
						
						
							
							feat: display internal message banners ( #5079 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1511/adapt-internalmessagebanners-to-use-the-new-hooks-and-display-the 
Adapts the `InternalMessageBanners` component to use the new hook and
display the internal message banners. 
					
						2023-10-18 20:00:45 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad7149f26f 
							
						 
					 
					
						
						
							
							refactor: move message banner interface to common file ( #5076 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-1527/set-up-message-banner-interfaces 
Tiny refactor to move the message banner interface to its own file,
since it will be used in multiple places. 
					
						2023-10-18 10:32:19 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6607373fa 
							
						 
					 
					
						
						
							
							feat: allow selection of text in strategies for contexts ( #5071 )  
						
						
						
					 
					
						2023-10-18 09:55:19 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							163545de8c 
							
						 
					 
					
						
						
							
							feat: warn about sdk update with feature dependencies ( #5065 )  
						
						
						
					 
					
						2023-10-17 13:43:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9e110f702 
							
						 
					 
					
						
						
							
							feat: show dependencies only when using pro/enterprise or at least on… ( #5052 )  
						
						
						
					 
					
						2023-10-16 20:56:06 +02:00