Add roll history page
This commit is contained in:
		
							parent
							
								
									f92922c228
								
							
						
					
					
						commit
						ca456b55d9
					
				
					 20 changed files with 488 additions and 133 deletions
				
			
		| 
						 | 
				
			
			@ -168,7 +168,10 @@ fun HandleCharacterSheetCreation(
 | 
			
		|||
                title = stringResource(Res.string.character_sheet_edit__title),
 | 
			
		||||
            ) {
 | 
			
		||||
                CharacterSheetMainNavHost(
 | 
			
		||||
                    startDestination = CharacterSheetEditDestination.navigationRoute(id = null)
 | 
			
		||||
                    startDestination = CharacterSheetEditDestination.navigationRoute(
 | 
			
		||||
                        id = null,
 | 
			
		||||
                        enableBack = false,
 | 
			
		||||
                    )
 | 
			
		||||
                )
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue