Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
1d2dd17
Wide-ranging mobile responsiveness improvements
llamavert Mar 27, 2026
65b25f8
fix(Toast): improve positioning and size for better responsiveness
llamavert Mar 28, 2026
86e85f4
feat(ImageOverlayTool): add reference image, draggable and resizable …
llamavert Mar 28, 2026
58a72b0
refactor(AirportPointEditor): rename reference image panel to image o…
llamavert Mar 29, 2026
4ad1eab
refactor(DonationBanner, Features, Hero, DiscordRedirect, DocsRedirec…
llamavert Mar 29, 2026
417688e
chore: update bun.lock for dependency versioning and add Bun usage gu…
AussieScorcher Mar 29, 2026
cfbd53d
refactor(Privacy, Terms): updated terms and privacy to be inline with…
llamavert Mar 29, 2026
a8abe0c
refactor(AirportPointEditor): update auto align design flow
llamavert Mar 29, 2026
1bf3790
refactor(ContributeMap): enhance PointPopupContent with improved styl…
AussieScorcher Mar 29, 2026
99bb224
feat(ContributionPolicy): implement contribution policy management ac…
AussieScorcher Mar 30, 2026
c8f78b2
refactor(AirportPointEditor): remove unused prefix 'V' from Euroscope…
AussieScorcher Mar 30, 2026
97d9bb2
refactor(DivisionManagement): improve scenery contribution toggle design
llamavert Mar 30, 2026
2062abc
fix(ContributeNew, ContributionDashboard): update navigation and butt…
AussieScorcher Mar 30, 2026
b86c7e8
Merge branch 'design/responsive-overhaul' of https://github.com/stopb…
AussieScorcher Mar 30, 2026
bfef019
fix(ContributeNew): update contribution link to open in a new tab
llamavert Mar 30, 2026
b49c423
feat(AirportManagement, DivisionManagement): add contributions status…
llamavert Mar 30, 2026
9fb85dc
fix(ContributeDetails): handle contribution policy and airport data f…
AussieScorcher Mar 30, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ temp/
*.njsproj
*.sln
*.sw?
.cursor

# OS generated files
.DS_Store
Expand Down
139 changes: 108 additions & 31 deletions bun.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!doctype html>
<html lang="en" dir="ltr">
<head>
<script type="module">
if (import.meta.env.DEV) {
import("react-grab");
}
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"react-grab": "^0.1.29",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
Expand Down
Loading
Loading