Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7fd6407
feat: add searchbar mocks for testing Apollo Client integration
May 27, 2025
f6aa4b8
test: update snapshot and improve rendering tests for ExplorePublicat…
May 27, 2025
12f8c44
test: enhance ExplorePublications component tests and remove commente…
May 27, 2025
22ced28
Refactor ExploreTopPublications component tests and snapshots
May 27, 2025
0617e31
test: update snapshot for ExploreBookmarks component to reflect new s…
May 27, 2025
046ebaf
test: update snapshot and improve rendering tests for ExploreView com…
May 27, 2025
35e3f9e
test: update snapshot for ExploreTopPublicationsSkeleton component to…
May 27, 2025
96ef24b
test: update snapshots and improve ExploreCreators component tests
May 28, 2025
cbd9082
test: remove commented-out tests and ensure skeleton rendering is val…
May 28, 2025
b0f74cc
test: add data-testid attributes to skeleton items in ExploreView com…
May 28, 2025
6e1037d
test: update CarouselTopTitles component tests and snapshots for impr…
May 28, 2025
22e9697
test: update CarouselTopTitles component tests and snapshots for impr…
May 29, 2025
8b90012
test: update CarouselTopTitles component tests and snapshots for impr…
May 29, 2025
b562d51
test: refactor CarouselPosterMini tests for improved readability and …
May 29, 2025
a277245
test: update error messages snapshot to include POST_CREATE_ERROR
May 29, 2025
c3fbd7a
feat: add Lighthouse CI workflow for weekly performance checks
May 30, 2025
4c41dc1
feat: add Lighthouse CI configuration for performance auditing
Jun 3, 2025
9ed7eee
Merge pull request #738 from WatchItDev/refactor/tests-api-migration
Jadapema Jun 5, 2025
c14ca34
fix: update Lighthouse CI URL to use the correct domain
Jun 5, 2025
c7283d5
Merge pull request #739 from WatchItDev/chore/add-lighthouse-ci-workf…
Jadapema Jun 5, 2025
f6f772b
feat: added achievements ui
Jadapema Jul 9, 2025
4503f59
feat: added achievements section
Jadapema Jul 14, 2025
dcde22f
bump version
geolffreym Jul 14, 2025
b259033
Merge branch 'next' into app/achievements
geolffreym Jul 14, 2025
1e8fd3d
Merge pull request #786 from WatchItDev/app/achievements
geolffreym Jul 14, 2025
97743f0
bump version
geolffreym Jul 14, 2025
e9406c7
fix: images in achievements section
Jadapema Jul 14, 2025
3f09ffe
Merge remote-tracking branch 'origin/app/achievements' into app/achie…
Jadapema Jul 14, 2025
058154b
Merge pull request #787 from WatchItDev/app/achievements
geolffreym Jul 15, 2025
818fd92
feat: connect video events and profile picture fill and socials fill …
Jadapema Jul 16, 2025
1a6fed1
feat: remove cache from achievements queries
Jadapema Jul 17, 2025
50f5bf9
fix: video progress events emit
Jadapema Jul 18, 2025
bbfbd7e
fix: video progress events emit
Jadapema Jul 18, 2025
3442396
Merge pull request #788 from WatchItDev/app/achievements
geolffreym Jul 18, 2025
4098d7e
tune player
geolffreym Jul 18, 2025
dc85085
feat: delete activity section from achievements
Jadapema Jul 18, 2025
aae4a46
Merge pull request #789 from WatchItDev/app/achievements
geolffreym Jul 18, 2025
eb3b0c0
feat: added skeleton to leaderboard table
Jadapema Jul 18, 2025
17de01c
Merge pull request #790 from WatchItDev/app/achievements
geolffreym Jul 18, 2025
bcf0470
fix: refetching
Jadapema Jul 18, 2025
6e825f8
Merge pull request #791 from WatchItDev/app/achievements
geolffreym Jul 18, 2025
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
21 changes: 21 additions & 0 deletions .github/workflows/lhci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Lighthouse weekly

on:
schedule:
- cron: "0 6 * * 5"
workflow_dispatch:

jobs:
lhci:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@v11
with:
urls: |
https://app.watchit.movie/
uploadArtifacts: true
configPath: .lighthouserc.json
29 changes: 29 additions & 0 deletions .lighthouserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"ci": {
"collect": {
"numberOfRuns": 3,
"settings": {
"formFactor": "desktop",
"screenEmulation": { "disabled": true },
"emulatedUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
}
},
"assert": {
"assertions": {
"categories:performance": ["error", { "minScore": 0.9 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"categories:best-practices": ["error", { "minScore": 0.9 }],
"categories:seo": ["error", { "minScore": 0.9 }],
"categories:pwa": ["warn", { "minScore": 0.5 }],
"first-contentful-paint": ["error", { "maxNumericValue": 2000 }],
"largest-contentful-paint": ["error", { "maxNumericValue": 2500 }],
"cumulative-layout-shift": ["error", { "maxNumericValue": 0.1 }],
"total-blocking-time": ["error", { "maxNumericValue": 300 }],
"interactive": ["error", { "maxNumericValue": 3000 }]
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<meta name="description" content="Explore and support a new era of video content on Watchit. Connect with creators, access exclusive experiences, and join a decentralized community powered by Web3 and AI." />
<meta name="keywords" content="Watchit app, Web3, AI, streaming, innovative content, Watchit, video platform, creator support, decentralized entertainment, Web3, AI, exclusive content, video community, NFT, digital rights, smart contracts, blockchain media" />
<meta name="author" content="Watchit Team" />
<meta name="author" content="Watchit" />

<style>
::-webkit-scrollbar {
Expand Down
Loading
Loading