Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							53b12604b8 
							
						 
					 
					
						
						
							
							Search keyboard shortcut ( #1048 )  
						
						 
						
						... 
						
						
						
						* feat: search keyboard shortcut
* fix: search input placeholder snapshot update
* fix: update apple device recognition
Co-authored-by: Nuno Góis <github@nunogois.com>
* refactor: return hotkey from useKeyboardShortcut
* fix: don't close non-empty search field
* Archive table
new sort parameter
* Revert "Archive table"
This reverts commit 171806352c2a01ce439ce7bd77476797d544275c.
* update search field focus
* refactor: clarify hotkey description
* fix: make variant payload text box multiline (#1060 )
* fix: make variant payload text box multiline
* refactor: adjust min/max rows
* refactor: use fixed number of rows to avoid MUI render loop bug
* fix: toggle search on escape only in focused
* fix: add hotkey to custom placeholders
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: olav <mail@olav.io> 
						
					 
					
						2022-06-06 14:23:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							4a5ed3c3e7 
							
						 
					 
					
						
						
							
							feat: add filtering capabilities to search ( #1052 )  
						
						 
						
						... 
						
						
						
						* feat: add filtering capabilities to search
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* fix: state custom filter
* fix: undefined search crash
* feat: add suggestions component
* make search visible all the time
* fix: update snaps
* refactor, add tests, filterParsing, pass down searchContext to search components
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* refactor: TableSearchFieldSuggestions and improvements
* some cleanup and fix edge cases
* adapt new search in project feature toggles
* small ui/ux improvements
* refactor: suggestions into smaller components
* fix: update snaps
* add responsiveness to the search
* fix: update snaps
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-06-03 11:32:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							006b853f6c 
							
						 
					 
					
						
						
							
							refactor: get segment limits from uiConfig ( #1047 )  
						
						 
						
						... 
						
						
						
						* refactor: improve useUiConfig return type
* refactor: get segment limits from uiConfig 
						
					 
					
						2022-06-02 10:58:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							24cb1b21ef 
							
						 
					 
					
						
						
							
							Virtualize project toggles list ( #1043 )  
						
						 
						
						... 
						
						
						
						* fix: virtualize project toggles list
* refactor: improve type for feature dialogs
* fix: formatting - prettier 
						
					 
					
						2022-06-01 12:24:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							570e9f88be 
							
						 
					 
					
						
						
							
							feat: upgrade users table ( #1040 )  
						
						 
						
						... 
						
						
						
						* feat: upgrade users table
* fix misc ui/ux bugs
* refactor: address PR comments
* fix: searching by `undefined`
* fix: searching for undefined on invoices, table placeholder centering
* refactor: abstract users list actions into new component
* refactor: move styled components to top of files 
						
					 
					
						2022-05-31 07:59:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5e83cdb4 
							
						 
					 
					
						
						
							
							refactor: remove unused code ( #1036 )  
						
						 
						
						... 
						
						
						
						* refactor: remove unused code
* refactor: remove more unused code 
						
					 
					
						2022-05-27 13:28:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							25c25c9206 
							
						 
					 
					
						
						
							
							refactor: port tokens list to react-table ( #1026 )  
						
						 
						
						... 
						
						
						
						* refactor: extract ApiTokenDocs component
* refactor: extract CreateApiTokenButton component
* refactor: extract RemoveApiTokenButton component
* refactor: extract CopyApiTokenButton component
* refactor: port tokens list to react-table
* refactor: remove unused imports
* fix: api token table default sort order
* fix: updates to table of api tokens
* fix: add highlighting when searching
Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai>
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2022-05-27 08:48:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							504a4af274 
							
						 
					 
					
						
						
							
							refactor: port segments list to react-table ( #1024 )  
						
						 
						
						... 
						
						
						
						* refactor: extract SegmentEmpty component
* refactor: extract CreateSegmentButton component
* refactor: extract EditSegmentButton component
* refactor: extract RemoveSegmentButton component
* refactor: normalize Created table header text
* refactor: port segments list to react-table
* fix: improve row text height in table row
* fix: update test snapshots
* refactor table cell with search highlight
* fix: update after review
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai> 
						
					 
					
						2022-05-27 08:57:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							7093b49962 
							
						 
					 
					
						
						
							
							feat: add billing page to admin ( #993 )  
						
						 
						
						... 
						
						
						
						* feat: add billing page to admin
* some adjustments to billing page
* add BillingHistory, remove invoices, misc improvements
* refactor based on instanceStatus logic, add dialog
* fix: cleanup
* some refactoring and alignment with figma
* add extend, isBilling, refactoring and misc improvements
* fix: update tests
* refactor: reorganize billing into smaller components, misc improvements
* add STRIPE flag, some refactoring and adapting to comments and discussion
* adapt BillingHistory slightly, refactor TextCell
* Update src/hooks/api/getters/useInstanceStatus/useInstanceStatus.ts
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
* refactor: address PR comments
* fix: adjust divider color
* fix: update snaps
* refactor: address PR comments
* fix: update snaps
* fix: amountFormatted typo
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-05-25 23:26:05 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							ded3c22bb1 
							
						 
					 
					
						
						
							
							Feat/new addons table ( #1021 )  
						
						 
						
						... 
						
						
						
						* feat: initial list of available addons
* feat: add columns
* fix: update referential equality
* fix: remove search
* fix: remove unused imports
* fix: padding
* fix: imports
* refactor: based on comments 
						
					 
					
						2022-05-25 15:37:32 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							76ea65b65c 
							
						 
					 
					
						
						
							
							refactor: port health reports to react-table ( #1017 )  
						
						 
						
						... 
						
						
						
						* refactor: fix table header sort button focus styles
* refactor: extract FeatureNameCell component
* refactor: port health reports to react-table
* refactor: hide columns on small screens
* refactor: sort features by name 
						
					 
					
						2022-05-25 12:45:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							34f848ce8a 
							
						 
					 
					
						
						
							
							refactor: replace react-dnd with custom implementation ( #988 )  
						
						 
						
						... 
						
						
						
						* refactor: replace react-dnd with custom implementation
* refactor: add TextCell, IconCell, and ActionCell
* refactor: port environments list to react-table
* refactor: change OfflineBolt to PowerSettingsNew
* refactor: simplify environment toast text
* refactor: improve IToast type type
* refactor: improve useSearchHighlightContext naming
* refactor: clarify enableDragAndDrop logic 
						
					 
					
						2022-05-25 11:40:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							a11cb72d99 
							
						 
					 
					
						
						
							
							Persistent table query ( #999 )  
						
						 
						
						... 
						
						
						
						* feat: persistent table query
* project overview sort query
* refactor: api methods as hook callbacks
* persitent columns in project overview
* enable new project overview
* fix: refactor feature state change in overview
* add type to sort
* update e2e tests
now takes 10% less time with use of cypress session
* prevent sort reset on features list
* fix feature toggle list loading
* fix: update column state saving
* update local storage hook test 
						
					 
					
						2022-05-25 08:14:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							b742a69c4c 
							
						 
					 
					
						
						
							
							refactor: improve OpenAPI refs ( #1005 )  
						
						 
						
						... 
						
						
						
						* refactor: regenerate OpenAPI client
* refactor: update usage of OpenAPI client 
						
					 
					
						2022-05-24 08:37:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							6d130f61f6 
							
						 
					 
					
						
						
							
							feat: new contexts table ( #998 )  
						
						 
						
						... 
						
						
						
						* feat: new contexts table
* improve context list actions
* refactor: disabled icon colors
* fix: update snapshots
* fix: icons
* fix: context fields typo 
						
					 
					
						2022-05-20 08:29:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							1caf9a924c 
							
						 
					 
					
						
						
							
							fix: user search pagination ( #997 )  
						
						 
						
						
						
					 
					
						2022-05-19 14:27:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2e367b3a04 
							
						 
					 
					
						
						
							
							feat: add trial expiration warning banner  ( #985 )  
						
						 
						
						... 
						
						
						
						* refactor: simplify useApiGetter cache keys
* refactor: simplify basePath helpers
* refactor: add UNLEASH_BASE_PATH frontend env var
* refactor: make sure AnnouncerElement does not affect the layout
* refactor: draw texture image above footer
* refactor: extract domain check helpers
* refactor: fix a few ts-expect-errors
* feat: add trial expiration warning banner
* refactor: fix IInstanceStatus interface prefix
* refactor: use ConditionallyRender in InstanceStatus
* refactor: simplify env helper functions
* refactor: use FC in InstanceStatus
* refactor: warn about expired trials
* refactor: fix eslint warnings
* refactor: disable banner outside of localhost
* refactor: use new instance state field name 
						
					 
					
						2022-05-19 14:06:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							06b0a29ea8 
							
						 
					 
					
						
						
							
							Project features list update ( #991 )  
						
						 
						
						... 
						
						
						
						* refactor: column icon position
* project overview horizontal scroll
* updated table headers styles
* fix: feature overview switch title
* refactor: cleanup of sortable header styles
* fix: z-index issue in test
* fix: html semantics after review 
						
					 
					
						2022-05-18 11:56:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							98b6214c28 
							
						 
					 
					
						
						
							
							fix: avoid erasing previous environments data on refetch ( #990 )  
						
						 
						
						... 
						
						
						
						* refactor: avoid duplicate useLoading call
* fix: avoid erasing previous environments data on refetch
* refactor: keep mutataion logic within useEnvironments 
						
					 
					
						2022-05-18 11:26:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							159c54ed37 
							
						 
					 
					
						
						
							
							fix: resolve issues around changing a toggle's project ( #978 )  
						
						 
						
						... 
						
						
						
						* refactor: show save button before using the dropdown
* refactor: simplify FeatureSettingsProject toast message
* refactor: fix FeatureProjectSelect filter prop type
* refactor: hide change project page for non-enterprise
* refactor: derive move targets from projects list instead of from permissions
* refactor: align frontend project compat check with backend
* refactor: fix useProject object stability
* refactor: disable the save button for the current project
* refactor: require equal environments when moving toggles
* refactor: improve arraysHaveSameItems name 
						
					 
					
						2022-05-18 11:07:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							b1166bb2f4 
							
						 
					 
					
						
						
							
							Project overview feature toggles list ( #971 )  
						
						 
						
						... 
						
						
						
						* refactor: page container
* refactor: table page header
* feat: new feature toggles list in project overview
* feat: sortable enviromnents in project overview
* feat: project overview toggles search
* feat: project overview features column actions
* project overview table column sizing
* project overview feature actions permissions
* project overview archive feature action
* project overview toggle state strategy fallback
* remove previous project overview implementation
* fix: remove additional prop in sortable table
* fix: stale feature refetch
* improvements after review
* feat: manage visible columns in project overview
* improve project overview columns selection
* fix: simplify columns
* Revert "remove previous project overview implementation"
This reverts commit 98b051ff6a5a4fb8a9a0921b661514e15a00249a.
* restore legacy project overview table 
						
					 
					
						2022-05-13 14:51:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							cd37624de4 
							
						 
					 
					
						
						
							
							Theme consistency updates ( #960 )  
						
						 
						
						... 
						
						
						
						* fix: theme palette and shape
* fix: update snapshots
* fix: adjust after review 
						
					 
					
						2022-05-09 12:01:12 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							ae51e979cd 
							
						 
					 
					
						
						
							
							refactor: add Plausible tracker on SaaS domain ( #956 )  
						
						 
						
						... 
						
						
						
						* feat: add Plausible tracker on SaaS domain
* refactor: check uiFlags.T instead of the domain 
						
					 
					
						2022-05-06 14:04:09 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							5872a1c82c 
							
						 
					 
					
						
						
							
							refactor: adapt to Vite ( #940 )  
						
						 
						
						... 
						
						
						
						* chore: adapt to vite
* remove react-scripts
* add jsdom dep, update snaps
* fix tests
* fix: formatting
* fix: vercel rewrite
* fix: regeneratorRuntime is not defined
Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2022-05-05 16:15:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							004ded8f74 
							
						 
					 
					
						
						
							
							feat: add last seen col to admin users list ( #949 )  
						
						 
						
						... 
						
						
						
						* feat: add last seen col to admin users list
* fix: header hover effect, duplicate title from TimeAgo
* fix: use YMD format, never logged
* fix: small tooltip change
* refactor: adapt to review suggestions 
						
					 
					
						2022-05-05 14:53:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							1772997d28 
							
						 
					 
					
						
						
							
							Feature list table ( #908 )  
						
						 
						
						... 
						
						
						
						* experiment with generic table
* feat: example implementation of sortable table interfaces
* add enhanced table header
Co-authored-by: Nuno Góis <github@nunogois.com>
* table cleanup
Co-authored-by: Nuno Góis
Co-authored-by: Fredrik Strand Oseberg
* useSort hook interface surface
Co-authored-by: Nuno Góis <github@nunogois.com>
* sort handler initial implementation
Co-authored-by: Tymoteusz Czech <Tymek@users.noreply.github.com>
* new table unified components
* feature flags table components
Co-authored-by: Nuno Góis <github@nunogois.com>
* feat: new table sort hook
* feat: table sort
* useSearch hook implementation
* update new sort hook tests
* sortable headers hook
* feat: add sort to other table features
* move experimental table hooks to a directory
* update new table header styles
* fix: header, tableActions
* add some details like pagination and highlighter so we keep them in mind
* feature table cells
* update new table sort logic
* new pagination
* fix formatting and remove unused component
* fix: adapt useSearch default search to text instead of regex (PR #924 )
* fix: update table title based on visible rows
* fix: remove test route
* refactor: move table experiment files
* features table experimentation
* feat: enhanced feature flags table
* fix: features default sort
* feat: enhanced table loading
* fix: table theme after mui5 update
* features list placeholder
* add react-table
* update snapshots after theme change
* remove unused files
* fix: improve features table after review
* refactor: rename feature type cell variables
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Tymoteusz Czech <Tymek@users.noreply.github.com> 
						
					 
					
						2022-05-05 15:34:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							d8143c6ff4 
							
						 
					 
					
						
						
							
							chore: update react-router to v6 ( #946 )  
						
						 
						
						... 
						
						
						
						* refactor: fix child selector warnings
* refactor: update react-router-dom
* refactor: use BrowserRouter as in react-router docs
* refactor: replace Redirect with Navigate
* refactor: replace Switch with Routes
* refactor: replace useHistory with useNavigate
* refactor: replace useParams types with useRequiredPathParam
* refactor: replace NavLink activeStyle with callback
* refactor: fix matchPath arg order
* refactor: Remove unused link state
* refactor: delete broken snapshot test
* refactor: render 404 page without redirect
* refactor: normalize path parameter names
* refactor: fix Route component usage 
						
					 
					
						2022-05-05 13:42:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							35262e404b 
							
						 
					 
					
						
						
							
							refactor: clean up strategy parameter types ( #944 )  
						
						 
						
						... 
						
						
						
						* refactor: fix splash page button background color
* refactor: regenerate OpenAPI client
* refactor: clean up strategy parameter types
* refactor: remove index signature from IConstraint
* refactor: fix never-seen status in features list 
						
					 
					
						2022-05-04 15:16:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							7b60ef2aa6 
							
						 
					 
					
						
						
							
							refactor: misc type improvements ( #945 )  
						
						 
						
						... 
						
						
						
						* refactor: improve ChangePassword types
* refactor: improve usePagination types
* refactor: improve UsersList types 
						
					 
					
						2022-05-04 08:14:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							9ffc421252 
							
						 
					 
					
						
						
							
							feat: show archived toggles on a project level ( #942 )  
						
						 
						
						... 
						
						
						
						* feat: show archived toggles on a project level
* Update src/component/feature/FeatureToggleList/FeatureToggleListActions/FeatureToggleListActions.tsx
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* refactor: adapt code to PR comments, clarity
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-05-03 15:27:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							24c11332b5 
							
						 
					 
					
						
						
							
							chore: update MUI to v5 ( #923 )  
						
						 
						
						... 
						
						
						
						* refactor: update mui packages
* refactor: run mui codemods
* refactor: format files after codemods
* refactor: fix broken types
* refactor: clean up theme
* refactor: fix broken tests
* refactor: replace @mui/styles with tss-react
* refactor: move breakpoints into classes for tss
* refactor: fix crash on missing feature description
* refactor: remove void classNames
* refactor: adjust styles to new defaults
* refactor: remove broken rollout slider e2e test
* refactor: fix duplicate e2e testid
* refactor: update makeStyles after rebase
* refactor: add missing snapshot after rebase
* refactor: fix TableCellSortable focus styles
* refactor: use 1.4 as the default line-height
* refactor: hide webkit search field icons
* refactor: fix select box label
* refactor: make AutocompleteBox smaller
* refactor: make heading smaller
* refactor: fix toast close icon color
* refactor: update snapshots
* refactor: add missing test event awaits
* refactor: fix default button line-height 
						
					 
					
						2022-05-02 15:52:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							23a874d051 
							
						 
					 
					
						
						
							
							Refactor: convert jsx files to typescript ( #881 )  
						
						 
						
						... 
						
						
						
						* refactor: convert remaining js files to typescript
* refactor: conditionally render remove index
* refactor: dialog component to tsx
* refactor: migrate some files from jsx to tsx
* refactor: convert dropdown element to tsx
* refactor: feature toggle list to tsx
* refactor: update context name in use overrides
* refactor: variant overrides to tsx
refactor: remove unused strategy constraint file
* fix: tsx imports
* fix: update refectored components after rebase
* refactor: rename report list files to tsx
* fix: project health list types
* refactor: addon form - add types
* refactor: copy feature component types
* fix: projects toggle style after tsx refactor
* refactor: update ts types from openapi
* fix: ts refactor changes after review
* fix: header title prop
* fix: update after PR comments
* add test to useoverrides hook
* fix conditionally render time ago
* fix: toggle list empty tooltip
* fix: remove unused variable
* remove unused variable
* fix: remove faulty snapshot 
						
					 
					
						2022-05-02 12:52:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							860656a95e 
							
						 
					 
					
						
						
							
							fix: user search by text instead of regex ( #924 )  
						
						 
						
						... 
						
						
						
						* fix: user search by text instead of regex
* refactor: better clarity
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-04-29 13:14:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							f7266cde10 
							
						 
					 
					
						
						
							
							fix: announce navigation to screen readers ( #911 )  
						
						 
						
						... 
						
						
						
						* refactor: unify page titles
* refactor: update page title on navigation
* refactor: add AnnouncerContext to test contexts
* fix: announce navigation to screen readers 
						
					 
					
						2022-04-27 09:14:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							5785557af8 
							
						 
					 
					
						
						
							
							fix: add missing refetch after feature strategy create/edit ( #909 )  
						
						 
						
						
						
					 
					
						2022-04-26 11:21:35 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							8f1900f32b 
							
						 
					 
					
						
						
							
							feat: generate an OpenAPI client (2) ( #875 )  
						
						 
						
						... 
						
						
						
						* feat: add a script that generates an OpenAPI client
* feat: generate an OpenAPI client
* feat: use the generated OpenAPI client
* refactor: add an OpenAPI section to the readme
* refactor: fix missing interface prefixes
* refactor: regenerate OpenAPI client 
						
					 
					
						2022-04-26 10:53:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							49a63173f8 
							
						 
					 
					
						
						
							
							fix: avoid constraint accordion close on focus ( #907 )  
						
						 
						
						... 
						
						
						
						* fix: avoid constraint accordion close on focus
* refactor: fix mutate cache key mismatch 
						
					 
					
						2022-04-26 09:54:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5e25bfe5 
							
						 
					 
					
						
						
							
							refactor: improve icon labels and tooltips ( #884 )  
						
						 
						
						
						
					 
					
						2022-04-21 08:26:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							fdd683813a 
							
						 
					 
					
						
						
							
							feat: add user table sort and search ( #879 )  
						
						 
						
						... 
						
						
						
						* add user sort and filter hooks, adapt table to match design
* refactor: abstract away TableActions and TableCellSortable into components, small fixes and improvements
* feat: implement search
* feat: add search word highlighter to match design
* refactor: small UI/UX improvements
* fix: rounded corners for th on responsive breakpoints
* refactor: small UI/UX improvements
* Update src/hooks/useUsersSort.ts
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* refactor: clearer arg name in users filter
* refactor: specify transition properties
* refactor: add theme v2 properties and cleanup styles
* refactor: create lightweight highlighter component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-04-20 13:22:50 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							49b8e7329e 
							
						 
					 
					
						
						
							
							refactor: convert auth tests from Cypress to Jest ( #864 )  
						
						 
						
						... 
						
						
						
						* refactor: replace data-test with data-testid
* refactor: add Jest tests for auth pages
* refactor: remove Cypress tests for auth pages
* refactor: remove questionable snapshots
* refactor: share test server setup/teardown
* refactor: restore auth page flex layout
* refactor: use toBeInTheDocument
* refactor: change recent data-test attrs to data-testid 
						
					 
					
						2022-04-08 13:13:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							1132a79f6d 
							
						 
					 
					
						
						
							
							fix: reject duplicate segment names ( #855 )  
						
						 
						
						... 
						
						
						
						* fix: reject duplicate segment names
* fix: useSegmentValidation now takes into account initial value
* refactor: add segments e2e test
* refactor: add github action from segments e2e test
* refactor: use enterprise edition for all e2e tests
* refactor: use enterprise edition for all e2e tests 
						
					 
					
						2022-04-08 11:34:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							b23226370a 
							
						 
					 
					
						
						
							
							feat: multi-project api access tokens ( #857 )  
						
						 
						
						... 
						
						
						
						* fix: general select component typings
* custom multi-select for projects
* autocomplete element for token projects
* project multi-select with error handling
* projects in tokens list update
* multi-project tokens - select all button
* fix conflicting typescript changes
* improve multi-projects tokens form after review
* refactor multi-project select code structure
* test api token list projects column element
* simplify test renderer 
						
					 
					
						2022-04-08 12:26:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							fb8d0e7efc 
							
						 
					 
					
						
						
							
							fix: use the first project if there's no default project ( #859 )  
						
						 
						
						... 
						
						
						
						* refactor: extract FeatureToggleListCreate component
* fix: use the first project if there's no default project 
						
					 
					
						2022-04-07 11:08:05 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							a088866124 
							
						 
					 
					
						
						
							
							refactor: port some things to TS ( #843 )  
						
						 
						
						... 
						
						
						
						* refactor: port useSort to TS
* refactor: port loadingFeatures to TS
* refactor: port admin index to TS
* refactor: port TagTypeList to TS
* refactor: merge route interfaces
* refactor: port common utils to TS
* refactor: fix snapshot date typo
* refactor: port Reporting utils to TS
* refactor: improve PermissionIconButton prop types 
						
					 
					
						2022-04-06 12:22:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							dbb62631a6 
							
						 
					 
					
						
						
							
							feat: add FeedbackCES component ( #826 )  
						
						 
						
						... 
						
						
						
						* refactor: add screen-reader-only util class
* refactor: move FeedbackNPS component
* feat: add FeedbackCES component
* refactor: improve hidden checkbox styles
* refactor: fix IFeedbackEndpointRequestBody source type
* refactor: remove unnecessary event.persist() calls
* refactor: remove disableEscapeKeyDown from FeedbackCES modal
* refactor: make textarea label customizable
* refactor: store feedback state on the backend
* refactor: add FeedbackCESForm snapshot test
* refactor: use extant IAuthFeedback type
* refactor: fix showNPSFeedback logic for multiple feedback types 
						
					 
					
						2022-03-31 09:23:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							eeda7ab5e4 
							
						 
					 
					
						
						
							
							feat: add segments ( #780 )  
						
						 
						
						... 
						
						
						
						* feat: create segmentation structure and list
* feat: remove unused deps and change route
* feat: change header style and add renderNoSegments
* fix: style table header
* feat: create useSegments hook
* feat: add segmentApi hook
* feat: create segment
* fix: errors
* feat: add contextfields list
* fix: remove user from create segment api
* feat: add form structure
* feat: add SegmentFormStepOne
* fix: tests and routes
* feat: add constraint view
* feat: UI to match the sketch
* feat: add constraint on context select
* fix: duplication
* fix adding constraints
Co-authored-by: olav <mail@olav.io>
* fix: input date not showing up in constraint view
Co-authored-by: olav <mail@olav.io>
* fix: minor bugs
Co-authored-by: olav <mail@olav.io>
* fix: create context modal in segment page
Co-authored-by: olav <mail@olav.io>
* fix: validate constraint before create segment
Co-authored-by: olav <mail@olav.io>
* feat: create useSegment hook
Co-authored-by: olav <mail@olav.io>
* feat: create edit component
Co-authored-by: olav <mail@olav.io>
* refactor: move constraint validation endpoint
* refactor: add missing route snapshot
* refactor: fix segment constraints unsaved/editing state
* refactor: remove create segment from mobile header menu
* refactor: update segments form description
* refactor: extract SegmentFormStepList component
* refactor: add an optional FormTemplate docs link label
* refactor: fix update segment payload
* feat: finish edit component
Co-authored-by: olav <mail@olav.io>
* refactor: move step list above segment form
* fix: update PR based on feedback
Co-authored-by: olav <mail@olav.io>
* refactor: fix constraint validation endpoint path
* refactor: improve constraint state field name
* refactor: extract AutocompleteBox component
* feat: add strategy segment selection
* refactor: add strategy segment previews
* refactor: fix double section separator line
* feat: disable deleting a usable segment
* refactor: warn about segments without constraints
* refactor: update text in delete segment dialogue
* refactur: improve arg names
* refactor: improve index var name
* refactor: clarify steps list logic
* refactor: use a required prop for the segment name
* refactor: use ConditionallyRender for segment deletion
* refactor: fix segments refetch
* refactor: improve CreateUnleashContext component names
* refactor: adjust segment form styles
* refactor: adjust text
* refactor: fix info icon tooltip hover target
* refactor: add missing aria attrs to preview button
* refactor: add strat name to delete segment modal
* refactor: fix segment chip text alighment
* refactor: use bulk endpoint for strategy segments
* refactor: fix imports after merge
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: olav <mail@olav.io> 
						
					 
					
						2022-03-29 09:30:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							85950f104a 
							
						 
					 
					
						
						
							
							chore: update paths  🧼  ( #820 )  
						
						 
						
						
						
					 
					
						2022-03-28 09:49:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							4589a19e03 
							
						 
					 
					
						
						
							
							fix: misc UI improvements ( #806 )  
						
						 
						
						... 
						
						
						
						* fix: link color in project features
Co-authored-by: olav <mail@olav.io>
* fix: link in health page
Co-authored-by: olav <mail@olav.io>
* fix: keep sorting state in project toggles list
Co-authored-by: olav <mail@olav.io>
* fix: style link in the toggle list project
Co-authored-by: olav <mail@olav.io>
* refactor: update browser list
Co-authored-by: olav <mail@olav.io>
Co-authored-by: olav <mail@olav.io> 
						
					 
					
						2022-03-25 15:30:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							cfc2338e78 
							
						 
					 
					
						
						
							
							refactor: use camel case for files and dirs ( #817 )  
						
						 
						
						
						
					 
					
						2022-03-25 12:34:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2ca88b019a 
							
						 
					 
					
						
						
							
							refactor: restrict API tokens to enabled environments ( #809 )  
						
						 
						
						... 
						
						
						
						* refactor: add missing Tooltip wrapper elements
* refactor: rewrite useEnvironments
* refactor: disable environments in select box
* refactor: make sure initial environment is enabled 
						
					 
					
						2022-03-23 12:55:00 +01:00