flarum-bot
9df4676562
Bundled output for commit 785f807ad8
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-09-29 15:32:51 +00:00
Sami Mazouz
785f807ad8
fix: Anchors should not have type="button"
( #3086 )
2021-09-29 11:30:31 -04:00
flarum-bot
0090f97f9a
Bundled output for commit b099a3843d
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-09-20 15:08:49 +00:00
David Wheatley
b099a3843d
[A11Y] Accessibility improvements for the Search component ( #3017 )
...
* Remove deprecated code
* Accessibility improvements for Search component
2021-09-20 16:06:15 +01:00
flarum-bot
92af39b6b6
Bundled output for commit acd19c6fa2
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-09-11 08:26:35 +00:00
Rafael Horvat
acd19c6fa2
Use author
filter parameter instead of q
with gambit to get a user's discussions on the DiscussionsUserPage
( #3068 )
2021-09-11 09:24:15 +01:00
flarum-bot
31961c4490
Bundled output for commit b330a14f51
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-09-06 00:46:37 +00:00
David Sevilla Martín
b330a14f51
Add extra error handling for avatar file size & large payload ( #3042 )
...
* Add extra error handling for avatar file size & large payload
* Change error message to return 'upload failure' on most errors instead of 'no file' message
2021-09-05 20:43:59 -04:00
flarum-bot
fa653d96ee
Bundled output for commit 2d451ece09
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-26 09:35:55 +00:00
Rafael Horvat
2d451ece09
Allow adding page
parameters to PaginatedListState, like limit
. ( #2935 )
2021-08-26 10:33:22 +01:00
flarum-bot
75739de071
Bundled output for commit 91b5bf6a41
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-25 17:35:41 +00:00
Sami Mazouz
91b5bf6a41
fix: Extension admin page erroring out ( #3054 )
...
Extension admin pages are currently not working because of a JS error.
The settings record is never defined but directly used, it used to be defined as an empty object in oninit.
2021-08-25 13:33:19 -04:00
flarum-bot
04f7585e03
Bundled output for commit 4ceba63d27
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-23 01:02:28 +00:00
David Wheatley
4ceba63d27
Rewrite AdminPage
abstract component into Typescript ( #2996 )
...
* Rewrite AdminPage.js into Typescript
* Export more interfaces and types
* Use Stream type
* Update js/src/admin/components/AdminPage.tsx
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com >
* Move `HTMLInputTypes` type to global declarations
* Add missing app import
* Export options interface
* Remove unused method
* Add random element ID generator
* Add attrs for Page component
Full rewrite needed later
* Provide correct attrs
* Add missing a11y attributes for help text and labels
* Update TSDoc comment
* Allow Children to be passed for label/help text
* Extract setting types to arrays
* Make Page class abstract; fix incorrect Component generic call
* Mark AdminPage as abstract
* Mark `content` as abstract
* Revert "Move `HTMLInputTypes` type to global declarations"
This reverts commit c900cb3f6d
.
* Restore TSDoc on HTMLInputTypes type
* Fix typo
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com >
2021-08-23 01:59:50 +01:00
flarum-bot
8ee783a06b
Bundled output for commit bccd3f1dfa
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-22 22:48:43 +00:00
David Wheatley
bccd3f1dfa
fix: reference to undefined variable discussion
2021-08-22 23:46:34 +01:00
flarum-bot
fa6a14adb6
Bundled output for commit fcdc7930b1
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-22 19:40:36 +00:00
David Wheatley
fcdc7930b1
Rewrite Button to Typescript ( #2984 )
...
* Rename Button file
* Convert to TS
* Add debug warning helper
Fires `console.warn`, but only when the forum is in debug mode. Can help to inform extension developers of possible issues with their JS code.
* Simplify button content template
* Rewrite Button component
- Prefer `aria-label` over `title`
- Don't duplicate button content to `title` attribute
- Warn in debug mode if button has no accessible content
- Use modern JS/TS syntax (`||=`, spread, etc)
* Update to work with new Button component
* Update warning
Co-authored-by: Matt Kilgore <tankerkiller125@gmail.com >
* Fire warning in `oncreate`
* Format
* Make Button have extensible Attributes type via generics
* Update args type
* Update js/src/common/components/Button.tsx
Co-authored-by: Matt Kilgore <tankerkiller125@gmail.com >
Co-authored-by: David Sevilla Martin <me@datitisev.me >
Co-authored-by: Alexander Skvortsov <sasha.skvortsov109@gmail.com >
2021-08-22 20:38:01 +01:00
flarum-bot
b1acb1ba5a
Bundled output for commit 1d89d0c365
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-21 22:36:48 +00:00
Clark Winkelmann
1d89d0c365
Replace username with display name in more places ( #3040 )
...
* Replace username with display name in more places
* More readable spread operator and translator user magic
2021-08-21 23:34:34 +01:00
flarum-bot
9bae5211c5
Bundled output for commit 8726634459
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-21 07:56:13 +00:00
David Wheatley
8726634459
Use ItemList for DiscussionPage content ( #3004 )
...
* Use ItemList for DiscussionPage content
* Don't import Mithril
2021-08-21 09:53:56 +02:00
flarum-bot
ca9aa2d76f
Bundled output for commit bd1c08c743
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-19 09:17:15 +00:00
David Wheatley
bd1c08c743
Add typings for class component state attribute ( #2995 )
...
* Add `state` typings to class components
2021-08-19 10:14:50 +01:00
flarum-bot
1b2a6c7e99
Bundled output for commit 5097620b6e
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-19 09:13:22 +00:00
David Wheatley
5097620b6e
Fix global typings for extensions ( #2992 )
...
* Fix global typings for extensions
* Deprecate global `app` typings
See https://github.com/flarum/core/issues/2857#issuecomment-889841326
* Add `app` export for common namespace
* Add missing `app` imports within core
* Add missing `app` imports to JS files
* Fix incorrect import
* Fix admin file importing forum `app`
* Add `flarum` global variable
* Format
* Update JSDoc comment
* Update JSDoc comment
Co-authored-by: Alexander Skvortsov <sasha.skvortsov109@gmail.com >
* Fix frontend JS error
* Empty commit
Co-authored-by: Alexander Skvortsov <sasha.skvortsov109@gmail.com >
2021-08-19 10:10:40 +01:00
David Wheatley
24992b248f
Remove format hook on commit; update CI to only build with valid formatting ( #3032 )
...
* Remove format hook on commit
We all hate it. Let's remove it.
2021-08-19 01:53:39 +01:00
flarum-bot
f1f492f9b5
Bundled output for commit 37a1383c2f
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-16 09:57:55 +00:00
David Wheatley
37a1383c2f
[A11Y] Make checkboxes focusable ( #3014 )
...
* Add extra feature to a11y focusring mixin
* Add visually hidden CSS class and mixin
* Visually hide checkboxes (keep in focus/a11y tree)
* Place checkbox focus ring around display element
* Improve mobile checkbox/switch accessibility
2021-08-16 11:56:10 +02:00
flarum-bot
912d2981c1
Bundled output for commit ace08b4869
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-16 09:19:44 +00:00
Sami Mazouz
ace08b4869
[1.x] Custom Colorising with CSS Custom Properties ( #3001 )
...
* Start of conversion to CSS variables
* Use variable for Badge colors
* Use variable for avatar bg
* Use variable for user card bg
* Use css variables for hero
* Use css variables for buttons
* Use css variables for sidenav links
* Cleaner style attr
Co-authored-by: David Wheatley <hi@davwheat.dev >
2021-08-16 10:17:48 +01:00
flarum-bot
ac4cd4f84d
Bundled output for commit c4ba1b4fc5
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-15 18:56:32 +00:00
David Wheatley
c4ba1b4fc5
[A11Y] Explicitly state aria-hidden
value; hide icons from screenreaders ( #3027 )
...
* Set explicit `aria-hidden` value
* Hide icons from screen-readers
2021-08-15 20:54:50 +02:00
flarum-bot
86feac808b
Bundled output for commit a50621d335
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-14 23:22:33 +00:00
Ornanovitch
a50621d335
Permission Grid: stick the headers to handle a lot of tags ( #2887 )
...
* sticky thead th & tbody th, adapt PermissionPage and PermissionGrid layout
* adjust height size
* cleanup
* cleanup with some SychO9's recommendation
* remove the `thead th` `first-child` "protection"
2021-08-15 00:21:08 +01:00
flarum-bot
dde1fe8981
Bundled output for commit 0b4454c9c5
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-13 22:24:28 +00:00
Hasan Özbey
0b4454c9c5
don't show excerpt if there are no plain content ( #2964 )
...
for https://github.com/flarum/core/issues/2942
2021-08-13 23:22:56 +01:00
flarum-bot
1237e6e55e
Bundled output for commit 46d1c8e922
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-08-10 13:54:32 +00:00
Ornanovitch
46d1c8e922
make user.editGroups depending on viewHiddenGroups ( #2880 )
...
should resolve #2610
2021-08-10 14:52:34 +01:00
David Wheatley
dc8958440e
Use organization Prettier config ( #2967 )
...
* Use organization Prettier config
* Bump version to 1.0.0
* Update workflow
* Use npm ci and package.json script
2021-07-30 12:18:20 +01:00
flarum-bot
0603ee872a
Bundled output for commit c227bcfbe2
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-07-26 11:04:48 +00:00
SychO9
c227bcfbe2
npm run format
2021-07-26 13:03:09 +02:00
David Wheatley
8e1599a684
Remove class from text input
2021-07-26 13:03:09 +02:00
David Wheatley
f0e07b0011
Remove class from Mail Select setting component
2021-07-26 13:03:09 +02:00
David Wheatley
559a93d379
Prevent class attrs overriding default Select classes
2021-07-26 13:03:09 +02:00
David
ba08eb0039
Fix Select-based setting breaking admin pages
2021-07-26 13:03:09 +02:00
flarum-bot
ecbb506ecd
Bundled output for commit 065a3a9799
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-07-14 14:15:44 +00:00
David Wheatley
065a3a9799
Add fix for broken type hinting on class components ( #2962 )
2021-07-14 15:13:57 +01:00
flarum-bot
ea9c109b65
Bundled output for commit a0fe969262
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-07-13 12:44:21 +00:00
David Wheatley
a0fe969262
Allow extra attrs provided to <Select>
to be passed through to the DOM element ( #2959 )
...
* Allow extra attrs provided to `<Select>` to be passed through to the DOM element
* Allow direct passing attrs to the Select wrapper
* Format
2021-07-13 13:42:46 +01:00