Thomas Citharel
|
2e72f6faf4
|
build: switch from yarn to npm to manage js dependencies and move js contents to root
yarn v1 is being deprecated and starts to have some issues
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-14 17:24:42 +01:00 |
|
Thomas Citharel
|
3d9beaa1ca
|
chore(deps): upgrade dependencies
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-14 14:24:19 +01:00 |
|
Thomas Citharel
|
b5672cee7e
|
WIP
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-14 14:24:17 +01:00 |
|
Thomas Citharel
|
f3c218f841
|
fix(front): reduce horizontal padding on main element
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-18 15:17:33 +02:00 |
|
JonFreer
|
f04907c2a6
|
ui: margins on main component
|
2023-08-18 15:17:32 +02:00 |
|
Thomas Citharel
|
e351d3cb2f
|
fix: fix some typescript issues with pwa
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-11 12:23:16 +02:00 |
|
Thomas Citharel
|
e420713a6f
|
Add setting to toggle light/dark mode
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-10-28 17:41:49 +02:00 |
|
Thomas Citharel
|
610570c795
|
Prefix setInterval with window
Use the patch from https://github.com/NixOS/nixpkgs/pull/119132
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-10-28 10:40:20 +02:00 |
|
Thomas Citharel
|
fee4f9add8
|
Fix address selector
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-10-05 17:54:04 +02:00 |
|
Thomas Citharel
|
1087e19ee5
|
Enable E2E tests in CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-09-27 13:43:09 +02:00 |
|
Thomas Citharel
|
48935e2168
|
Add global search
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-08-28 10:02:06 +02:00 |
|
Thomas Citharel
|
ffac91a027
|
Remove some useless console.debug calls
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-08-22 13:46:42 +02:00 |
|
Thomas Citharel
|
57c3df43ff
|
Remove SCSS variables
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-08-11 19:48:29 +02:00 |
|
Thomas Citharel
|
ee20e03cc2
|
Migrate to Vue 3 and Vite
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-08-11 16:46:31 +02:00 |
|
Thomas Citharel
|
709d26735b
|
Provide analytics on Front-end
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-04-06 12:31:46 +02:00 |
|
Thomas Citharel
|
3f4d007f0e
|
Only focus focusable HTMLElements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-03-31 11:24:22 +02:00 |
|
Thomas Citharel
|
411d7eca6c
|
Allow custom focus target for a11y
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-01-17 14:49:47 +01:00 |
|
Thomas Citharel
|
b1a9c28a97
|
Add closeButtonAriaLabel to everymodal
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-11-13 12:33:14 +01:00 |
|
Thomas Citharel
|
39ea05a04a
|
Add mixins to handle RTL languages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-11-04 18:38:47 +01:00 |
|
Thomas Citharel
|
44f90c7b0b
|
Fix focustarget in some cases
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-10-18 11:13:35 +02:00 |
|
Thomas Citharel
|
eba3c70c9b
|
Various accessibility improvements
* Add announcement element with `aria-live`
* Add skip to main content element
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-10-11 17:37:16 +02:00 |
|
Thomas Citharel
|
b2a40d15fa
|
Set update app snackbar text in secondary
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-06-28 08:36:18 +02:00 |
|
Thomas Citharel
|
8b90aa0775
|
Add a snackbar message to allow the user to trigger service-worker refresh
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-06-18 18:19:04 +02:00 |
|
Thomas Citharel
|
fd28b4d410
|
Automatically refresh jwt token periodically
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-06-04 13:33:24 +02:00 |
|
Thomas Citharel
|
6353c4f372
|
Fix missing metainfo on some views
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-06-04 13:33:22 +02:00 |
|
Thomas Citharel
|
3db4ee1aab
|
Warn when offline
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-06-04 13:33:15 +02:00 |
|
Thomas Citharel
|
3d2fafc254
|
Add an error component
Shows when a rendering error has been triggered, like the one in 5edc402a01
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2021-02-03 18:01:53 +01:00 |
|
Thomas Citharel
|
2d541f2e32
|
Fix lint issues
And disable eslint when building in prod mode
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-11-30 12:48:21 +01:00 |
|
Thomas Citharel
|
bad8c779f8
|
Update demo mode to remove references to beta
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-10-28 11:41:39 +01:00 |
|
Thomas Citharel
|
646f298e0b
|
Position the footer on the bottom of the screen
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-10-09 18:13:15 +02:00 |
|
Thomas Citharel
|
49a5725da3
|
Improve and activate groups
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-09-29 10:25:00 +02:00 |
|
Thomas Citharel
|
5f0497144a
|
Improve texts
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-08-31 14:25:21 +02:00 |
|
Thomas Citharel
|
9c9f1385fb
|
Introduce group posts
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-07-30 16:55:35 +02:00 |
|
Thomas Citharel
|
b5f295c5d9
|
UI improvements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-06-17 15:55:21 +02:00 |
|
Thomas Citharel
|
6094e90f28
|
Add onboarding settings
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-06-11 11:06:24 +02:00 |
|
Thomas Citharel
|
eaa791cb89
|
Update i18n, move release to fall 2020
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-06-10 09:08:10 +02:00 |
|
Thomas Citharel
|
3e74f59ee8
|
Send Notifications when participation approval
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-06-08 13:59:27 +02:00 |
|
Thomas Citharel
|
4144e9ffd0
|
Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2020-06-03 16:01:26 +02:00 |
|
Thomas Citharel
|
2ed9050a90
|
Add anonymous and remote participations
|
2020-01-29 17:28:11 +01:00 |
|
Thomas Citharel
|
4da3fb946b
|
Update demo warning message
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-12-17 09:20:40 +01:00 |
|
Thomas Citharel
|
a53100ef6e
|
Added a demo mode to show or hide instance warnings that data is deleted
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-11-21 16:07:43 +01:00 |
|
Thomas Citharel
|
63a839d8aa
|
Try to fix crash on Safari by removing -apple-system from font-family
Source https://github.com/scrumpy/tiptap/issues/464
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-17 14:30:25 +02:00 |
|
Thomas Citharel
|
4b80b8616d
|
Add polyfill for IntersectionObserver
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-17 11:04:07 +02:00 |
|
Thomas Citharel
|
4727c8861e
|
Put correct link to blog into message alert depending on locale
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-15 09:10:51 +02:00 |
|
Thomas Citharel
|
cad508a9bb
|
Make sure welcome back only shows once and improve margins
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-14 14:25:08 +02:00 |
|
Thomas Citharel
|
5676852206
|
Improve icons & css & seo & a11y
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-13 18:21:35 +02:00 |
|
Thomas Citharel
|
7452f0bd70
|
Fix form submission on Explore page search
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-11 10:44:47 +02:00 |
|
Thomas Citharel
|
67093ab6cf
|
Add (closable) warning on everypage
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-11 10:14:29 +02:00 |
|
Thomas Citharel
|
f4360468a6
|
Use local icons instead of CDN, clean unused deps & fix issue with
vue-property-decorator
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-09 17:54:35 +02:00 |
|
Thomas Citharel
|
ecb7d9f759
|
Fix transition test
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-10-08 22:27:14 +02:00 |
|