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
Sami Mazouz
7944358953
Fix NotificationGrid Design ( #3028 )
...
Updating normalizer messed with it
https://github.com/flarum/core/pull/3015/files
2021-08-15 19:08:05 +01:00
David Wheatley
1d7c486a37
Adds missing defaults for display name driver and User slug driver ( #2971 )
2021-08-15 16:38:43 +01: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
David Wheatley
52ee0e24f4
Update Normalize.css
2021-08-12 17:46:08 +02:00
Pierre Schmitz
92c28c0d14
Limit height of code blocks ( #3012 )
...
* Limit height of code blocks
Users often post lengthy code or configuration listings which makes following the actual discussion difficult. Therefore we limit a code block by half a screen while still being able to scroll through the code listing itself.
* Define a minimal code block height for small screens
* Add max-height compatibility for browsers that don't support `max()`
See https://caniuse.com/css-math-functions
* Less has a built-in `max` function, so we need to escape this value
Co-authored-by: David Wheatley <hi@davwheat.dev>
2021-08-11 20:28:02 +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
luceos
50eea40edf
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-31 12:34:23 +02:00
Daniel Klabbers
ecd20fa0c1
use construct binding for ioc dependencies
2021-07-31 12:34:23 +02:00
luceos
a8f0e9f240
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-07-31 12:34:23 +02:00
Daniel Klabbers
fcb3a72611
added mysql version, queue and mail driver
2021-07-31 12:34:23 +02: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
Daniël Klabbers
c7613af913
Update composer.json
2021-07-26 13:02:33 +02:00
Sami Mazouz
0cee2dd4d6
Avoid intervention/image 2.6.0
2021-07-26 13:02:33 +02:00
Sami Mazouz
2cb33f7396
Revert "Avoid using intervention/image 2.6.0"
...
This reverts commit 045c362e6f
.
2021-07-26 13:02:33 +02:00
Sami Mazouz
df2d684a25
Revert "Use wildcard for constraint instead"
...
This reverts commit a44166dd56
.
2021-07-26 13:02:33 +02:00
Sami Mazouz
a44166dd56
Use wildcard for constraint instead
...
Co-authored-by: Daniël Klabbers <luceos@users.noreply.github.com>
2021-07-21 10:41:53 +02:00
SychO9
045c362e6f
Avoid using intervention/image 2.6.0
2021-07-21 10:41:53 +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
David Wheatley
7283254b4a
Hide post footer when empty ( #2926 )
...
* Add `Post-footer--empty` class if the post footer contains no items
* Hide post footer when it has class `Post-footer--empty`
* Swap to `:empty` pseudoselector
* Prefer ternary operator
* Fix typo
2021-07-13 13:42:19 +01:00
Daniel Klabbers
7562878325
prevent a couple of cycles by not resolving the excluded middleware on each middleware items
2021-07-13 00:44:27 +02:00
Daniel Klabbers
274dac123f
fixes internal clients use of session
...
With remember from cookie, in certain edge cases, the middleware would
try to load a session which hasn't been instantiated as this middleware
is excluded for the client. Excluding the remember from cookie
middleware will resolve this as authentication is done using the
RequestUtil and ActorReference regardlessly.
2021-07-13 00:32:13 +02:00
David Wheatley
b11b6ec456
Update code block styling to match HLJS 11's new styles ( #2909 )
2021-07-09 10:04:12 +01:00
flarum-bot
550edf44b3
Bundled output for commit 0df8f92d05
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-07-05 15:37:15 +00:00
Lucas Henrique
0df8f92d05
Move Day.js plugin types import to global typings ( #2954 )
2021-07-05 16:35:37 +01:00
Daniel Klabbers
323b946a00
set version constant for 1.0.5-dev
2021-06-28 12:26:15 +02:00
Daniel Klabbers
b58175a83e
changelog for v1.0.4
2021-06-28 12:22:48 +02:00
Ian Morland
32aa163844
Remove LIKE
and raw from viewUserList rename
2021-06-28 11:58:23 +02:00