psychobunny
4c0893a58b
fix: match topic avatar with category avatar sizing
4 years ago
psychobunny
c5a2cb4536
fix: prefer lg for buildAvatar in users list
4 years ago
psychobunny
6c20f4ffcc
feat: phase out HR dividers on topic, use CSS instead
4 years ago
Barış Soner Uşaklı
c3fa95c728
feat: add back hr
4 years ago
Julian Lam
1778d3f3c2
fix: li instead of aside for necro-post
4 years ago
Julian Lam
b85918ee3d
fix: remove extra line dividers in post tools [breaking]
4 years ago
Julian Lam
f41b12d1fd
fix: removed seemingly useless css for post moderator tools
4 years ago
Barış Soner Uşaklı
47d6d55ad3
https://github.com/NodeBB/NodeBB/issues/8626
4 years ago
Barış Soner Uşaklı
86d3de998f
fix: for browsing users
4 years ago
Julian Lam
a48db27f20
companion to nodebb/nodebb@34ca8eaa4
4 years ago
Julian Lam
596d3f6c05
tpl changes for nodebb/nodebb#8569
4 years ago
Julian Lam
1fdd78720d
fix: remove filters from flag details, move flag graph to filters
4 years ago
Julian Lam
b3e595b13c
companion to nodebb/nodebb@5fded38ffa
5 years ago
Julian Lam
71fea4a208
nodebb/nodebb#8531
5 years ago
Pablo Klaschka
9bc6861b4c
Adding at least a tiny bit of accessibility to the New Topic button ( #506 )
...
* Adding a bit of "pseudo-accessibility" to the New Topic button
I don't have the time to look into this enough to really make the "New Topic" button accessible. However, right now, it isn't accessible for keyboard navigation at all (as it's not registered as "clickable").
While these changes don't add actual "overall" accessibility to the pseudo button, it at least adds the ability for keyboard navigation tools to register it as a button (at least adding support for extensions like [Vimium](https://vimium.github.io/ ), etc.
* Removed accidentally introduced \n at end of file
5 years ago
Barış Soner Uşaklı
0522720941
feat: https://github.com/NodeBB/NodeBB/issues/8509
5 years ago
Julian Lam
af0618a1af
feat: more accessible collapsed items in flag pages
5 years ago
Julian Lam
c086a0397f
feat: hide some filters behind 'more filters' button
5 years ago
Julian Lam
7cb520f036
fix: aria label for flag modal
5 years ago
Barış Soner Uşaklı
1c095c197b
feat: dropdown menu right if pull right
5 years ago
Barış Soner Uşaklı
ea26dc246f
https://github.com/NodeBB/NodeBB/issues/8456
5 years ago
Julian Lam
d299b86628
fix: remove role attr for dropdown elements
5 years ago
Barış Soner Uşaklı
dd0aa015cd
feat: make topic tags partial
5 years ago
Julian Lam
81b10227e4
feat: add username to post_history modal
5 years ago
Julian Lam
8e47216466
feat: companion commit to nodebb/nodebb#8406
5 years ago
Barış Soner Uşaklı
a327a64614
feat: merge
5 years ago
Barış Soner Uşaklı
e8a44a650e
feat: merge changes
5 years ago
Barış Soner Uşaklı
c4e3d07940
feat: more merge fixes
5 years ago
Barış Soner Uşaklı
9a0cdd0eb2
feat: merge improvements wip
5 years ago
Julian Lam
bc71435856
fix: companion commit to nodebb/nodebb@4d60eac60f
5 years ago
Barış Soner Uşaklı
ad0cccbe7c
fix: container
5 years ago
Barış Soner Uşaklı
e65ec0fa15
feat: quick search changes
5 years ago
Barış Soner Uşaklı
6ab532d910
feat: remove empty partial
5 years ago
Barış Soner Uşaklı
c43c2ddbdb
feat: add post-quick-reply language key
5 years ago
Barış Soner Uşaklı
cde36609cc
https://github.com/NodeBB/NodeBB/issues/8175
5 years ago
Barış Soner Uşaklı
91b46b1db4
fix: https://github.com/NodeBB/NodeBB/issues/8167
5 years ago
Barış Soner Uşaklı
f76766a654
https://github.com/NodeBB/NodeBB/issues/8043
5 years ago
Andrew Rodrigues
5d29b46983
feat: add itemprop position for breadcrumbs
5 years ago
Andrew Rodrigues
dfada97020
fix: https://github.com/NodeBB/NodeBB/issues/8130
...
update deprecated data-vocabulary.org to schema.org
5 years ago
Opliko
07d3317514
Add rel="noopener"
...
It's a good practice to make target="_blank" links to cross-origin destination not give any control over original window to the site that's opened if it's not needed. And it's not needed here.
Also, lighthouse complains about it, so this small change will improve the "Best Practices" score there :)
5 years ago
Julian Lam
30f0c1a4d3
fix : #494
5 years ago
Barış Soner Uşaklı
eb33ae7fa1
https://github.com/NodeBB/NodeBB/issues/8018
5 years ago
Barış Soner Uşaklı
48dfeef4d7
fix: move whitespace to the front
5 years ago
Barış Soner Uşaklı
2f64dd9bab
fix: closes https://github.com/NodeBB/NodeBB/issues/7813
5 years ago
Barış Soner Uşaklı
c53a1b0e7d
fix typo
6 years ago
Julian Lam
ab21ebd960
feat: theme changes for nodebb/nodebb#7330
6 years ago
Barış Soner Uşaklı
3c00f80609
fix: groups page not rendering users
6 years ago
Barış Soner Uşaklı
d4b578f0bd
fix: dont display to regular users
6 years ago
Barış Soner Uşaklı
b3a6ef5b22
https://github.com/NodeBB/NodeBB/issues/7083 ( #484 )
6 years ago
Barış Soner Uşaklı
4a8f11c801
https://github.com/NodeBB/NodeBB/issues/7751
6 years ago
Julian Lam
69f4248f72
feat: functioning category dropdown in recent/unread/etc without js ( #483 )
...
* 10.1.0
* feat: WIP nojs category dropdown in recent
* feat: allowing new topic button to be clicked without js
It now opens a category dropdown which then sends user to
the discrete composer page.
WARNING: Does not work on tag.tpl. Needs core update to send
categories data through...
* fix: removed unneeded data-toggle attribute
6 years ago
Barış Soner Uşaklı
1fa2af9920
fix tags not displaying on topics_list partial
6 years ago
Barış Soner Uşaklı
36e1e26502
add posts_list_item.tpl
...
show best and latest posts on profile
6 years ago
Julian Lam
a86df050db
feat: change legacy begins to each ( #478 )
...
* refactor: change legacy begins to each
* fix: missed a couple ends
* fix: derped find-replace
* fix: referencing non-existent root object in categories teaser
6 years ago
Barış Soner Uşaklı
d32e461481
https://github.com/NodeBB/NodeBB/issues/7659
6 years ago
Julian Lam
b3a9fb8ce0
fix: missed a couple avatars
6 years ago
Julian Lam
d460ce328c
refactor: theme changes for buildAvatar ( nodebb/nodebb#7681 )
...
* fix: using new avatar helper
* fix: using helper in flag details page
* feat: using new avatar helper
* fix: more changes to use buildAvatar
* fix: bump nbbpm.compatibility to exclude 1.12.x
6 years ago
Barış Soner Uşaklı
6cb435ef22
match templates
6 years ago
Barış Soner Uşaklı
308dbd19c5
Update category-selector.tpl
6 years ago
Baris Usakli
19fe41b64e
https://github.com/NodeBB/NodeBB/pull/7568
6 years ago
Barış Soner Uşaklı
7b18448319
Merge branch 'master' of https://github.com/NodeBB/nodebb-theme-persona
6 years ago
Barış Soner Uşaklı
71dbd127b4
https://github.com/NodeBB/NodeBB/issues/7468
6 years ago
Andrew Rodrigues
67a69db907
fix: https://github.com/NodeBB/NodeBB/issues/7446
6 years ago
Baris Usakli
ea3e7a2661
https://github.com/NodeBB/NodeBB/issues/7358
6 years ago
Julian Lam
e0328d0f37
closes #467
6 years ago
Baris Usakli
8c17089082
remove hr on last element
6 years ago
Barış Soner Uşaklı
be861d1df9
quick search
6 years ago
Barış Soner Uşaklı
c9d30350c4
quick search
6 years ago
Barış Soner Uşaklı
63e17fb55b
Merge branch 'master' of https://github.com/NodeBB/nodebb-theme-persona
6 years ago
Barış Soner Uşaklı
eed527fcb0
https://github.com/NodeBB/NodeBB/issues/7338
6 years ago
Peter Jaszkowiak
6127b23914
Fix #442 : Improve chat controls UI
6 years ago
Peter Jaszkowiak
639c37a57e
Fix #385 : logo now has cachebuster
6 years ago
Barış Soner Uşaklı
16856c33ad
add hidden attribute https://github.com/NodeBB/NodeBB/issues/7100
6 years ago
Barış Soner Uşaklı
de1fffb22a
Category watch state ( #445 )
...
* feat: pass data to client
* add state fix category new topics alert
* update watch tpl
* add UCP option for category watch state
6 years ago
Barış Soner Uşaklı
88f790b818
add selected category
6 years ago
Barış Soner Uşaklı
e7696a596b
https://github.com/NodeBB/NodeBB/issues/6928
6 years ago
Sebastian Sycz
e0211f1d9b
Blocking chat/flag/block for guest
6 years ago
Sebastian Sycz
91b6062da3
Block changing items. ( #439 )
...
* Block changing items.
Buttons for editing, deleting, changing items blocked for guests and other users on our profile.
* Update header.tpl
* Update header.tpl
6 years ago
Barış Soner Uşaklı
3f79519403
Merge branch 'master' of https://github.com/NodeBB/nodebb-theme-persona
6 years ago
Barış Soner Uşaklı
ae99aefdc3
add fa-fw
6 years ago
Julian Lam
dc16a3fe98
fix: toPid link not working on subfolder installs
...
Was missing relative_path argument
Closes nodebb/nodebb#6948
6 years ago
Barış Soner Uşaklı
bb919e17cc
add reply icon on mobile
6 years ago
Barış Soner Uşaklı
dd2c767cc3
closes https://github.com/NodeBB/NodeBB/issues/6865
6 years ago
Julian Lam
3b6e6db02f
feat: show spinner when loading sidebar, complements 8ebc7dcc1d
6 years ago
Barış Soner Uşaklı
d32435975f
add not-responsive class to user images
6 years ago
Julian Lam
d4b20749d6
move slideout and chat menus to partials
6 years ago
Julian Lam
06a19b425c
Revert "Fix #432"
...
This reverts commit 3598ffdb5b
.
6 years ago
Julian Lam
3598ffdb5b
Fix #432
...
Wrap logout button in form-group, was missing it when the button
was refactored to not require js.
6 years ago
Julian Lam
0cb7455a1f
fixes #245
6 years ago
Barış Soner Uşaklı
aa9d1e247c
#360
6 years ago
Barış Soner Uşaklı
39110c4b82
Merge branch 'master' of https://github.com/NodeBB/nodebb-theme-persona
6 years ago
Barış Soner Uşaklı
07fe83e78e
closes #363
6 years ago
André Zanghelini
2746ecf3df
Move chat icons above message ( #429 )
6 years ago
Julian Lam
3d229223ba
closes #397
6 years ago
Barış Soner Uşaklı
f5e9eebbd1
https://github.com/NodeBB/NodeBB/issues/6822
6 years ago
Baris Usakli
fd89e0c286
add nesting to categories on account/watched_categories
6 years ago
Baris Usakli
f45e083ebc
move watched categories
6 years ago
André Zanghelini
2a213a6c1e
Add settings page to control watched categories ( #422 )
6 years ago
Barış Soner Uşaklı
79215282f7
dont add status if its not set
6 years ago
Julian Lam
87d417624e
theme changes for nodebb/nodebb#6726
6 years ago