* auth block was moved to comment form * if comments on page read only auth form shows in old place * comment value in form will be saved between refreshes (it is side effect form saving comment value between unauth and auth states)
19 lines
594 B
TypeScript
19 lines
594 B
TypeScript
export { default } from './auth-panel';
|
|
|
|
import './auth-panel.scss';
|
|
|
|
import './__readonly-label/auth-panel__readonly-label.scss';
|
|
|
|
import './__column/auth-panel__column.scss';
|
|
import './__select/auth-panel__select.scss';
|
|
import './__select-label/auth-panel__select-label.scss';
|
|
import './__select-label-value/auth-panel__select-label-value.scss';
|
|
import './__sort/auth-panel__sort.scss';
|
|
|
|
import './__user-id/auth-panel__user-id.scss';
|
|
|
|
import './_theme/_dark/auth-panel_theme_dark.scss';
|
|
import './_theme/_light/auth-panel_theme_light.scss';
|
|
|
|
import './_logged-in/auth-panel_logged-in.scss';
|