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

Another dev/add pools header #37

Merged
merged 21 commits into from
Jan 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a400f1f
chore: remove plural for 1 vote
Another-DevX Jan 25, 2024
20769e6
fix: Visual issues
Another-DevX Jan 25, 2024
199f7a9
feat: add lottie charge icon and add UI feedback changes
Another-DevX Jan 26, 2024
945af72
feat: implement dynamic treshholds
Another-DevX Jan 27, 2024
2f10698
fix: dynamic bg color for some modals
Another-DevX Jan 27, 2024
1e7cf80
chore: add tailwind colors
Another-DevX Jan 28, 2024
9a6425d
Merge pull request #28 from Kolektivo-Labs/AnotherDev/UI-Feedback
Another-DevX Jan 28, 2024
18b0d33
chore: remove console.debug
Another-DevX Jan 28, 2024
57ef726
Merge pull request #25 from Kolektivo-Labs/AnotherDev/Chore-epoch-wee…
fabianschu Jan 28, 2024
1095a81
Merge branch 'develop' into AnotherDev/chore-contract-tresholds
Another-DevX Jan 28, 2024
a73be3f
Merge pull request #29 from Kolektivo-Labs/AnotherDev/chore-contract-…
Another-DevX Jan 28, 2024
af181b8
chore: add stcelo pool
fabianschu Jan 30, 2024
e76b4be
feat: add views about TVL and volume
Another-DevX Jan 28, 2024
565377a
feat: add pools header functionality
Another-DevX Jan 28, 2024
b7db720
feat: add clean code practices and implement token amount dynamic
Another-DevX Jan 28, 2024
0fb3b0c
fix: add tailwind alias to build
Another-DevX Jan 29, 2024
88770ab
fix: typecheck
Another-DevX Jan 29, 2024
1ff605f
fix: import vue core
Another-DevX Jan 29, 2024
45abad7
fix: optimize lottie size
Another-DevX Jan 30, 2024
eb5e029
chore: rename animation
Another-DevX Jan 30, 2024
059d688
Merge branch 'fix/develop-build-error' into AnotherDev/Add-pools-header
Another-DevX Jan 30, 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
Next Next commit
fix: add tailwind alias to build
  • Loading branch information
Another-DevX authored and fabianschu committed Jan 30, 2024

Verified

This commit was signed with the committer’s verified signature.
TimoBechtel Timo Bechtel
commit 0fb3b0c22c0d56bd71502b70187aa9927a45dfc9
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ import viteImagemin from 'vite-plugin-imagemin';
export default defineConfig(({ mode }) => {
const envConfig = loadEnv(mode, process.cwd());
const isBuildAnalysis = process.env.BUILD_ANALIZE;

const plugins = [
vue(),
createHtmlPlugin({
@@ -146,6 +145,7 @@ export default defineConfig(({ mode }) => {
// Allows to import tailwind.config.js from useTailwind.ts
// Check: https://github.com/tailwindlabs/tailwindcss.com/issues/765
include: [
'tailwind.config.js',
'button-options',
'node_modules/**',
'src/components/_global/BalBtn/button-options.js',