Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							7c52f0fcc8 
							
						 
					 
					
						
						
							
							feat: new variants table ( #1025 )  
						
						... 
						
						
						
						* fix: cleanup
* fix: text
* fix: stable references
* refactor: fix VARIANT_WEIGH test id
* refactor: fix variant element selection in e2e test
* fix: update variants table
* fix: refactor action cell
Co-authored-by: olav <mail@olav.io> 
						
					 
					
						2022-05-31 13:45:04 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							f4d02e37b7 
							
						 
					 
					
						
						
							
							refactor: rewrite feature strategy icons list ( #1039 )  
						
						... 
						
						
						
						* refactor: fix strategy action icon layout
* refactor: use a custom SVG for the rollout strategy icon
* refactor: rewrite feature strategy icons list 
						
					 
					
						2022-05-31 10:50:24 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							670bb33fad 
							
						 
					 
					
						
						
							
							fix: prevent search reset on project overview ( #1045 )  
						
						... 
						
						
						
						* fix: prevent search reset on project overview
* fix: use global filter for search in project 
						
					 
					
						2022-05-31 08:31:52 +00:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							36196ad6d5 
							
						 
					 
					
						
						
							
							refactor: port metrics list to react-table ( #1035 )  
						
						... 
						
						
						
						* refactor: port metrics list to react-table
* refactor: hide columns on small screens
* refactor: use disableSortBy instead of canSort
* refactor: fix text contrast
* refactor: fix metrics section ids 
						
					 
					
						2022-05-31 10:26:30 +02: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 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							581dcca2b2 
							
						 
					 
					
						
						
							
							Fix: global filter table rules ( #1016 )  
						
						
						
					 
					
						2022-05-27 14:15:32 +00: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 
							
						 
					 
					
						
						
						
						
							
						
						
							ae012d62e6 
							
						 
					 
					
						
						
							
							refactor: fix missing IconButton labels ( #1038 )  
						
						... 
						
						
						
						* refactor: fix missing IconButton labels
* refactor: fix percentage text color contrast 
						
					 
					
						2022-05-27 13:12:03 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2cd9e992fe 
							
						 
					 
					
						
						
							
							fix: improve styles for tab bars and dividers ( #1037 )  
						
						
						
					 
					
						2022-05-27 12:27:33 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							19f97a388e 
							
						 
					 
					
						
						
							
							fix: avoid direct mutation of setState return value ( #1034 )  
						
						
						
					 
					
						2022-05-27 10:04:26 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							4d778b9de5 
							
						 
					 
					
						
						
							
							fix: admin routes bug  
						
						
						
					 
					
						2022-05-26 15:51:13 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							b61980e71b 
							
						 
					 
					
						
						
							
							feat: Admin project roles table ( #1030 )  
						
						... 
						
						
						
						* feat: new admin project roles table
* small fixes
* replace Box in defaultColumn Cell with the new TextCell
* refactor: slight adjustments
* misc improvements
* add HighlightCell
* fix: description width
* Update src/component/admin/projectRoles/ProjectRoles/ProjectRoleList/ProjectRoleList.tsx
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
* address PR comments, small tooltip fixes
* fix: prettier fmt
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2022-05-26 15:27:20 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							9ac962da45 
							
						 
					 
					
						
						
							
							Feat: Contexts and Project access tables ( #1028 )  
						
						... 
						
						
						
						* feat: new contexts table
* improve context list actions
* refactor: disabled icon colors
* fix: update snapshots
* fix: icons
* fix: context fields typo
* feat: new project access table
* fix: header cell styles 
						
					 
					
						2022-05-26 10:37:33 +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 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							7480085698 
							
						 
					 
					
						
						
							
							Fix: Features table performance ( #1015 )  
						
						... 
						
						
						
						* 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: features table items virtualization
* project overview screen limits
* table row height in theme
* rename row index variable 
						
					 
					
						2022-05-25 14:39:14 +00: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 
							
						 
					 
					
						
						
						
						
							
						
						
							20d738f725 
							
						 
					 
					
						
						
							
							refactor: add eslint to merge check ( #1022 )  
						
						... 
						
						
						
						* refactor: fix eslint issues
* refactor: add eslint to merge check 
						
					 
					
						2022-05-25 12:36:58 +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 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							c073908027 
							
						 
					 
					
						
						
							
							feat: new tag types table ( #1014 )  
						
						... 
						
						
						
						* feat: new tag types table
* fix: update loader text
* fix: update header
* fix: regenerator runtime
* fix: update snapshot 
						
					 
					
						2022-05-25 11:12:53 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							91a825792e 
							
						 
					 
					
						
						
							
							refactor: normalize status badge designs ( #1018 )  
						
						
						
					 
					
						2022-05-25 08:30:47 +00: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 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							7ba9d2a577 
							
						 
					 
					
						
						
							
							Feat/new strategies table ( #1012 )  
						
						... 
						
						
						
						* fix: add flex to toolbarcontainer
* feat: add initial new table
* feat: add styled badge
* feat: remove dead code
* fix: remove useContext import
* fix: update context buttons to icon buttons
* feat: add loading
* fix: remove unused imports
* Update src/component/strategies/StrategiesList/PredefinedBadge/PredefinedBadge.tsx
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
* fix: update spacing to use theme
* fix: update loading
* fix: update type
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2022-05-24 10:58:06 +02: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 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							68661e983d 
							
						 
					 
					
						
						
							
							fix: path param ( #1011 )  
						
						
						
					 
					
						2022-05-23 12:28:57 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							c28cdab6e8 
							
						 
					 
					
						
						
							
							fix: add after element to column headers ( #1000 )  
						
						... 
						
						
						
						* fix: add after element to column headers
* fix: add overflow hidden 
						
					 
					
						2022-05-20 09:58:26 +02: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 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							a66168a348 
							
						 
					 
					
						
						
							
							refactor: fix metrics chart series colors ( #987 )  
						
						
						
					 
					
						2022-05-13 09:42:24 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							cdfb1f2452 
							
						 
					 
					
						
						
							
							fix: feature toggle list and UI adjustments ( #970 )  
						
						... 
						
						
						
						* fix: add highlight and hover colors, fix them
* misc ui adjustments
* test isGrow prop in table cols
* fix: revert typography changes, update snaps
* Update src/themes/themeTypes.ts
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
* fix: misc ui adjustments
* fix: backButton color
* refactor: color not needed, can be inherited
* fix: project roles case, new borderRadius values
* fix: color green
* fix: feature form link
* update snaps
* fix: formatting
* update snap
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2022-05-12 15:34:04 +02:00 
						 
				 
			
				
					
						
							
							
								sighphyre 
							
						 
					 
					
						
						
						
						
							
						
						
							3f766995fb 
							
						 
					 
					
						
						
							
							Disable default env in project view ( #969 )  
						
						... 
						
						
						
						* fix: Block user from turning on default env in project view
* fix: Allow changing environment state for default in a project if using non OSS
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-05-12 09:41:36 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							d1e7a26763 
							
						 
					 
					
						
						
							
							refactor: fix missing eslint deps after CRA removal ( #976 )  
						
						... 
						
						
						
						* refactor: fix missing eslint deps after CRA removal
* refactor: fix eslint issues 
						
					 
					
						2022-05-12 08:11:41 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							52e25bd632 
							
						 
					 
					
						
						
							
							fix: correct type for variant stickiness dropdown  
						
						
						
					 
					
						2022-05-11 10:35:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							34d70ad895 
							
						 
					 
					
						
						
							
							chore: Update target URL for sending feedback input  
						
						
						
					 
					
						2022-05-10 11:55:57 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							9902494f58 
							
						 
					 
					
						
						
							
							refactor: improve tooltip styles after MUI update ( #966 )  
						
						... 
						
						
						
						* refactor: add missing event arg type
* refactor: fix project card popup position
* refactor: add tooltip arrows
* refactor: update snapshot
* refactor: add missing tooltips
* refactor: use a custom Autocomplete size in AutocompleteBox 
						
					 
					
						2022-05-09 15:17:20 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							44c579f7a8 
							
						 
					 
					
						
						
							
							Refactor: page container ( #967 )  
						
						... 
						
						
						
						* refactor: page container
* refactor: table page header 
						
					 
					
						2022-05-09 14:38:12 +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 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							5ecc83f1b4 
							
						 
					 
					
						
						
							
							Refactored feature toggles table ( #951 )  
						
						... 
						
						
						
						* refactor: simplify table toolbar
* refactor: table links and padding
* fix: header icons colors
* fix: minor table style changes 
						
					 
					
						2022-05-06 12:21:31 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							7785e2c717 
							
						 
					 
					
						
						
							
							refactor: improve header button ARIA attrs ( #957 )  
						
						... 
						
						
						
						* refactor: fix header docs icon color
* refactor: improve header button ARIA attrs 
						
					 
					
						2022-05-06 11:38:11 +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 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							b40a2f2bf1 
							
						 
					 
					
						
						
							
							fix: use correct asset path for texture image ( #950 )  
						
						
						
					 
					
						2022-05-05 16:17:11 +02: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