Skip to content

Fix spelling - #1200

Open
SLUCHABLUB wants to merge 113 commits into
mainfrom
new-design-fix-spelling
Open

Fix spelling#1200
SLUCHABLUB wants to merge 113 commits into
mainfrom
new-design-fix-spelling

Conversation

@SLUCHABLUB

Copy link
Copy Markdown
Contributor

🧩 Summary

Fixes some spelling mistakes.

🔗 Related issues (if any)

Closes #1186

💬 Other information

  • In lieu of a guideline for guild acronyms, this does not spell check those.
  • Some groups are missing official translations, those have also been ignored.

Isak-Kallini and others added 30 commits November 22, 2025 22:34
prep for tailwind upgrade

wip

wip

New design

New design
* Add buttongroup

* fix lint
* add input and label

* fix file upload input

* fix formatting
* add pistachio

* add badge component

* add larger badge

* remove unused styles
* Replace default styles for links with utility

* Make layout-container utility for intellisense

* Turn off no-navigation-without-resolve

Our SvelteKit version is too old for this rule.

* Update svelte packages

Skipped updating vite-plugin-svelte since it requires many more updates

* Update devalue patch

* Fix type errors from Svelte update
* add textarea component

* add editor

* move editor file

* fix textarea formatting

* fix selection

* fix selection offset

* fix bind

* fix prepend

* remove comment

* fix translations

* add translations
* add footer

* add translation button to navbar

* fix link styles

* add address strings

* add editor

* move editor file

* remove unused code

* fix editor??

* use simple-icons instead of paths

* fix line height for quote

* fix footer links

* move layout files

* add layout to main page
* add radiogroup component

* fix formatting

* fix destructive
* Add select component

* Add CSS variables used by select component

* Add destructive color

---------

Co-authored-by: Isak Kallini <isak@kallini.se>
* style alert dialog

* add dialog component

* add separator component

* fix alert dialog styling

* update styles

* add fileupload translations

* add file upload component

* fix formatting

* make fileupload not have fixed width

* rename variables, use nicer alt
* Add tabs ui component

* Fix tab appearance

* Start check

* Prettify
* add checkbox component

* add checkbox css

* fix formatting

---------

Co-authored-by: jo4485li-s <jo4485li-s@student.lu.se>
* Add command dialog

* Add command dialog part 2

* Ignore svelte/no-navigation-without-resolv

* Fix padding

* do not wrap event date

* fix scroll

---------

Co-authored-by: fgren <179166750+fgren@users.noreply.github.com>
* Added icon support for input component

* Added DatePicker, TimePicker and DateTimeSelector

* Added hidden input elements so DateTimeSelector can be put in form

* Add translations to DateTimeSelector & co.
* Install shadcn checkbox

* CoiceBox checkbox variant implemented

* Made radiobutton

* Added checkbox's properties to choicebox

* redundant imports

* Fixed restprops variable name

* Ran format

* Fix choicebox checked? Description now option

* Can now change props properly
* Add landing page calendar

* Landing page calendar done

* Make code more cursed

* fix lint
@davidagardh
davidagardh self-requested a review May 25, 2026 22:52

@fgren fgren left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am doubtful of the changes to phaddrar, nollor, nollning and sexet. All of these are established terms and changing them has the risk of introducing bugs and making the code less readable (since the English terms, particularly Mentee and Festivities aren't well-known).

The short-form position ids are always in Swedish and should therefore not be changed to English.

Other changes look good-

Comment thread src/lib/nollning/groups/types.ts Outdated
Comment thread src/lib/utils/committee-ordering/enums.ts
SLUCHABLUB and others added 4 commits May 29, 2026 12:56
* add placeholder debug page

* fix datepicker values

* add tooltip component

* change tooltip delay

* update datepicker

* add props to memberselector

* add positions

* fix datetimeselector

* fix types

* fix types

* fix types

* change props ordering

* rename prop for consistency

* move badge to component

* give name feedback

* add progress component

* fix progress bar

* use progress bar

* add translations

* remove debug

* remove unused

* fix

* disallow end dates before start dates

* move positions page to committee layout

* fix position links

* break out into function

* add prefixes

* close form on submit

* fix

* remove loggers

* fix format

* remove import

* fix translation string

* simplify

* remove comment

* rename prop

* change function call

* fix tooltip

* fix translation
@davidagardh
davidagardh removed their request for review June 8, 2026 21:40

@davidagardh davidagardh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consistency and correctness is important, but I think it's more important that we stick to terms that are actually used and understood by the guild's members. I have pointed out the changes I think will be harder for most contributors to understand without context. These words are changed in many more places.

@@map("drink_item_batch")
}

model SexetInventoryValueLog {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change sexet to festivities committee

nollaIn PhadderGroup? @relation(fields: [nollningGroupId], references: [id], onDelete: SetNull, onUpdate: NoAction, map: "members_nollning_group_id_foreign")
pingsFromMe Ping[] @relation("pings_from_memberTomembers")
pingsToMe Ping[] @relation("pings_to_memberTomembers")
mentorGroupId String? @map("mentor_group_id") @db.Uuid()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change phadder to mentor

Comment thread src/lib/utils/apiNames.ts
DOOR: {
...crud("core:access:door"),
},
YRKA: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change yrka to move

Comment thread src/lib/utils/apiNames.ts
},
NOLLNING: {
MANAGE_PHADDER_GROUPS: "nollning:phaddrar:groups:manage",
INTRODUCTION: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change nollning to introduction

splitGroups.add("*"); // all users
if (groupList?.length || signedIn) splitGroups.add("_"); // logged in users
if (classYear && classYear === new Date().getFullYear())
splitGroups.add("nolla");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change nolla to mentee

},
prisma: ExtendedPrisma,
) => {
const kallarMastare = await prisma.member.findFirstOrThrow({

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change källarmästare to head of facilities committee

Comment thread src/routes/(app)/contact/+page.svelte Outdated
@SLUCHABLUB

Copy link
Copy Markdown
Contributor Author

OK, fair. I understand you viewpoint and will revert the relevant changes.

Base automatically changed from new-design to main July 6, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.