Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0a7e08c
Merge pull request #9 from enikqi/fix/502-gateway-and-performance-imp…
enikqi Nov 5, 2025
6e14df0
Initial plan
Copilot Nov 5, 2025
e76e1c1
Add production config, performance indexes, API optimizations, and he…
Copilot Nov 5, 2025
497b94d
Address code review feedback - fix caching config and improve code qu…
Copilot Nov 5, 2025
151b546
Merge pull request #11 from enikqi/copilot/fix-production-configurati…
enikqi Nov 5, 2025
7e94d69
Fix: Health endpoint SQLite compatibility and build config
Nov 5, 2025
12b2369
Docs: Added homepage issues documentation for Sonnet 4.5
Nov 5, 2025
fd110d1
Docs: Added PR description and Sonnet 4.5 prompts for homepage fixes
Nov 5, 2025
7316d2c
Docs: Added Sonnet 4.5 prompt for homepage fixes
Nov 5, 2025
61bd4fa
Docs: Quick start guide for homepage fixes
Nov 5, 2025
09a6a29
Merge pull request #12 from enikqi/fix/homepage-scroll-and-pagination
enikqi Nov 5, 2025
bfab851
Initial plan
Copilot Nov 5, 2025
848b53b
Remove virtual scrolling and fix post re-ordering
Copilot Nov 5, 2025
d7d185f
Remove unused React imports (useMemo, useRef)
Copilot Nov 5, 2025
841998a
Merge pull request #13 from enikqi/copilot/remove-virtual-scrolling
enikqi Nov 5, 2025
10d097f
Sync server changes to GitHub
Nov 5, 2025
fc8098c
Add GitHub Actions workflow for automatic deployment
Nov 5, 2025
1fd2183
Test automatic deployment workflow
Nov 5, 2025
8658b05
Test deployment with updated SSH key
Nov 5, 2025
d2e1798
Test deployment with correct IP and SSH key
Nov 5, 2025
bda1037
Prepare repository for new project
enikqi Jun 20, 2026
361e0af
Clean old README content
enikqi Jun 20, 2026
038d387
Clean repository for new project
Jun 20, 2026
5e0afc8
docs: publish YapGrid user documentation
enikqi Jun 20, 2026
a9d867d
docs: expand YapGrid public positioning
enikqi Jun 20, 2026
db014cf
docs: expand getting started guide
enikqi Jun 20, 2026
c3852eb
docs: expand subtitle translation documentation
enikqi Jun 20, 2026
10d2601
docs: expand player controls guide
enikqi Jun 20, 2026
0287380
docs: expand FAQ for website owners
enikqi Jun 20, 2026
0ab35f9
docs: add YapGrid use cases
enikqi Jun 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
49 changes: 0 additions & 49 deletions .gitignore

This file was deleted.

108 changes: 0 additions & 108 deletions COLLABORATION_WORKFLOW.md

This file was deleted.

43 changes: 43 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Contributing

Thank you for helping improve YapGrid documentation.

## Accepted Contributions

This repository accepts documentation-focused contributions, including:

- Corrections and clarity improvements.
- Copy-paste-ready embed examples.
- Accessibility improvements.
- Translation improvements.
- Better explanations for common user issues.

## Out of Scope

Source-code contributions are out of scope for this repository.

Do not submit application code, build files, dependencies, scripts, private service names, copied proprietary code, credentials, private URLs, or sensitive data.

## Example Rules

Examples must use only public YapGrid URLs such as:

```text
https://yapgrid.com/embed/movie/550
```

and:

```text
https://yapgrid.com/embed/tv/1396/1/1
```

Do not include internal endpoints, private service names, copied proprietary code, or sensitive information.

## Markdown Style

- Use clear professional English.
- Use consistent “YapGrid” branding.
- Keep examples copy-paste ready.
- Use valid Markdown.
- Avoid unsupported endpoints or unsupported parameters.
134 changes: 0 additions & 134 deletions DEPLOYMENT-FIX.md

This file was deleted.

Loading