Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Larger search/URL bar #5348

Merged
merged 4 commits into from
Jun 30, 2024
Merged

Larger search/URL bar #5348

merged 4 commits into from
Jun 30, 2024

Conversation

4yman-0
Copy link
Contributor

@4yman-0 4yman-0 commented Jun 29, 2024

Larger search/URL bar #5341

Pull Request Type

  • Bugfix
  • Feature Implementation
  • Documentation
  • Other

Related issue

closes #5341

Description

modify top-nav SCSS so that the grid gives more space to search bar. This PR also increases its max width.

Screenshots

before:
before
after:

after

Desktop

  • OS: Linux Mint (does not apply)
  • OS Version: 21.3
  • FreeTube version: v0.21.0 Beta

Additional context

I also want to add flex-shrink for first item for "hide FreeTube logo" because SPACE WASTE.

it's now `1fr 1.5fr .5fr` for the grid. Still have to add `flex-shrink` to `.side` in case logo is hidden.
@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Jun 29, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 29, 2024 18:19
auto-merge was automatically disabled June 29, 2024 19:32

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 29, 2024 19:32
auto-merge was automatically disabled June 29, 2024 19:35

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 29, 2024 19:35
auto-merge was automatically disabled June 30, 2024 00:58

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 30, 2024 00:59
@FreeTubeBot FreeTubeBot merged commit 38edc70 into FreeTubeApp:development Jun 30, 2024
6 checks passed
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Jun 30, 2024
@4yman-0 4yman-0 deleted the feat/large-search-bar branch July 1, 2024 18:42
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Jul 7, 2024
* shaka-migration: (87 commits)
  Bump mpd_version from 5 to 7
  Move shaka-player CSS import into the Vue file
  Add chapter markers
  Fix i18n import in custom player components
  Update shaka-player to version 4.10.0
  Translated using Weblate (French)
  Bump marked from 13.0.0 to 13.0.1 (FreeTubeApp#5357)
  Bump electron-context-menu from 4.0.0 to 4.0.1 (FreeTubeApp#5356)
  Bump electron from 31.0.2 to 31.1.0 (FreeTubeApp#5355)
  Bump postcss from 8.4.38 to 8.4.39 in the stylelint group (FreeTubeApp#5354)
  Bump eslint-plugin-promise from 6.2.0 to 6.4.0 in the eslint group (FreeTubeApp#5353)
  Larger search/URL bar (FreeTubeApp#5348)
  Translated using Weblate (Hungarian)
  Translated using Weblate (Hungarian)
  Translated using Weblate (English (United Kingdom))
  Translated using Weblate (Italian)
  Translated using Weblate (Spanish (Mexico))
  Translated using Weblate (French)
  Translated using Weblate (German)
  Translated using Weblate (Turkish)
  ...

# Conflicts:
#	src/renderer/store/modules/index.js
@absidue
Copy link
Member

absidue commented Aug 7, 2024

Looks like this pull request was only designed with wide window sizes in mind which results in this bug: #5540

@4yman-0 Please create a follow up pull request that only uses the changes from this pull request on wide window sizes, to fix that bug. Would be nice if we didn't have to revert your pull request to fix the bug.

@deepspaceaxolotl
Copy link

I don't think that's quite it, because even on wide window sizes it appears off-center, because it's centered using grid across the whole width of the top bar (and thus relative to the viewport, rather than the content area as would feel more natural (#5540)).

FreeTubeBot pushed a commit that referenced this pull request Oct 1, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 3, 2024
* development: (49 commits)
  Translated using Weblate (Japanese)
  Translated using Weblate (French)
  Fix long comments overflowing and breaking the layout (FreeTubeApp#5774)
  Cleanup unused code in the store (FreeTubeApp#5776)
  Revert "Larger search/URL bar (FreeTubeApp#5348)" (FreeTubeApp#5773)
  Fix loading from search cache failing when no features are selected (FreeTubeApp#5775)
  Bump lefthook from 1.7.15 to 1.7.17 (FreeTubeApp#5768)
  Bump webpack from 5.94.0 to 5.95.0 (FreeTubeApp#5770)
  Bump sass from 1.79.3 to 1.79.4 (FreeTubeApp#5771)
  Translated using Weblate (Chinese (Traditional Han script))
  Change the Proxy Videos Through Invidious setting to only apply when using the Invidious API (FreeTubeApp#5758)
  Support copying post links from the context menu (FreeTubeApp#5760)
  Local API: Fix error when a community post has no likes (FreeTubeApp#5759)
  Translated using Weblate (English (United Kingdom))
  Translated using Weblate (Dutch)
  Translated using Weblate (Swedish)
  Do not overwrite cache entries when hitting RSS ratelimits (FreeTubeApp#5756)
  Translated using Weblate (Czech)
  Translated using Weblate (Hungarian)
  Translated using Weblate (Hungarian)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Larger search/URL bar
7 participants