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

Git Sync, URL Sync & Polish #226

Merged
merged 88 commits into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
361a610
add initial url sync
six7 Aug 2, 2021
f7be1ec
add new provider type
six7 Aug 19, 2021
5b9206c
add form
six7 Aug 24, 2021
ee89d88
Merge remote-tracking branch 'origin/main' into git-sync
six7 Aug 27, 2021
7831b72
Merge branch 'git-sync' of github.com:six7/figma-tokens into git-sync
six7 Aug 27, 2021
2dcde00
add basic functionality
six7 Aug 27, 2021
9d1ac09
add working pull
six7 Aug 27, 2021
01d0bdc
add push dialog, working state
six7 Aug 28, 2021
62a0006
added checks for commit message
six7 Aug 28, 2021
4ebfcf2
add tests
six7 Aug 28, 2021
fdbbe25
rework confirm message
six7 Aug 28, 2021
fa9cb5e
add dirty state
six7 Aug 28, 2021
efd4f9a
add test
six7 Aug 28, 2021
2a75bd4
fix jsonbin
six7 Aug 28, 2021
0777930
remove legacy code
six7 Aug 29, 2021
446031f
wip
six7 Sep 1, 2021
b804aa0
fix pullTokens
six7 Sep 2, 2021
c71a5c2
add tests
six7 Sep 11, 2021
bfe274c
add first draft of cli script
six7 Sep 11, 2021
1b7c8b6
fix tests
six7 Sep 11, 2021
c2ed9cf
add pkg
six7 Sep 11, 2021
c9a78c7
Merge remote-tracking branch 'origin/main' into git-sync
six7 Sep 11, 2021
84c1065
working cli tool with github actions
six7 Sep 11, 2021
171c9bc
remove console log
six7 Sep 11, 2021
51881f7
Merge remote-tracking branch 'origin/main' into git-sync
six7 Sep 12, 2021
95a9f89
Add robustness
six7 Sep 12, 2021
17a9011
bump token-transformer
six7 Sep 12, 2021
6c05bbd
prettify ui
six7 Sep 12, 2021
cc4b75e
Merge remote-tracking branch 'origin/main' into git-sync
six7 Sep 13, 2021
b206c36
bump release
six7 Sep 13, 2021
9e6091a
Merge remote-tracking branch 'origin/main' into git-sync
six7 Oct 3, 2021
795cf16
Merge remote-tracking branch 'origin/main' into git-sync
six7 Oct 4, 2021
1302704
Merge remote-tracking branch 'origin/main' into git-sync
six7 Oct 4, 2021
f36ed84
Merge remote-tracking branch 'origin/main' into git-sync
six7 Oct 4, 2021
82c4a47
add custom branch input to pushDialog
six7 Oct 6, 2021
6e51a67
added loading screen, fixed jsonbin add
six7 Oct 7, 2021
12dfc46
add excludes to token transformer
six7 Oct 9, 2021
2518eac
add readme to token-transformer
six7 Oct 9, 2021
74ee3e1
fix transformer when no excludes are present
six7 Oct 9, 2021
fa08aa0
remove token context
six7 Oct 11, 2021
2059429
add url sync
six7 Oct 16, 2021
ae87a88
allow users to resize window by dragging corner
six7 Oct 16, 2021
d772cc4
fix url sync
six7 Oct 16, 2021
120377f
ignore tokens from style creation that start with _
six7 Oct 16, 2021
19fe267
fix tooltip render error
six7 Oct 16, 2021
53b7f3c
fix tooltip in list mode
six7 Oct 16, 2021
2adbf77
fix resize pointer
six7 Oct 16, 2021
1ece5e6
fix #266
six7 Oct 16, 2021
ad5824a
fix colors button row
six7 Oct 16, 2021
b0bc86c
fixes #274
six7 Oct 16, 2021
e579fc4
fix / replacement
six7 Oct 16, 2021
215b350
fixes #142
six7 Oct 17, 2021
be0e28d
add check for alias
six7 Oct 21, 2021
563679d
add token preview in edit
six7 Oct 21, 2021
5541ced
fix undefined pr state if no file existed
six7 Oct 22, 2021
91ace3b
add editProhibited based on user role
six7 Oct 22, 2021
418e746
fix alias value of 0
six7 Oct 22, 2021
9765199
Merge branch 'url-sync' into git-sync
six7 Oct 22, 2021
e96c7a8
add new defaults
six7 Oct 22, 2021
5dc7104
remove spellcheck from inputs
six7 Oct 23, 2021
bf68836
adds json5 support, fixes #270, fixes #283
six7 Oct 23, 2021
a806c31
add unique check to names
six7 Oct 23, 2021
f8da22b
fix color opacity values not matching when using 0.5
six7 Oct 23, 2021
4dc7a56
fixes #166, fixes #209
six7 Oct 23, 2021
005e5af
add type to new token creation
six7 Oct 23, 2021
81c75c6
fixes #276
six7 Oct 23, 2021
9168d7a
fixes unique name check
six7 Oct 23, 2021
582cf8e
fix unique name check
six7 Oct 25, 2021
d954f17
capitalize description in edit form
six7 Oct 25, 2021
1758933
introduce new merging function
six7 Oct 25, 2021
f542ea4
fix aliasing of rgba colors
six7 Oct 25, 2021
160f938
add new resize icon
six7 Oct 25, 2021
9f40bff
fix capitalization of input labels
six7 Oct 25, 2021
df84ca0
fix name of form
six7 Oct 25, 2021
4fc8100
fix async fn
six7 Oct 25, 2021
d4e3aad
correctly saves whole context obj except secret
six7 Oct 25, 2021
bbd4070
add placeholder for value
six7 Oct 25, 2021
36c84c7
fix spec
six7 Oct 25, 2021
b7f7647
fix test
six7 Oct 25, 2021
7daf60e
Merge branch 'duplicate-token' into git-sync
six7 Oct 25, 2021
b23a7cd
remove console.log
six7 Oct 26, 2021
97ea486
fix when no tokens file was present
six7 Oct 27, 2021
2adb1a1
integrate style name ignore for updating nodes
six7 Oct 31, 2021
6c17740
fix ignore part when applying
six7 Oct 31, 2021
7eabe8e
fix modal padding except for edit token form
six7 Oct 31, 2021
8854bb5
fix token-transformer
six7 Oct 31, 2021
94aeeb8
bump token transformer
six7 Oct 31, 2021
17ae95a
Merge remote-tracking branch 'origin/main' into git-sync
six7 Oct 31, 2021
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
13 changes: 4 additions & 9 deletions cypress/integration/tokens.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,21 @@ describe('TokenListing', () => {
cy.receiveTokenValues({
version: '5',
values: {
options: [
{
name: 'sizing.xs',
value: 4,
},
],
options: [],
},
});
cy.receiveStorageTypeLocal();
cy.get('[data-cy=tokenlisting-sizing] [data-cy=button-add-new-token]').click({timeout: 1000});
fillTokenForm({
name: 'sizing.xs',
name: 'sizing.sm',
value: '4',
});
cy.get('@postMessage').should('be.calledTwice');
receiveRemoteComponents();
cy.get('[data-cy=tokenlisting-sizing] [data-cy=button-add-new-token]').click({timeout: 1000});
fillTokenForm({
name: 'sizing.sm',
value: '$sizing.xs * 2',
name: 'sizing.md',
value: '$sizing.sm * 2',
});
});

Expand Down
Loading