PCv5/app/static/css
Lephe 1d38f906ee
admin/members: add a dynamic regex/logic filter for the member list
This commit introduces a client-side table filter that supports regexes
and propositional logic to filter table rows.

A table can be filtered if it has the [filter-target] class and its
first row has <th> tags with a [data-filter] attribute specifying column
names.

The filter itself is a div with the [form] and [filter] classes, and a
[data-target] attribute pointing to the table to filter. The filter
contains a text <input> which is passed to filter_update() when the
filter expression is validated.

The client-side filter code runs the expression through a basic lexer
and parser, then matches the result for every row in the target table.
The [textContent] of each cell is used for string and regex matching.
2020-11-02 14:38:28 +01:00
..
admin Modification de la fonction render 2019-04-17 12:25:24 +02:00
themes themes: added Flammingkite theme 2020-09-01 14:32:30 +02:00
container.css Ajout des groupes dans le panel de modification d'un compte 2019-12-10 22:27:39 +01:00
editor.css refactor: passage aux variables CSS4 2020-07-13 22:54:34 +02:00
flash.css Issue #76 Refactoriser les messages flash 2020-10-01 22:16:15 +02:00
footer.css refactor: passage aux variables CSS4 2020-07-13 22:54:34 +02:00
form.css admin/members: add a dynamic regex/logic filter for the member list 2020-11-02 14:38:28 +01:00
global.css Réactivation des font… >_> 2020-07-19 21:54:03 +02:00
header.css refactor: passage aux variables CSS4 2020-07-13 22:54:34 +02:00
homepage.css Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
light.css refactor: passage aux variables CSS4 2020-07-13 22:54:34 +02:00
navbar.css enhancement: moved account icon to bottom of navbar 2020-07-16 19:12:21 +02:00
pagination.css Ajout du style pour la barre de pagination 2019-12-07 16:43:19 +01:00
responsive.css threads: improve layout and flow of messages 2020-10-31 15:35:00 +01:00
shoutbox.css Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
simplemde.min.css Utilisation de https://github.com/sparksuite/simplemde-markdown-editor comme éditeur 2020-09-17 22:41:32 +02:00
table.css admin/members: add a dynamic regex/logic filter for the member list 2020-11-02 14:38:28 +01:00
theme.css templates: represent actual level in XP bar in user widget 2020-08-01 15:28:36 +02:00
widgets.css threads: improve layout and flow of messages 2020-10-31 15:35:00 +01:00