Documentation ¶
Index ¶
- type ConfirmationModalStory
- type CreateKeyModalStory
- type DecryptAndVerifyModalStory
- type DownloadOrViewModalStory
- type EmptyStateStory
- type EncryptAndSignModalStory
- type ErrorModalStory
- type ExportKeyModalStory
- type FileUploadStory
- type HomeStory
- type ImportKeyModalStory
- type Index
- type KeyListStory
- type ModalStory
- type NavbarStory
- type PasswordModalStory
- type SelfReferencingComponent
- type SingleActionModalStory
- type Story
- type TextOutputModalStory
- type ToolbarStory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfirmationModalStory ¶
type ConfirmationModalStory struct { Story // contains filtered or unexported fields }
func (*ConfirmationModalStory) Render ¶
func (c *ConfirmationModalStory) Render() app.UI
type CreateKeyModalStory ¶
type CreateKeyModalStory struct { Story // contains filtered or unexported fields }
func (*CreateKeyModalStory) Render ¶
func (c *CreateKeyModalStory) Render() app.UI
type DecryptAndVerifyModalStory ¶
type DecryptAndVerifyModalStory struct { Story // contains filtered or unexported fields }
func (*DecryptAndVerifyModalStory) Render ¶
func (c *DecryptAndVerifyModalStory) Render() app.UI
type DownloadOrViewModalStory ¶
type DownloadOrViewModalStory struct { Story // contains filtered or unexported fields }
func (*DownloadOrViewModalStory) Render ¶
func (c *DownloadOrViewModalStory) Render() app.UI
type EmptyStateStory ¶
type EmptyStateStory struct {
Story
}
func (*EmptyStateStory) Render ¶
func (c *EmptyStateStory) Render() app.UI
type EncryptAndSignModalStory ¶
type EncryptAndSignModalStory struct { Story // contains filtered or unexported fields }
func (*EncryptAndSignModalStory) Render ¶
func (c *EncryptAndSignModalStory) Render() app.UI
type ErrorModalStory ¶
type ErrorModalStory struct { Story // contains filtered or unexported fields }
func (*ErrorModalStory) Render ¶
func (c *ErrorModalStory) Render() app.UI
type ExportKeyModalStory ¶
type ExportKeyModalStory struct { Story // contains filtered or unexported fields }
func (*ExportKeyModalStory) Render ¶
func (c *ExportKeyModalStory) Render() app.UI
type FileUploadStory ¶
type FileUploadStory struct { Story // contains filtered or unexported fields }
func (*FileUploadStory) Render ¶
func (c *FileUploadStory) Render() app.UI
type ImportKeyModalStory ¶
type ImportKeyModalStory struct { Story // contains filtered or unexported fields }
func (*ImportKeyModalStory) Render ¶
func (c *ImportKeyModalStory) Render() app.UI
type Index ¶
func (*Index) OnAppUpdate ¶
type KeyListStory ¶
type KeyListStory struct {
Story
}
func (*KeyListStory) Render ¶
func (c *KeyListStory) Render() app.UI
type ModalStory ¶
type ModalStory struct { Story // contains filtered or unexported fields }
func (*ModalStory) Render ¶
func (c *ModalStory) Render() app.UI
type NavbarStory ¶
type NavbarStory struct {
}func (*NavbarStory) Render ¶
func (c *NavbarStory) Render() app.UI
type PasswordModalStory ¶
type PasswordModalStory struct { Story // contains filtered or unexported fields }
func (*PasswordModalStory) Render ¶
func (c *PasswordModalStory) Render() app.UI
type SingleActionModalStory ¶
type SingleActionModalStory struct { Story // contains filtered or unexported fields }
func (*SingleActionModalStory) Render ¶
func (c *SingleActionModalStory) Render() app.UI
type Story ¶
func (*Story) EnableShallowReflection ¶
func (c *Story) EnableShallowReflection()
type TextOutputModalStory ¶
type TextOutputModalStory struct { Story // contains filtered or unexported fields }
func (*TextOutputModalStory) Render ¶
func (c *TextOutputModalStory) Render() app.UI
type ToolbarStory ¶
type ToolbarStory struct {
Story
}
func (*ToolbarStory) Render ¶
func (c *ToolbarStory) Render() app.UI
Source Files ¶
- confirmation_modal.go
- create_key_modal.go
- decrypt_and_verify_modal.go
- download_or_view_modal.go
- empty_state.go
- encrypt_and_sign_modal.go
- error_modal.go
- export_key_modal.go
- file_upload.go
- home.go
- import_key_modal.go
- index.go
- key_list.go
- modal.go
- navbar.go
- password_modal.go
- single_action_modal.go
- text_output_modal.go
- toolbar.go
Click to show internal directories.
Click to hide internal directories.