7313.    User: Anonymous   Post date: 2023/03/06(Mon) 22:44:37          
Looks like it's a bit b0rked for now (;^Д^)
But still nice to have. Is it also possible to make the button
look like "Post/Reload" and "Clear" ones?

7314. >Anonymous-san   User: Anonymous   Post date: 2023/03/06(Mon) 23:00:36          
> Looks like it's a bit b0rked for now (;^Д^)
> But still nice to have. Is it also possible to make the button
> look like "Post/Reload" and "Clear" ones?

I haven't tested it, but you could try replacing this:

<button type="button" id="breakbutt">Make line breaks</button>

...with this:

<input type="button" id="breakbutt" value="Make line breaks">

...so that it gets selected by the existing CSS

It could also be nice if it was moved to the right of Post/Reload / 
Clear, or above/below the main textarea, since I keep accidentally 
hitting it instead of Post/Reload due to muscle memory (;^Д^)

Reference: 2023/03/06(Mon) 23:44:37

7315. >Anonymous-san   User: Anonymous   Post date: 2023/03/06(Mon) 23:29:03          
> > Looks like it's a bit b0rked for now (;^Д^)    
> > But still nice to have. Is it also possible to make the button    
> > look like "Post/Reload" and "Clear" ones?    
> I haven't tested it, but you could try replacing this:    
> <button type="button" id="breakbutt">Make line breaks</button>    
> ...with this:    
> <input type="button" id="breakbutt" value="Make line breaks">    
> ...so that it gets selected by the existing CSS    
> It could also be nice if it was moved to the right of Post/Reload /     
> Clear, or above/below the main textarea, since I keep accidentally     
> hitting it instead of Post/Reload due to muscle memory (;^Д^)    
    
Thx, done ( ´ω`)    
For human dev-san to work on it, it's here: https://ayashii.net/ayashiibreaker.js?v2
Only addButton() was changed

Reference: 2023/03/07(Tue) 00:00:36

7316. >Anonymous-san   User: Anonymous   Post date: 2023/03/07(Tue) 09:07:36          
> > I haven't tested it, but you could try replacing this:    
> > <button type="button" id="breakbutt">Make line breaks</button>    
> > ...with this:    
> > <input type="button" id="breakbutt" value="Make line breaks">    
> > ...so that it gets selected by the existing CSS    
> > It could also be nice if it was moved to the right of Post/Reload /     
> > Clear, or above/below the main textarea, since I keep accidentally     
> > hitting it instead of Post/Reload due to muscle memory (;^Д^)    
> Thx, done ( ´ω`)    
> For human dev-san to work on it, it's here: https://ayashii.net/ayashiibreaker.js?v2
> Only addButton() was changed

I found a new p0rblem: the "make line breaks" button now appears on 
the admin page and deletion page (;^Д^)

I think it's cuz it's being inserted after wherever there's 2 buttons, 
instead of next to a specific element's id

Reference: 2023/03/07(Tue) 00:29:03

7317. >Anonymous-san   User: Anonymous   Post date: 2023/03/07(Tue) 11:27:37          
> > Thx, done ( ´ω`)    
> > For human dev-san to work on it, it's here: https://ayashii.net/ayashiibreaker.js?v2
> > Only addButton() was changed
> I found a new p0rblem: the "make line breaks" button now appears on 
> the admin page and deletion page (;^Д^)
> I think it's cuz it's being inserted after wherever there's 2 buttons, 
> instead of next to a specific element's id

fixed now ( ´ω`)
https://ayashii.net/ayashiibreaker.js?v3

Reference: 2023/03/07(Tue) 10:07:36

5 posts found. ←Return