From 1684507b5875e12ac582f0fd6cdba0fa41298a17 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:00:07 +0100 Subject: [PATCH] Changing E-mail in License, adding link to Discord, adding DarkMode --- LICENSE.md | 2 +- docs/introduction.md | 2 +- docs/questions-and-issues.md | 2 +- docs/start/configuration.md | 10 ++++++++++ docs/support-me.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 60485ef25..970f3c2de 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Anthony Rappa +Copyright (c) Anthony Rappa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/introduction.md b/docs/introduction.md index 53aa2c173..483755c06 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -12,7 +12,7 @@ weight: 1 Welcome to the [Laravel Livewire Tables](https://github.com/rappasoft/laravel-livewire-tables) documentation! -I will do my best to document all features and configurations of this plugin. +We will do our best to document all features and configurations of this plugin. Laravel Livewire Tables is a plugin built for Laravel Livewire that allows you to create simple or advanced dynamic datatables. diff --git a/docs/questions-and-issues.md b/docs/questions-and-issues.md index cd08eccd0..c77e460eb 100644 --- a/docs/questions-and-issues.md +++ b/docs/questions-and-issues.md @@ -7,6 +7,6 @@ If you have general questions not related to any issues you may post a [discussi If you have found a reproducable bug please create an [issue](https://github.com/rappasoft/laravel-livewire-tables/issues). -If you would like other help you can join the [slack channel](https://rappasoft.herokuapp.com/). +If you would like other help you can join the [discord channel - details here](https://github.com/rappasoft/laravel-livewire-tables/discussions/1252/). If you've found a bug regarding security please mail anthony@rappasoft.com instead of using the issue tracker. diff --git a/docs/start/configuration.md b/docs/start/configuration.md index 24292f08f..02aeadf18 100644 --- a/docs/start/configuration.md +++ b/docs/start/configuration.md @@ -59,6 +59,16 @@ module.exports = { }; ``` +## Tailwind Dark Mode +If you find that the table is consistently displaying in Dark Mode, then you will need to add the following into your tailwind.config.js configuration, keeping in mind that this **could** impact other components using dark mode! + +```js +module.exports = { + darkMode: 'class', // This specifies that Tailwind should look at Class elements to determine dark mode +... +}; +``` + ## Alpine.js Cloak You must also make sure you have this Alpine style available globally: diff --git a/docs/support-me.md b/docs/support-me.md index 5f0818ad3..8e11886f7 100644 --- a/docs/support-me.md +++ b/docs/support-me.md @@ -3,4 +3,4 @@ title: Support Me weight: 2 --- -I invest a **lot** of time into creating [my packages](https://rappasoft.com/packages). You can support me by [sponsoring me on Github](https://github.com/sponsors/rappasoft). +I invest a **lot** of time into creating [my packages](https://rappasoft.com/packages). You can support this work by [sponsoring me on Github](https://github.com/sponsors/rappasoft). There are additional benefits at various levels!