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

Remove carriage return #167

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Remove carriage return #167

merged 2 commits into from
Nov 3, 2023

Conversation

devmount
Copy link
Collaborator

@devmount devmount commented Nov 3, 2023

This change just converts all crlf to lf line breaks, using:

git config core.autocrlf false 
git rm --cached -r .

Closes #165

@devmount devmount merged commit b0f8479 into main Nov 3, 2023
@devmount devmount deleted the bugs/165-cr-removal branch November 3, 2023 22:21
devmount added a commit that referenced this pull request Nov 6, 2023
* Swap siteNotification to use a pinia store, and make the z-index bigger. (Fixes #151) (#152)

* Bugs/145 ga disclaimer and visual improvements (#153)

* 📜 improving copy

* 💚 improve spacing in home view

* 💚 improve footer bottom position without scroll bars

* 🔨 handle empty schedules list

* Bugs/154 calendar sync (#155)

* 🔨 only json load google token if it exists

* 🔨 fix sync button styles

* Improving copy (#156)

* Rename instances of thundernest to thunderbird. (#163)

* Warn the user about the consequences of disconnecting a calendar. (#160)

* Warn the user about the consequences of disconnecting a calendar.

* ➕ update locales

---------

Co-authored-by: Andreas Müller <mail@devmount.de>

* Features/105 GA booking request flow (#159)

* ➕ use slots for availability attendees

* ➕ extend booking flow for availabilities (wip)

* 📜 update er documentation

* ➕ implement request confirmation mail

* ➕ add booking confirmation view

* ➕ create loading spinner component

* ➕ availability request handling

* ➕ add external link to my link settings

* ➕ add booking status

* ❌ remove console statement

* 📜 update documentation

* 🔨 make date format constant

* ❌ remove unused code

* ➕ add check for previously booked slot

* Remove carriage return (#167)

* ❌ rmove cr, keep lf

* ❌ remove cr, keep lf

* Add booking request denial information (#168)

---------

Co-authored-by: Mel <97147377+MelissaAutumn@users.noreply.github.com>
@devmount devmount self-assigned this Feb 3, 2024
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.

Run CR Remover
1 participant