Commit Graph

33 Commits

Author SHA1 Message Date
guemax 3c177a06ec
fix: update search text and title when route changes (#3701) 2024-07-15 12:55:04 +02:00
fk 84b2637d7d
feat: allow setting API, proxy, and frontend URLs at build time (#3284) 2024-03-13 17:49:40 +01:00
grittypuffy 051b7b22de Fix: Infinite loading due to empty string in search query 2024-02-23 12:38:47 +05:30
Bnyro 6158a1669a feat: allow middle clicks to open search suggestions in new tab 2023-09-24 21:14:30 +02:00
Kavin a153f87e58
Add unocss eslint config and apply changes. 2023-08-13 18:31:57 +01:00
Kavin 301877e2e1
Fix eslint config and apply all fixes. 2023-07-27 12:46:05 +01:00
Bnyro 5fdc7ce017 fix position of button to clear search query 2023-07-17 10:55:50 +02:00
Bnyro 4dee577f96 fix: enter in search bar doesn't work 2023-07-17 10:43:58 +02:00
Bnyro 2d8d47e70e Add search bar for larger screens
Co-authored-by: iatenine <iatenine@gmail.com>
2023-07-16 18:33:08 +02:00
ItzYanick 91d1762579
impl registrationDisabled into NavBar 2023-07-14 00:42:33 +02:00
Bnyro bd21e72370 Use a router link for opening the home page 2023-07-07 18:02:01 +02:00
Bnyro 39d11063d6 Open default homepage directly on navbar icon click 2023-07-05 12:59:23 +02:00
Bnyro 093ac529c7 Add horizontal margin to navbar icons and remove unused code 2023-05-28 11:02:10 +02:00
robertkleinschuster bc73307a47 improved mobile nav appearance 2023-05-26 20:41:40 +02:00
SecularSteve 811ce64084
replaces delete-search icon as ⨉ instead of x > Improvement
It looks so much better
2023-04-18 23:09:23 +02:00
Bnyro 537050b07d
Merge pull request #1951 from Bnyro/playlist-bookmarks
Playlist bookmarks
2023-01-09 16:28:59 +01:00
Bnyro 4c564d8a8f
Merge pull request #1661 from thecashewtrader/light-theme-black-bars
Respect light theme properly
2023-01-09 16:26:09 +01:00
Bnyro 8e3d3d5061 Add possiblity to delete bookmark 2023-01-06 20:38:42 +01:00
Bnyro 977efc82a4 clear search btn 2022-11-17 11:44:47 +01:00
Kavin 6b9151e47f
Add better error messages for localStorage disabled. 2022-11-16 18:49:11 +00:00
thecashewtrader 6413d861b4 Fix black bars in light mode 2022-11-02 20:57:54 +05:30
Bnyro cdfa850081
add search history 2022-10-02 14:24:28 +01:00
Bnyro 465f74475f
fix input border color 2022-08-29 18:32:55 +05:30
Kavin 471e81f556
Initial migration to UnoCSS. 2022-08-29 18:32:55 +05:30
Bnyro c51a3a828e
unauthenticated subscriptions (#1270)
* hmm

* unauthenticated feed

* unauthenticated rss

* Small improvements to code.

* add unauthenticated subscriptions

* cleanup

* Sort subs locally.

* Fix some bugs and small improvements.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-08-01 19:46:06 +05:30
Bnyro 9033980e79 small fixes 2022-07-22 18:49:27 +02:00
Bnyro 07dcbd66d4 responsive navigation bar 2022-07-22 18:08:52 +02:00
Bnyro e8979d0fce make trending accessible although feed is the default tab 2022-07-20 17:52:25 +02:00
Sai Karthik c2f2d5bb11
feat: Ctrl+K will focus on search bar 2022-06-29 16:33:08 +05:30
Kavin 4c16beedaf
Change import paths to relative paths. 2022-04-08 16:46:49 +01:00
Kavin 4d18bf8004
Add support for playlists. 2022-04-07 03:42:00 +01:00
Nitish Yadav c1405b63fa
Restrict the home link to only logo width (#895)
Fixes #746
2022-03-14 14:57:42 +00:00
dependabot[bot] 5d8ae14db7
Bump eslint-plugin-vue from 7.20.0 to 8.3.0 (#722)
* Bump eslint-plugin-vue from 7.20.0 to 8.3.0

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.20.0 to 8.3.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Refractor component names.

For vue/multi-word-component-names

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2022-01-13 05:12:06 +00:00
Renamed from src/components/Navigation.vue (Browse further)