Skip to content

Prefix icon variables with app name to avoid conflicts - #12421

Merged
MorrisJobke merged 1 commit into
masterfrom
bugfix/noid/icons-cacher-app-prefix
Nov 15, 2018
Merged

Prefix icon variables with app name to avoid conflicts#12421
MorrisJobke merged 1 commit into
masterfrom
bugfix/noid/icons-cacher-app-prefix

Conversation

@juliusknorr

@juliusknorrjuliusknorr commented Nov 12, 2018

Copy link
Copy Markdown
Member

Otherwise apps with the same icon name will overwrite each other.

Example:

deck uses: @include icon-color('app', 'deck', $color-black);
calendar uses: @include icon-color('app', 'calendar', $color-black);

Before:

Both icon variables have the same name --icon-app-000

Before:

deck uses --icon-deck-app-000
calendar uses --icon-calendar-app-000

@skjnldsvskjnldsv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Awesome stuff on your last pr!! You 🎸 !!

@MorrisJobke

Copy link
Copy Markdown
Member

Jsunit tests failed 🙈

@JanDragonJanDragon left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great

@MorrisJobkeMorrisJobke added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Nov 12, 2018
@MorrisJobkeMorrisJobke mentioned this pull request Nov 14, 2018
24 tasks
@MorrisJobke

Copy link
Copy Markdown
Member

@juliushaertl Would be nice to get them fixed for tomorrow 😃

@juliusknorr
juliusknorrforce-pushed the bugfix/noid/icons-cacher-app-prefix branch from a95fc1a to 56ad676CompareNovember 15, 2018 09:16
@MorrisJobkeMorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Nov 15, 2018
@MorrisJobke

Copy link
Copy Markdown
Member

JSUnit still fails 🙈

@MorrisJobkeMorrisJobke added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels Nov 15, 2018
@juliusknorr
juliusknorrforce-pushed the bugfix/noid/icons-cacher-app-prefix branch from 56ad676 to da6cf15CompareNovember 15, 2018 10:16
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr
juliusknorrforce-pushed the bugfix/noid/icons-cacher-app-prefix branch from da6cf15 to 521b2ddCompareNovember 15, 2018 10:47
@MorrisJobkeMorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Nov 15, 2018
@juliusknorr

Copy link
Copy Markdown
MemberAuthor

@MorrisJobke
MorrisJobke merged commit 7baa67c into masterNov 15, 2018
@MorrisJobke
MorrisJobke deleted the bugfix/noid/icons-cacher-app-prefix branch November 15, 2018 11:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@juliusknorr@MorrisJobke@skjnldsv@JanDragon