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

Migrate to svelte-bootstrap-icons #303

Merged
merged 5 commits into from
Jul 28, 2023
Merged

Conversation

VeckoTheGecko
Copy link
Collaborator

@VeckoTheGecko VeckoTheGecko commented Jul 22, 2023

Describe your changes

  • Migrate to svelte-bootstrap-icons
  • Change icon for dark/light mode (before it displayed the sun icon during dark mode, as in "switch to light mode". This change displays the icon for the current mode instead).

Related issue number/link

Fixes #304

@VeckoTheGecko
Copy link
Collaborator Author

One thing to note is that this will introduce slight inconsistency into the site (as Bootstrap icons update, the icons on the website will update as well). I think this is worth the code reduction.

@VeckoTheGecko
Copy link
Collaborator Author

I needed to resolve some conflicts with main in ae9a7d9. Mainly accessibility changes that were implemented in #295 . Could you verify that I didn't break anything accessibility wise @dmlb? Don't want a regression on my behalf 😄

Also one of the changes in this PR is

Change icon for dark/light mode (before it displayed the sun icon during dark mode, as in "switch to light mode". This change displays the icon for the current mode instead).

it would be good to verify that the SR prompts in cff882f are good (feel free to push any edits)

src/routes/+page.svelte Outdated Show resolved Hide resolved
- dark mode helper text flip for action
- add slot name for back to top icon
- default to link download undefined for svelte exclude attribute by default
- update home page links to ButtonLinks component and adjust icon position on resources to look like similar spacing as youtube play
@dmlb dmlb self-requested a review July 27, 2023 02:23
@VeckoTheGecko VeckoTheGecko merged commit 608e710 into main Jul 28, 2023
3 checks passed
@VeckoTheGecko VeckoTheGecko deleted the refactor/bootstrap-icons branch July 28, 2023 02:17
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] Migrate to svelte-bootstrap-icons
2 participants