Commit Graph

47 Commits

Author SHA1 Message Date
Alessio
fece073def This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project.
Configuration File Removals:

    .vscode/c_cpp_properties.json: Removed the entire configuration for C/C++ properties.
    .vscode/launch.json: Removed the Dart launch configurations for different environments and modes.
    .vscode/settings.json: Removed settings related to CMake, spell checking, file nesting, and Dart Flutter SDK path.
    .vscode/snippets.code-snippets: Removed code snippets for Dart, including PaginatedState and PaginatedNotifier templates.
    .vscode/tasks.json: Removed the tasks configuration file.

Documentation Updates:

    CONTRIBUTION.md: Removed heart emoji from the introductory text.
    README.md: Updated the logo image and made minor text adjustments, including removing emojis and updating section titles. [1] [2] [3] [4] [5]

Asset Removals:

    lib/collections/assets.gen.dart: Removed multiple unused asset references, including images related to Spotube logos and banners. [1] [2] [3]

Minor Code Cleanups:

    cli/commands/build/linux.dart, cli/commands/build/windows.dart, cli/commands/translated.dart, cli/commands/untranslated.dart: Adjusted import statements for consistency. [1] [2] [3] [4]
    integration_test/app_test.dart: Removed an unnecessary blank line.
    lib/collections/routes.dart: Commented out the TrackRoute configuration.
2025-04-13 18:40:37 +02:00
Kingkor Roy Tirtho
3cce2868de website: remove playstore button 2025-03-07 20:12:05 +06:00
Kingkor Roy Tirtho
ccf84c568e website: show overlay ads at bottom not blocking the view 2024-12-23 09:02:49 +06:00
Kingkor Roy Tirtho
fdb5ed8f56 website: publish from idea to impact 2024-12-22 23:12:12 +06:00
Kingkor Roy Tirtho
55871e3cdd website: change download page ad 2024-12-16 11:50:12 +06:00
Kingkor Roy Tirtho
0aa44520ac website: redirect from /other-downloads/stable-downloads/ to /downloads 2024-12-16 11:43:41 +06:00
Kingkor Roy Tirtho
f524a40062 chore: flex view 2024-12-13 00:43:17 +06:00
Kingkor Roy Tirtho
f28fe5a682 fix: no spacing from the ads 2024-12-13 00:39:23 +06:00
Kingkor Roy Tirtho
efa2b77ac3 Merge branch 'website-ads-integration' into website 2024-12-13 00:17:38 +06:00
Kingkor Roy Tirtho
12f3ec1776 downgrade: chose the path of ads 2024-12-13 00:17:19 +06:00
Kingkor Roy Tirtho
cab61631ef Merge branch 'dev' into website 2024-10-13 11:07:19 +06:00
Kingkor Roy Tirtho
6e1cd96903 website: fix older version download not working #1985 2024-10-13 10:44:05 +06:00
Kingkor Roy Tirtho
57ac3177c0 Merge branch 'dev' into website 2024-03-05 22:56:42 +06:00
Kingkor Roy Tirtho
60f2911eb9 website: add homebrew instructions 2024-03-05 22:55:33 +06:00
Kingkor Roy Tirtho
af1ce932a1 docs: add hacker news link in both website and readme 2024-03-05 18:36:46 +06:00
Kingkor Roy Tirtho
26db4f3350 Merge branch 'dev' into website 2024-02-17 13:51:19 +06:00
Kingkor Roy Tirtho
cd669e22c1
website: new sveltekit based website (#1239)
* feat: initialize website project

* feat: add initial homepage with download links

* feat: initial download page

* fix: linux icon color

* feat: add mobile nav and github star button

* feat: add older and nightly downloads page

* feat: add supporters and footer

* feat: add author details in about page

* feat: add darkmode toggle for website

* feat: add playstore and flathub download buttons and contribution button

* feat: add blogs support

* feat: remove netlify deploy config and add cloudflare config and favicons + manifest

* chore: add robots.txt

* feat: add spotube logo in navbar and fix build errors

* chore: add gap
2024-02-17 13:48:27 +06:00
Kingkor Roy Tirtho
8ed65bfa17 chore: add folders to git ignore 2024-02-17 13:46:11 +06:00
Vishwas Saini
46830d2122
website: Website enhancement (#1203) 2024-02-09 09:55:27 +06:00
Ashirbad Sahu
b59bea16f0
website: dynamic copyright year in footer (#923)
* Update copyright year in footer to 2023

* Update copyright year to be dynamic
2023-12-04 22:35:05 +06:00
Kingkor Roy Tirtho
79a371f9b1 docs: update the getting-started guide 2023-09-14 22:30:59 +06:00
Kingkor Roy Tirtho
806b22ec85 website: upgrade to next 13 2023-08-23 11:13:46 +06:00
Kingkor Roy Tirtho
067629e38c chore: update website lockfile version 2023-08-23 10:22:12 +06:00
Yaroslav Dmitriev
af51baa2d2
website: Enhance mobile responsiveness (#647)
* feat: Enhance mobile responsiveness

Adjusted the code to improve the display and functionality on mobile devices. This includes responsive design updates and layout adjustments to ensure a better user experience on smaller screens.

* Delete package-lock.json
2023-08-23 10:08:36 +06:00
Kingkor Roy Tirtho
62055018fe fix: color not syncing and add new screenshot 2023-07-02 22:20:02 +06:00
Kingkor Roy Tirtho
8563ef55a6 chore: rename macos dmg x86_64 to universal and flatpak update script for v3 2023-07-02 21:06:22 +06:00
Kingkor Roy Tirtho
cfa9e04377 website: detect system color scheme 2023-03-08 20:56:41 +06:00
Kingkor Roy Tirtho
a12a46c635 website: color pallets to match logo design, new logo, generate images 2023-03-08 15:28:57 +06:00
Kingkor Roy Tirtho
576e2c6a1f website: use new nightly release channel instead of showing nightly.link links 2023-02-05 10:31:29 +06:00
Kingkor Roy Tirtho
56a99c4d29 docs: removed all gtag and stupid google ads stuff 2022-09-23 13:39:39 +06:00
Kingkor Roy Tirtho
cb58166244 [website] close annoying popup button 2022-08-01 16:53:54 +06:00
Kingkor Roy Tirtho
e099b9cd2b [website] platform detection for download button not working fixed 2022-07-21 22:25:38 +06:00
Kingkor Roy Tirtho
1271a09e00 [website] gindex verification file addition 2022-07-19 11:25:46 +06:00
Kingkor Roy Tirtho
7d9f9019c2 [website] responsiveness issues fixed downloads section 2022-07-19 10:56:49 +06:00
Kingkor Roy Tirtho
e86710f666 [website] getting started blog published 2022-07-18 17:45:27 +06:00
Kingkor Roy Tirtho
0e10ddfa54 [website] Added blog support
[website]  Fixed Navbar & made responsive
2022-07-18 15:14:18 +06:00
Kingkor Roy Tirtho
68e9dfe9b3 [website] package manager install docs
[website] App Stores install docs
2022-07-18 11:26:10 +06:00
Kingkor Roy Tirtho
92e667d24e Added maintainer & contributors card in About Page 2022-07-17 21:02:58 +06:00
Kingkor Roy Tirtho
1772d5751f [website] Landing Page new content addition
Footer addition
2022-07-17 19:24:58 +06:00
Kingkor Roy Tirtho
5d099fb2e4 Moved from Solidjs to Nextjs for better compatibility with docs & blogs stuff 2022-07-17 15:13:42 +06:00
Kingkor Roy Tirtho
852dce34ce [website] Various components updated
[website] Joke component added
2022-07-16 21:12:25 +06:00
Kingkor Roy Tirtho
d0c3577c09 Updated netlify redirects file 2022-07-16 17:53:03 +06:00
Kingkor Roy Tirtho
9254fb3f87 [website] better home screen
[website[ ad units created
2022-07-16 17:47:51 +06:00
Kingkor Roy Tirtho
c6a2430767 [website] Netlify redirects file added 2022-07-16 15:38:12 +06:00
Kingkor Roy Tirtho
f34afaf586 All Version Download links added 2022-07-16 14:53:50 +06:00
Kingkor Roy Tirtho
c8b7c9b5dc Modified index 2022-07-16 10:39:27 +06:00
Kingkor Roy Tirtho
0b3f3c9e14 Built initial official website 2022-07-16 09:53:12 +06:00