Skip to content

FROZEN. feature: add ims logo - #7

Closed
MksmOrlov wants to merge 1 commit into
mainfrom
feature/add_logo
Closed

FROZEN. feature: add ims logo#7
MksmOrlov wants to merge 1 commit into
mainfrom
feature/add_logo

Conversation

@MksmOrlov

@MksmOrlov MksmOrlov commented Jan 16, 2024

Copy link
Copy Markdown
Member

Frozen reason: this logic exists here #3
Copy from https://github.com/ostis-ai/react-sc-web-old/pull/6

<div className={className}>
<div className={styles.sideBarContent}>
<div className={styles.searchFieldWrap}>
<LogoIMS className={styles.logo} />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to add logic for logo click like it was added here

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update title in index.html as well

[styles.accordionContent_admin]: !!user?.is_admin,
})}
>
<div className={styles.accordionContent_admin}>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to leave logic as it was without possibility to change sections

leftIcon={<Sections />}
rightIcon={!!user?.is_admin || !!user?.can_edit ? <Plus /> : null}
rightIcon={<Plus />}
onRightClick={onAddClick}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave as it was


const requests = useSelector(selectRequests);

useEffect(() => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave as it was for now

@@ -5,7 +5,7 @@

display: grid;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smth wrong with styles. Logo should be in same level as en/ru languages

@MksmOrlov MksmOrlov changed the title feature: add ims logo FROZEN. feature: add ims logo Jan 17, 2024
@MksmOrlov MksmOrlov closed this Jan 23, 2024
@MksmOrlov
MksmOrlov deleted the feature/add_logo branch June 28, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants