Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Android): Added tokenized gradients #1059

Merged
merged 21 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2f20105
feat(Android): Added tokenized gradients
qurle Sep 9, 2024
6eb7fc0
feat/tokenized-gradients: wip new gradient helper function
8coon Sep 19, 2024
4624626
feat/tokenized-gradients: fix gradient token helper
8coon Sep 24, 2024
9773038
feat/tokenized-gradients: fix tokens in vkontakteAndroid theme
8coon Sep 24, 2024
63e464f
feat/tokenized-gradients: fix linter
8coon Sep 24, 2024
334e5af
feat/tokenized-gradients: update snapshots
8coon Sep 24, 2024
80fbcc1
feat/tokenized-gradients: fix struct compiler
8coon Sep 24, 2024
abba3f1
feat/tokenized-gradients: add tests
8coon Sep 24, 2024
bc27733
feat/tokenized-gradients: add article route to docs
8coon Sep 25, 2024
f69db4a
feat/tokenized-gradients: add tokens doc article layout
8coon Sep 25, 2024
b1f3779
feat/tokenized-gradients: add language toggler
8coon Sep 25, 2024
01ee134
feat/tokenized-gradients: fix doc style
8coon Sep 25, 2024
b0f6cec
feat/tokenized-gradients: refactor code highlight widget
8coon Sep 25, 2024
0775613
feat/tokenized-gradients: fix tab
8coon Sep 25, 2024
99c470a
feat/tokenized-gradients: add more tests
8coon Sep 26, 2024
dbca8c7
feat/tokenized-gradients: add more info to gradient step json struct
8coon Oct 9, 2024
25380a8
feat/tokenized-gradients: fix docs
8coon Oct 9, 2024
8a1be72
Merge pull request #1071 from VKCOM/feat/tokenized-gradients
8coon Oct 15, 2024
19b726b
qurle/feat/android-tokenized-gradients: fix conflicts
8coon Oct 15, 2024
d63f382
qurle/feat/android-tokenized-gradients: fix deps and resolve conflicts
8coon Oct 15, 2024
a6936b8
qurle/feat/android-tokenized-gradients: fix linter
8coon Oct 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
qurle/feat/android-tokenized-gradients: fix linter
  • Loading branch information
8coon committed Oct 15, 2024
commit a6936b84a4630d238bb9079c4797eb1f3066272b
1 change: 0 additions & 1 deletion src/build/helpers/getGradientPointsFromColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { Property } from 'csstype';
import { GradientPoints } from '@/interfaces/general/gradients';

import { getVariableName } from '../themeProcessors/extractVarsNames/extractVarsNames';

import opacityMap from './opacityMap.json';

export type OpacityPoints = [number, number][];
Expand Down
Loading