feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
|
@ -9,7 +9,7 @@ tags: ['automation', 'development', 'nextjs', 'javascript']
|
|||
|
||||
**[nownownow.com](https://nownownow.com)**
|
||||
|
||||
> ...a link that says “**now**” goes to a page that tells you **what this person is focused on at this point in their life.** For short, we call it a “now page”.
|
||||
> ...a link that says "**now**" goes to a page that tells you **what this person is focused on at this point in their life.** For short, we call it a "now page".
|
||||
|
||||
This page can be updated manually but, as with just about everything offered by omg.lol, there's an API to submit updates to the page. I already blog infrequently and knew I would fail to manually update the page frequently, which presented an opportunity to automate updates to the page. My page is available at [coryd.dev/now](https://coryd.dev/now).
|
||||
|
||||
|
|
|
@ -222,8 +222,7 @@ This pattern of filtering and filing continues for several additional categories
|
|||
],
|
||||
```
|
||||
|
||||
**Travel (forwarding)**
|
||||
|
||||
**Travel (forwarding)**
|
||||
These are designed to capture confirmations sent by Southwest and are sent off to [Flighty](https://www.flightyapp.com) before being sorted.
|
||||
|
||||
```json
|
||||
|
@ -275,8 +274,7 @@ These are designed to capture confirmations sent by Southwest and are sent off t
|
|||
],
|
||||
```
|
||||
|
||||
**Social networking messages**
|
||||
|
||||
**Social networking messages**
|
||||
These I've left as a simple list wherein `any` included top level domain is filed away as I don't belong to many social networks and they change fairly infrequently.
|
||||
|
||||
**DMARC notifications (depending on how you have your policy record configured)**
|
||||
|
|
Reference in a new issue