979 Commits

Author SHA1 Message Date
Andrea Vos
3b3f0e3e40 (fix) circle mentions break when one is mentioned in an unpublished version 2024-01-15 23:36:36 +01:00
Andrea Vos
f1d1141ed8 (pronounce) give [target=_blank] to the progressive enhancement link 2024-01-13 15:02:00 +01:00
Valentyne Stigloher
77d3cb5818 (fix) deep copy prototype to prevent that it is modified 2024-01-11 22:07:08 +01:00
Valentyne Stigloher
ebcf86732f (fix) do not pass null to Base64.encodeURI 2024-01-11 22:06:37 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
8e1a40d74f (lint) add .js extension on imports in .vue 2024-01-11 20:33:04 +01:00
Andrea Vos
922966f18d (profile) another potential fix for name pronunciation 2024-01-11 19:39:21 +01:00
Valentyne Stigloher
fd58ab3fe3 (profile) style pronunciation
remove bold text weight from pronunciation text
prevent wrapping when name and pronunciation would cause the pronunciation speaker to be on a new line
2024-01-11 16:15:04 +01:00
Valentyne Stigloher
0435f28e21 (profile) allow optional pronunciation for names
keep in mind that newly added properties won’t be reactive,
so both on profile parsing and on creating a new row from the prototype
the new pronunciation property must be included
2024-01-11 16:15:04 +01:00
Valentyne Stigloher
60b788bf3c (pronouns) display pronunciation speaker on morphemes in grammar table 2024-01-11 16:15:04 +01:00
Valentyne Stigloher
eb916934f5 (refactor) factor out PronunciationSpeaker component 2024-01-11 16:15:04 +01:00
Valentyne Stigloher
f82344eb0c (refactor) decouble pronunciation API from pronouns to allow more flexible use 2024-01-11 16:15:04 +01:00
Theodore Dubois
3eb7091e15 Fix translation buttons inside file upload buttons
The invisible input element covering the button also covered the
translation text. I found a post on stackoverflow that suggested hiding
the input element entirely and instead attaching a label to it and
styling that. This seems to still work for uploads and can be translated
now.

https://stackoverflow.com/questions/572768/styling-an-input-type-file-button
2024-01-09 17:12:33 -08:00
Andrea Vos
7a0ba4da29 fix lint 2023-12-29 00:26:07 +01:00
Andrea Vos
9e025e7c14 (en) easter egg 2023-12-29 00:15:37 +01:00
Andrea Vos
88f97ef4d8 (workshops) first draft 2023-12-28 23:00:07 +01:00
Andrea Vos
a7f093865e (lint) fixes 2023-12-28 22:36:40 +01:00
Valentyne Stigloher
18bab35115 (lint) fix variables 2023-12-28 22:34:27 +01:00
Valentyne Stigloher
b0d00883cc (lint) explicitely add .vue extension when importing components 2023-12-28 22:34:27 +01:00
Valentyne Stigloher
8d599d5a0f (ci) add linting plugin for Vue 2023-12-28 22:34:06 +01:00
Valentyne Stigloher
e5b84d7368 (ci) add linting with ESLint
remove unused variables
2023-12-28 22:32:59 +01:00
Andrea Vos
ea4998fdf0 Personal calendar in the card 2023-12-26 12:34:35 +00:00
Andrea Vos
ab4284f32c Merge branch 'markdown' into 'main'
(profile) allow inline markdown syntax for fields: description, names, words

Closes #367

See merge request PronounsPage/PronounsPage!391
2023-12-11 16:20:06 +00:00
Andrea Vos
ac0dd81244 (profile) allow inline markdown - add switch 2023-12-10 00:32:22 +01:00
Andrea Vos
3747372db0 Merge branch 'calendar-filter' into 'main'
(calendar) add filtering to the event list

See merge request PronounsPage/PronounsPage!390
2023-12-09 22:05:37 +00:00
Andrea Vos
c71b6efcfb (calendar) add filtering to the event list - optimisation 2023-12-09 21:49:17 +01:00
Andrea Vos
a75772b46d (calendar) add filtering to the event list - fix miscommit 2023-12-09 21:35:24 +01:00
Andrea Vos
16b0004237 (profile) allow inline markdown - optimisation, consistency 2023-12-09 19:10:01 +01:00
Andrea Vos
4ed10398e1 (profile) allow inline markdown - add togglable instructions 2023-12-09 16:19:37 +01:00
Andrea Vos
d2bd2499d2 (profile) allow inline markdown - switch library 2023-12-09 15:59:20 +01:00
Andrea Vos
9b4834966d (pl)(academic) translingwistyka 2023-12-09 13:52:11 +01:00
Andrea Vos
15687c7e91 (profile) allow inline markdown syntax for fields: description, names, words 2023-12-06 20:44:58 +01:00
Andrea Vos
12c5b0254a (calendar) add filtering to the event list 2023-12-06 20:18:52 +01:00
Valentyne Stigloher
c5b8619704 (pronouns) hide undefined morphemes which are not defined by the generator or the table
This affected et/siem and generated pronouns using the slash notation
Fixes #366
2023-12-02 19:25:23 +01:00
Andrea Vos
ddde143d65 (bug) safari seems to struggle with loading some profiles
my best guess after checking out console and network tab is too many concurrent connections – so spreading them out a bit 🤞
2023-12-02 15:40:41 +01:00
Valentyne Stigloher
b6287e4f65 (pronouns) highlight morphemes on hover / on touch 2023-11-22 16:48:41 +01:00
Valentyne Stigloher
9d7d2fda04 (refactor) common component <Morpheme> for morphemes in example sentences and grammar table 2023-11-22 16:45:35 +01:00
Valentyne Stigloher
a0d65f9978 (refactor) rename component <Morpheme> to <MorphemeWithPronunciation> 2023-11-22 16:44:28 +01:00
Valentyne Stigloher
773976f0b6 (pronouns) add comprehensive switch to any pronouns 2023-11-17 17:22:46 +01:00
Andrea Vos
e0618f2ebc add rel=me to all profile links, not just verified 2023-11-15 21:36:52 +01:00
Valentyne Stigloher
89e8ec4576 (refactor) factor out generation of example parts 2023-11-09 19:25:41 +01:00
Andrea Vos
81085af415 extend support banners 2023-11-06 20:47:47 +01:00
Andrea Vos
742fc10a5c fix minor issues to clean up js/node logs 2023-11-02 08:27:06 +01:00
Andrea Vos
b422152d91 (bug) fix stopping impersonation didn't clean up switcher entry 2023-10-26 18:42:25 +02:00
Andrea Vos
e7445a24ca (bug)(flags) fix "autistic + aro" terminology entry linking to flags with just "autistic" 2023-10-21 17:40:42 +02:00
Kevin
49de998e8e we dont use teams anymore! 2023-10-18 17:22:10 +00:00
Andrea Vos
7e0841f60c remove gcchecker (project inactive) 2023-10-11 20:53:07 +02:00
Andrea Vos
84269657d3 (feature)(profile) cards backup - disallow banned users 2023-10-07 16:15:35 +02:00
Andrea Vos
bad7f12ad8 (feature)(profile) cards backup 2023-10-07 16:01:42 +02:00
Andrea Vos
162d4b3a5c (ads) fix missing queue/registerZone 2023-09-28 17:41:32 +02:00