upsiflu
910a6ab157
fix(types): use auto-generated schema for NodeInfo (About pages; store instance init)
2025-02-13 12:27:02 +01:00
upsiflu
2ebda850c7
feat(ui): allow custom width (via composable props)
2025-01-08 21:34:38 +01:00
ArneBo
a2677477f7
fix(style): consistent import dirs on about page
2025-01-08 21:34:38 +01:00
upsiflu
a49a311caa
chore(cleanup): no console.log in the app
2025-01-08 21:34:37 +01:00
upsiflu
79edf6a0a5
fix(style): minor style corrections
2025-01-08 21:34:37 +01:00
upsiflu
37d99e1a53
refactor(about): [WIP] add 2-up and 3-up card layouts
2025-01-08 21:34:36 +01:00
upsiflu
3955c9ebcd
refactor(about): [WIP] use new components
2025-01-08 21:34:36 +01:00
upsiflu
4c2c2a6e4d
feat(about): merge about and about-this-pod pages
2025-01-08 21:34:35 +01:00
upsiflu
b447daed47
chore(ui): use `store` object instead of `$store` plugin
2025-01-08 21:31:18 +01:00
ArneBo
edad84b0b6
consistent use of i18n for translations, replace , and global variables with local definitions
2025-01-08 21:30:13 +01:00
wvffle
df77d2b153
Standardize plurals
2022-11-28 10:16:58 +00:00
Ciarán Ainsworth
9e34fbc47e
Start to clean up structure
2022-11-28 10:16:58 +00:00
Ciarán Ainsworth
ef757e1854
Update all components
2022-11-28 10:16:58 +00:00
wvffle
edfbf94313
Add eslint rules for i18n
2022-11-28 10:16:58 +00:00
wvffle
ebea32faf9
Replace gettext with i18n
2022-11-28 10:16:58 +00:00
wvffle
360dcb7ccb
Fix type errors
2022-11-15 20:28:30 +00:00
wvffle
fa6a1575e2
Fix moving queue items in FireFox
2022-09-06 09:26:36 +00:00
wvffle
bbdb3dcb9d
Fix auto-fixable linter issues
2022-09-06 09:26:36 +00:00
wvffle
02f8f37824
Migrate a bunch o components to script setup
2022-09-06 09:26:36 +00:00
wvffle
fd403ab7ca
Migrate About.vue to script setup
2022-09-06 09:26:36 +00:00
Kasper Seweryn
b7d66232f6
Remove vue 2 filters
...
Fixes #1759
2022-09-06 09:26:36 +00:00
Kasper Seweryn
071eb2fa35
Move ~/modules to ~/init
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f61fafec2a
Remove '@/'
2022-09-06 09:26:36 +00:00
Kasper Seweryn
2b40707f4f
Cleanup a lot of stuff
...
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-09-06 09:26:36 +00:00
Kasper Seweryn
80ed06db04
Remove @/lodash.js
...
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Georg Krause
e9c4bfe947
Start migration to vite
2022-02-21 15:07:07 +01:00
Marcos Peña
e567abd5fb
Enhances about page ui ( #1619 )
...
Done some css refactoring
2021-12-23 14:40:54 +01:00
Georg Krause
35ffc6ee71
Open external links on about page in new tab
2021-12-12 09:58:51 +01:00
Georg Krause
87c5283ead
Lint all changes files
2021-11-29 12:31:30 +01:00
Georg Krause
2dcbb6dc1a
Add Podname to Banner
2021-11-29 12:31:30 +01:00
Georg Krause
fc3730e5bc
Do not show registration form for logged in users
2021-11-29 12:31:30 +01:00
Georg Krause
0578d18cd9
Fix statistics view
2021-11-29 12:31:29 +01:00
Georg Krause
da33ec0241
Fixes crash at About Page, closes #1594
2021-10-21 11:13:41 +02:00
Connor Hay
77bffa20ac
Update about page and add new /about/pod page
2021-10-21 07:44:34 +00:00
jovuit
f661e3a078
Reviewed comments on source strings on Weblate and modified source strings accordingly if needed
...
Replaced "email" with "e-mail address" when needed
2021-06-17 15:55:12 +00:00
Ciarán Ainsworth
33ba92a0d6
Contrast and labelling fixes
2020-08-01 11:11:51 +02:00
Ciarán Ainsworth
fc8f29d52e
Improve naming of pages for accessibility audit
2020-07-22 12:10:07 +01:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00
Eliot Berriot
b53bf45cc5
Fix #945 : Fixed escaped pod name displayed on home/about page
2019-10-16 10:34:52 +02:00
Eliot Berriot
297c8f2b67
Resolve "[Epic] New landing page"
2019-09-23 11:14:54 +02:00
Eliot Berriot
cfecde4221
Fix #828 : an encoding issue with instance name on about page
2019-05-14 09:43:19 +02:00
jovuit
86534e7392
Common context for duplicates
...
Removes unnecessary `...` for more coherence
2019-03-18 10:07:58 +01:00
Eliot Berriot
72606388ff
Fixed broken extraction of contexts
2019-03-08 12:44:17 +01:00
jovuit
3b9fd20d3b
Added translation context
...
Minor rewording
Added changelog fragment
2019-03-01 14:29:58 +01:00
Eliot Berriot
ef0383a84a
Fixed #659 : styling inconsistency on about page when instance description was missing
2019-01-17 11:50:04 +01:00
Eliot Berriot
17d86a2832
Lazy-load markdown renderer on about page for smaller bundle size
2018-12-20 11:07:31 +01:00
Eliot Berriot
29171853b3
Fix #612 : Improved accessibility by using main/section/nav tags and aria-labels in most critical places
2018-11-19 23:33:22 +01:00
Eliot Berriot
99a37dcb7a
Resolve "UX, UI : Browse Library"
2018-07-17 11:09:13 +00:00
Eliot Berriot
265c3cded6
Localized some strings
2018-07-01 22:15:07 +02:00
Eliot Berriot
0cfefe7a19
Use <translate> instead of to avoid extraction issues
2018-07-01 15:31:34 +02:00