Skip to content

Commit

Permalink
Changing E-mail in License, adding link to Discord, adding DarkMode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Jul 15, 2023
1 parent 207a130 commit 3dd7fb3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Anthony Rappa <rappa819@gmail.com>
Copyright (c) Anthony Rappa <anthony@rappasoft.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/questions-and-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] instead of using the issue tracker.
10 changes: 10 additions & 0 deletions docs/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/support-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 3dd7fb3

Please sign in to comment.