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

Lottie and check update #1923

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
33c7d5c
WG578 Install lottie
AlinaGoaga Apr 12, 2022
317137a
WG1905 Update useIsAuthenticated
AlinaGoaga Apr 12, 2022
b357724
WG578 Bring error404 page from EE
AlinaGoaga Apr 12, 2022
6337fd0
Bring back sign in svg
AlinaGoaga Apr 13, 2022
d1bf5a8
Replace error404 place - transparent background
AlinaGoaga Apr 14, 2022
e5ccbda
Update .proxyrc and WG578 Introduce Lottie to Sign In background
AlinaGoaga Apr 14, 2022
3353cc2
WG578 Introduce Lottie to Sign In background - updated
AlinaGoaga Apr 14, 2022
a84b047
Solve conflicts with main
AlinaGoaga Apr 19, 2022
a1c9a99
Bring back centering of form
AlinaGoaga Apr 19, 2022
0a43462
WG578 Use lottie for background and some updates to FF
AlinaGoaga Apr 19, 2022
c2edc7b
Solve conflicts with main and update FF context
AlinaGoaga Apr 19, 2022
be89883
Solve conflicts with main and update FF context - updated
AlinaGoaga Apr 19, 2022
e5f4642
WG578 Display error on getting FFs
AlinaGoaga Apr 19, 2022
d99f312
WG578 Adjust svg play
AlinaGoaga Apr 19, 2022
4ee69dd
WG578 Fix lottie aspect ratio
AlinaGoaga Apr 19, 2022
d27eeeb
Reinstall packages with node v16.13.2
AlinaGoaga Apr 19, 2022
9df9464
Remove ts no check for Lottie
AlinaGoaga Apr 19, 2022
8bf6a4d
WG578 Update error page
AlinaGoaga Apr 20, 2022
caf799d
WG578 Update error page - 2
AlinaGoaga Apr 20, 2022
7ec636a
Add supporting lib for lottie
AlinaGoaga Apr 20, 2022
4f7e37e
Remove unused lib
AlinaGoaga Apr 20, 2022
6d4e10f
Redo package.lock
AlinaGoaga Apr 20, 2022
2bb8ea0
Redo package.lock - 2
AlinaGoaga Apr 20, 2022
5cc97ec
Bring back buffer
AlinaGoaga Apr 20, 2022
68f971c
Update ui/pages/SignIn.tsx
AlinaGoaga Apr 21, 2022
f5f036e
Extract animation bg
AlinaGoaga Apr 21, 2022
746d497
Update ui/pages/SignIn.tsx
AlinaGoaga Apr 21, 2022
838aae7
Extract animated bg to its own component
AlinaGoaga Apr 21, 2022
56b223a
Extract animated bg to its own component - 2
AlinaGoaga Apr 21, 2022
97df417
Try React Lazy and Suspense
AlinaGoaga Apr 21, 2022
4f00acb
Try React Lazy and Suspense - updated and lottie light
AlinaGoaga Apr 21, 2022
7c1cca1
Try React Lazy and Suspense - updated and lottie light - 2
AlinaGoaga Apr 21, 2022
5e5d1a0
Try React Lazy and Suspense - updated and lottie light - 3
AlinaGoaga Apr 22, 2022
f22a0e6
Merge branch 'main' of github.com:weaveworks/weave-gitops into lottie…
AlinaGoaga Apr 26, 2022
358d60d
Solve conflicts with main
AlinaGoaga May 11, 2022
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
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .proxyrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ module.exports = function (app) {
createProxyMiddleware({
target: proxyHost,
secure: !insecure,
changeOrigin: true,
})
);
app.use(
"/oauth2",
createProxyMiddleware({
target: proxyHost,
secure: !insecure,
changeOrigin: true,
AlinaGoaga marked this conversation as resolved.
Show resolved Hide resolved
})
);
};
Loading