Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33487d11b9 
							
						 
					 
					
						
						
							
							feat: authorization middleware ( #3464 )  
						
						
						
					 
					
						2023-04-06 11:46:54 +02:00 
						 
				 
			
				
					
						
							
							
								NicolaeUnleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							705462f0cf 
							
						 
					 
					
						
						
							
							feat: dark theme v1 ( #3298 )  
						
						... 
						
						
						
						## About the changes
Creating the first version of the Dark theme
Refactor: colors variables
Refactor: use theme variable instead 
- this change will help us to use MuiCssBaseline, and we can use classes
directly for easy customization when we can't identify MUI classes
Refactor: adjusting some files components
- i’ve touched also the structure of some files, not only the colors
variables (but only to adjust the style, not functionality)
Fix: dark mode persistence on refresh (by Nuno)
Feat: dark mode sees light logos, and light mode sees dark logos (by
Nuno)
---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2023-03-22 16:37:40 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45652f6bf9 
							
						 
					 
					
						
						
							
							Makestyles 7-1 ( #2813 )  
						
						
						
					 
					
						2023-01-04 11:17:13 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2a3872386 
							
						 
					 
					
						
						
							
							Fix(typo): Fix "login"/"log in", "logout"/"log out" issues ( #2807 )  
						
						... 
						
						
						
						## What
This change updates some places in the docs where we use the terms
"login" and "logout" incorrectly.
A "login" is a noun, typically referring to the set of credentials you
need to _log in_ to a service. The verb form, the act of signing in, is
written in two words: to "log in".
A similar logic applies to "logout" and "log out", although I don't find
the term "logout" in my dictionary. However, I think it makes sense to
talk about "logout requests" (and I see references to logout in other
services and documentation), so I'm happy to use that as a noun.
Regardless, the act of logging out is to "log out". 
						
					 
					
						2023-01-03 13:40:03 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddcfe132e4 
							
						 
					 
					
						
						
							
							feat: new profile page and PATs front-end ( #2109 )  
						
						... 
						
						
						
						* feat: new user dropdown and profile page
* fix: add popup boxShadow to dark-theme
* fix: update routes snap
* refactor: move some tab specific logic into tabs component
* add useProfile hook example
* fix profile tab header (no name)
* fix: hide user popup when clicking profile link
* - add PATs to profile;
- add route logic to profile;
- refactor TimeAgoCell title;
- misc fixes and refactoring;
* add profile info to profile tab
* simplify req paths
* add PAT flag to the front-end
* fix: some UI adjustments
* change user popup buttons to links
* fix profile on front-end, add role description
* update delete PAT text
* address some PR comments
* address PR comments
* some more UI fixes and refactoring
* move password request to API hook 
						
					 
					
						2022-10-03 10:49:52 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							e5f0c39dbd 
							
						 
					 
					
						
						
							
							fix: avatar padding  
						
						
						
					 
					
						2022-08-24 10:48:46 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							6818a82cd1 
							
						 
					 
					
						
						
							
							Feat/dark mode exp ( #1137 )  
						
						... 
						
						
						
						* feat: add dark mode theme
* fix: feature metrics
* fix: add color
* styling
* fix: add switch
* fix: form sidebar
* fix: remove console log
* fix: add properties
* fix: strategy container
* feat: feature flag
* fix: tests
* fix: build
* fix: logo
* fix: icon
* fix: update snapshots
* fix: CES operator
* fix: typography
* fix: input styling
* fix: remove initial load
* fix: change flag name
* fix: refactor to custom hook
* fix: remove unused import
* fix: dialog headers
* fix: use uiConfig flags instead of flags 
						
					 
					
						2022-08-23 14:20:02 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							566d0613a4 
							
						 
					 
					
						
						
							
							refactor: improve password error handling ( #1118 )  
						
						... 
						
						
						
						* refactor: improve password error handling
* Update src/component/user/common/ResetPasswordForm/PasswordChecker/PasswordChecker.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-28 09:47:22 +02:00 
						 
				 
			
				
					
						
							
							
								Nick 
							
						 
					 
					
						
						
						
						
							
						
						
							b4197e54e6 
							
						 
					 
					
						
						
							
							fix: input fields (PR  #1110  from NickMolloy/improve-input-attributes)  
						
						... 
						
						
						
						* Use correct input type
"string" is not a valid input type: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types 
"text" is the actual valid value.
* Use correct autocomplete values for credential fields
"true", "on", and "confirm-password" are not valid autocomplete values https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete  
						
					 
					
						2022-06-22 11:05:03 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							03e04e7c31 
							
						 
					 
					
						
						
							
							refactor: unify header icons ( #897 )  
						
						... 
						
						
						
						* refactor: unify header icon colors
* refactor: add a chevron for the settings menu 
						
					 
					
						2022-04-22 12:12:06 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							8a3db090d5 
							
						 
					 
					
						
						
							
							fix: improve avatar alt text ( #892 )  
						
						... 
						
						
						
						* fix: improve avatar alt text
* refactor: fix unknown avatar path on localhost 
						
					 
					
						2022-04-20 16:08:15 +02: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 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							f309553a5f 
							
						 
					 
					
						
						
							
							refactor: port some things to TS ( #833 )  
						
						... 
						
						
						
						* refactor: remove unused securityLogger
* refactor: port commonStyles to TS
* refactor: port testIds to TS
* refactor: move app.css into themes
* refactor: use absolute import paths
* refactor: port LayoutPicker to TS
* refactor: port routes to TS
* refactor: port ScrollTop to TS
* refactor: update unused/missing ScrollTop exceptions
* refactor: remove unused route flags field
* refactor: change constants ext to TS
* refactor: remove unused testData file
* refactor: port styles to TS
* refactor: wait before typing in auth spec 
						
					 
					
						2022-04-01 10:28:15 +02:00 
						 
				 
			
				
					
						
							
							
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							85950f104a 
							
						 
					 
					
						
						
							
							chore: update paths  🧼  ( #820 )  
						
						
						
					 
					
						2022-03-28 09:49:59 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							cfc2338e78 
							
						 
					 
					
						
						
							
							refactor: use camel case for files and dirs ( #817 )  
						
						
						
					 
					
						2022-03-25 12:34:20 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2bb069af6b 
							
						 
					 
					
						
						
							
							refactor: use the MUI OutsideClickHandler ( #756 )  
						
						
						
					 
					
						2022-03-01 08:21:04 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							3959e846e8 
							
						 
					 
					
						
						
							
							refactor: fix misc TS errors ( #729 )  
						
						... 
						
						
						
						* refactor: update test deps
* refactor: remove unused ts-expect-error annotations
* refactor: add missing arg and return types
* refactor: the loading prop is optional
* refactor: add missing arg and return types
* reafactor: fix value arg type
* refactor: fix missing array type
* refactor: the parameters field is an array
* refactor: use undefined instead of null in state
* refactor: add missing params type
* refactor: add missing children prop
* refactor: add missing array type
* refactor: add missing React imports
* refactor: use correct IProjectEnvironment type
* refactor: type errors as unknown
* refactor: the index prop is required
* refactor: fix date prop type
* refactor: fix tooltip placement prop type
* refactor: fix environments state type
* refactor: add missing arg types
* refactor: add guard for undefined field
* refactor: fix ChangePassword prop types
* refactor: fix MUI import paths
* refactor: add missing arg type
* refactor: fix showDialog prop type
* refactor: remove unused openUpdateDialog prop
* refactor: add missing non-null assertion
* refactor: remove unused types prop
* refactor: stricten API error handler types
* refactor: add missing undefined check
* refactor: add missing IProject id field
* refactor: fix ConditionallyRender condition prop types
* refactor: remove unused args
* refactor: add AddVariant prop types
* refactor: add types to UIContext
* refactor: fix event arg type
* refactor: add missing default impressionData field
* refactor: fix handleDeleteEnvironment prop args
* refactor: fix IFeatureMetrics field requirements
* refactor: add missing element types to ConditionallyRender
* refactor: remove unused ProjectAccess projectId prop
* refactor: add missing undefined check
* refactor: fix getCreateTogglePath arg type
* refactor: add missing IStrategyPayload import
* refactor: remove unused user arg
* refactor: add missing event arg type
* refactor: add missing style object types
* refactor: improve userApiErrors prop type
* refactor: the Dialogue onClose prop is optional
* refactor: fix the AddonEvents setEventValue prop type 
						
					 
					
						2022-02-25 10:55:39 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							19b16ed600 
							
						 
					 
					
						
						
							
							refactor: fix flaky Cypress tests ( #746 )  
						
						... 
						
						
						
						* refactor: normalize spec names
* refactor: make ESLint ignore dir
* refactor: port specs to TS
* refactor: wait for login redirects to finish
* refactor: remove static wait timers
* refactor: match any env name in interceptors
* refactor: move config vars to the top
* refactor: use longer IDs to avoid collisions
* refactor: misc cleanup
* refactor: disable screenshots and videos
* refactor: disable prod guard in tests
* refactor: wait for inputs before typing 
						
					 
					
						2022-02-25 10:21:28 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							016633dae9 
							
						 
					 
					
						
						
							
							refactor: format files ( #719 )  
						
						... 
						
						
						
						* refactor: fix deprecated prettier config name
* refactor: add fmt scripts
* refactor: check fmt during CI
* refactor: format files 
						
					 
					
						2022-02-18 09:51:10 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							c99decf5e0 
							
						 
					 
					
						
						
							
							remove: redux ( #696 )  
						
						... 
						
						
						
						* remove: redux
* fix: add sass back
* fix: update lock
* fix: remove fake access store import
' 
						
					 
					
						2022-02-11 11:19:55 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							213e8950d3 
							
						 
					 
					
						
						
							
							refactor: port login auth to TS/SWR ( #680 )  
						
						... 
						
						
						
						* refactor: allow existing tsc errors
* refactor: add missing component key
* refactor: port login auth to TS/SWR
* refactor: replace incorrect CREATE_TAG_TYPE with UPDATE_TAG_TYPE
* refactor: fix AccessProvider permission mocks
* refactor: add types to AccessContext
* refactor: fix file extension
* refactor: remove default export
* refactor: remove unused IAddedUser interface
* refactor: comment on the permissions prop
* refactor: split auth hooks
* feat: auth tests
* fix: setup separate e2e tests
* fix: naming
* fix: lint
* fix: spec path
* fix: missing store
* feat: add more tests
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-02-10 17:04:10 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							93aa1ab8b8 
							
						 
					 
					
						
						
							
							refactor: add a MainTheme type ( #686 )  
						
						... 
						
						
						
						* refactor: add a MainTheme type
* refactor: use numbers for z-index values 
						
					 
					
						2022-02-09 13:55:46 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							fee1894c34 
							
						 
					 
					
						
						
							
							refactor: port global settings to TS/hooks ( #679 )  
						
						... 
						
						
						
						* refactor: add ref support to PermissionSwitch
* refactor: port global settings to TS/hooks
* refactor: fix file extension
* refactor: format file
* refactor: fix inconsistent locationSettings prop
* refactor: use correct locationSettings hook
* refactor: use objects for settings hooks 
						
					 
					
						2022-02-08 13:36:32 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							ff8d983d7e 
							
						 
					 
					
						
						
							
							refactor: port FeatureToggleList to TS/SWR ( #663 )  
						
						... 
						
						
						
						* refactor: remove unused FeatureToggleListItemChip
* refactor: remove unused archive.module.scss
* refactor: remove unused ShowArchive route
* refactor: port FeatureToggleList to TS/SWR
* refactor: fix IUseFeaturesOutput interface prefix
* refactor: remove unnecessary pages files
* refactor: persist the features sort/filter state
* refactor: format files
* refactor: fix FeatureToggleListContainer file name
* refactor: fix arrow function syntax
* refactor: improve storage helper comments 
						
					 
					
						2022-02-08 12:06:25 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							dfe8250c26 
							
						 
					 
					
						
						
							
							refactor: port UserProfile to TS/SWR ( #665 )  
						
						... 
						
						
						
						* refactor: add missing @types/react-outside-click-handler
* refactor: add missing disablePasswordAuth IUiConfig field
* refactor: replace NBSPs with regular spaces
* refactor: port UserProfile to TS/SWR
* refactor: fix interface type prefix
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-02-04 12:41:59 +01:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
						
						
							
						
						
							6b632c83bf 
							
						 
					 
					
						
						
							
							feat: allow enterprise to disable password based login ( #629 )  
						
						... 
						
						
						
						Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-01-26 13:28:51 +01:00 
						 
				 
			
				
					
						
							
							
								Youssef 
							
						 
					 
					
						
						
						
						
							
						
						
							3639b7f403 
							
						 
					 
					
						
						
							
							feat: create password field component  
						
						
						
					 
					
						2022-01-04 13:30:25 +01:00 
						 
				 
			
				
					
						
							
							
								Youssef 
							
						 
					 
					
						
						
						
						
							
						
						
							4b703bb4cc 
							
						 
					 
					
						
						
							
							feat: add show password for all passwords input  
						
						
						
					 
					
						2021-12-30 10:57:35 +01:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							b83418f410 
							
						 
					 
					
						
						
							
							Fix/routing ( #325 )  
						
						... 
						
						
						
						* fix: filter routes
* fix: add archive link to feature toggles list
* fix: strategy card name
* fix: add breadcrumb keys
* fix: update tests
* fix: menu placement
* fix: remove dot
* fix: handle 401 error
* fix: add important to styles
* fix: adjust positioning
* fix: remove unused imports 
						
					 
					
						2021-08-19 13:54:28 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
						
						
							
						
						
							e339e5c01f 
							
						 
					 
					
						
						
							
							fix: add logout as an explicit call ( #311 )  
						
						... 
						
						
						
						Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> 
						
					 
					
						2021-07-20 22:56:57 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							1a63d91f95 
							
						 
					 
					
						
						
							
							Feat/new navigation ( #314 )  
						
						... 
						
						
						
						* feat: change color scheme
* feat: add navigation menu
* fix: add bg image
* fix: add archive and strategies to navigation
* fix: round corners
* feat: mobile view project details
* feat: mobile view navigation
* fix: only show menu if user is admin
* fix: rename navigation
* fix: only render relevant routes for oss context
* feat: add project actions
* feat: add icons
* feat: add breadcrumbs
* fix: place breadcrumbs absolutely
* fix: adjust breadcrumbs
* fix: toast
* fix: cleanup
* fix login
* fix: breadcrumbs
* fix: add billing link
* fix: links
* fix: feature view
* fix: path to go back
* fix: remove default value
* fix: remove unused imports
* refactor: delete outdated test
* fix: add item to filter in breadcrumb
* fix: remove console log 
						
					 
					
						2021-07-16 15:41:54 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							f0d6e45361 
							
						 
					 
					
						
						
							
							Feat/bootstrap ( #281 )  
						
						... 
						
						
						
						* feat: add bootstrap endpoint redux integration
* fix: remove useEffect from app
* feat: add path provider
* feat: browser router
* fix: delete path formatter
* fix: return absolute path if no basepath
* fix: format seenURI
* feat: get bootstrap uri from html
* fix: remove unused imports
* fix: remove initial loading call
* fix: wrap logout in formatApiPath
* feat: import logo
* feat: remove accessor from receiveConfig
* fix: update tests
* fix: update asset paths
* fix: remove data from app
* fix: revert moving access provider
* fix: remove build watch
* fix: remove console logs
* fix: update asset paths
* fix: remove path logic from base64
* fix: remove unused import
* set uiconfig
* change notification text
* fix: match uiConfig with expected format
* feat: add proclamation
* fix: move proclamation
* fix: remove unused imports
* fix: add target _blank
* fix: allow optional toast
* fix: return empty string if default value is present
* fix: set basepath to empty string if it matches default 
						
					 
					
						2021-05-04 09:59:42 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							0340573199 
							
						 
					 
					
						
						
							
							fix/locale ( #277 )  
						
						... 
						
						
						
						* fix/locale
* fix: check on lowercase values
* fix: remove console logs 
						
					 
					
						2021-04-28 11:57:45 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							b9f5585c62 
							
						 
					 
					
						
						
							
							Fix/optimizations ( #275 )  
						
						... 
						
						
						
						* chore: update changelog
* feat: login mobile view
* fix: lists
* fix: colors
* fix: resolve merge conflict
* fix: tests
* fix: set defualt location object
* fix: don't check password before length exceeds 2
* fix: check length 
						
					 
					
						2021-04-23 15:21:24 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							05334337c2 
							
						 
					 
					
						
						
							
							Feat/user profile ( #274 )  
						
						... 
						
						
						
						* chore: update changelog
* feat: user profile
* feat: onOutsideClick hook
* feat: tune user profile
* fix: refactor to button
* feat: mobile view
* fix: update tests
* feat: add link to docs 
						
					 
					
						2021-04-23 13:49:42 +02:00