Henry Jameson
d5d37849ea
font selector with proper styles and functionality + local font selector
2024-06-26 17:05:59 +03:00
Henry Jameson
1306c46a53
scale navbar font size with its size
2024-06-19 22:52:55 +03:00
Henry Jameson
6343b91abf
more scaling options
2024-06-13 02:22:47 +03:00
Henry Jameson
e4a819a0e2
initial Appearance Tab implementation, added text size/UI scale option
2024-05-22 19:54:19 +03:00
Henry Jameson
c0010d0f48
fix transparent popovers
2024-04-04 22:45:13 +03:00
Henry Jameson
940df1efa7
add fallbacks for lazy stuff loading
2024-04-03 21:10:27 +03:00
Henry Jameson
7f38d7d474
fix popovers
2024-03-04 22:52:54 +02:00
Henry Jameson
7e01d2083d
proper selection colors
2024-03-04 19:53:45 +02:00
Henry Jameson
075f2cb903
remove all "fallback variables"
2024-03-04 19:45:42 +02:00
Henry Jameson
01f6f89c7d
interactive lists & non-interactive lists
2024-02-29 19:54:25 +02:00
Henry Jameson
fb55c98483
fix polls options
2024-02-29 19:06:50 +02:00
Henry Jameson
28c7fac9f0
implement list item styles
2024-02-29 17:49:56 +02:00
Henry Jameson
cf1345caca
more scrollbars work
2024-02-28 15:04:01 +02:00
Henry Jameson
8e3637c059
improve scrollbars, add avatar to menu-item since it appears in
...
autocomplete, add wallpaper color
2024-02-28 14:57:19 +02:00
Henry Jameson
fe93717d47
consistent menu-items
2024-02-28 01:23:43 +02:00
Henry Jameson
d3b5f76486
fix mobile drawer menu items not being fullwidth
2024-02-27 01:09:27 +02:00
Henry Jameson
9a24d21bbd
fix mobile badge in timeline
2024-02-27 00:16:22 +02:00
Henry Jameson
abd1407a0b
fix emoji inputs having odd paddings and line-height
2024-02-22 18:19:28 +02:00
Henry Jameson
7d2faccd4f
fonts support, cleanup
2024-02-22 18:04:28 +02:00
Henry Jameson
13a289ac74
fixed oot selectors not working, added support for (webkit) scrollbars
2024-02-18 20:11:06 +02:00
Henry Jameson
7c77809ff9
badge, alert(dot) improvements
2024-02-16 00:29:16 +02:00
Henry Jameson
34e4dd0a79
fix last border of menu-item
2024-02-13 02:31:33 +02:00
Henry Jameson
c16f1d4e35
more fixes
2024-02-13 02:27:53 +02:00
Henry Jameson
bcc5084409
add roundness, fix inputs
2024-02-13 02:09:43 +02:00
Henry Jameson
48f106b438
separate greentext into "fun text" and make Post/Notification related components
2024-02-12 19:17:17 +02:00
Henry Jameson
ae345d2c45
buttons look great now, including unstyled ones menu items work too
2024-02-12 17:26:08 +02:00
Henry Jameson
98f972e557
menu-item improvements
2024-02-11 23:11:28 +02:00
Henry Jameson
c34590c439
update, should inherit stuff properly now.
2024-02-07 15:53:34 +02:00
Henry Jameson
53a4b1f9a6
better virtual components and stuff
2024-01-31 17:39:51 +02:00
Henry Jameson
ac75d051b7
better frontends tab, now you can set default frontend
2023-03-29 23:26:57 +03:00
Henry Jameson
7bb28bb23c
frontends tab initial implementation, now you can (re)install frontends! yay!
2023-03-29 00:58:07 +03:00
tusooa
902954b298
Use class to style screenreader-only text
2023-02-09 21:35:56 -05:00
tusooa
bd58ccd3b6
Fix mobile layout margin
2023-01-16 09:34:24 -05:00
tusooa
a28032fa58
Disable no-shorthand for certain props for better readability
2023-01-13 00:37:42 -05:00
tusooa
7dc2277453
Use stylelint
2023-01-09 13:02:16 -05:00
Henry Jameson
768b3ea14f
refactor navigation-entry and use them in other nav items
2022-08-30 00:15:42 +03:00
Henry Jameson
cd7380efe7
Merge remote-tracking branch 'origin/develop' into navigation-update
...
* origin/develop:
Update dependency opn to v5
fix notices being under the navbar, also change offset to use variable
fix modals not having proper z index
reduce indexes to be below 9999 so that develop error messages appear above
Do not allow to find by name in findUser()
Use lookup endpoint to obtain users by nickname
Use $ for id UserProfile routes
Allow opening profile: multiChoiceProprties record, anonymous access
Allow opening profile when clicking an avatar inside of user popover
2022-08-23 21:52:17 +03:00
Henry Jameson
63f35509a7
improve submenu and improve icon buttons hover effects
2022-08-23 13:26:05 +03:00
Henry Jameson
ef4ea49653
fix modals not having proper z index
2022-08-23 01:46:59 +03:00
Henry Jameson
0f51b00540
reduce indexes to be below 9999 so that develop error messages appear above
2022-08-23 01:30:17 +03:00
Henry Jameson
7b6745bb84
Merge remote-tracking branch 'origin/develop' into navigation-update
...
* origin/develop: (49 commits)
Fix react & extra buttons not styled on tab-focus
Fix popover not popping up
Fix styling on Safari
Use :focus-visible instead of :focus for focus markers
Optimize Reply badge position
Add badges to status interacting buttons
Update dependency nightwatch to v2
Update dependency eslint-plugin-n to v15.2.5
Update dependency mocha to v10
Update dependency karma-coverage to v2
Update dependency sass to v1.54.5
Update dependency karma-firefox-launcher to v2
Update dependency vue-template-compiler to v2.7.9
Pin dependencies
Refresh yarn.lock
Allow column width configuration: allow stretching navbar with columns
Remove legacy code for chunksSortMode
Add FIXME comment about html-webpack-plugin-after-emit
Use exact webpack version in package.json
Reintroduce css minimizer
...
2022-08-23 00:35:25 +03:00
HJ
8e97a40c70
Merge branch 'allow-application-width-configuration' into 'develop'
...
Allow application width configuration
See merge request pleroma/pleroma-fe!1533
2022-08-22 21:32:31 +00:00
Tusooa Zhu
b2e4827741
Add badges to status interacting buttons
...
Now, the following badges will be added:
0: (+) sign to reply, favourite, repeat, react and extra buttons
1: (-) sign to unfavourite and unrepeat
2: (x) sign to close reply form, close react popover, and close extra buttons popover
3: Check mark to favourited and repeated statuses
https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1092
2022-08-22 20:28:52 +00:00
Alexander Tumin
a29835375a
Allow column width configuration: allow stretching navbar with columns
2022-08-17 09:49:52 +03:00
Henry Jameson
77127e2a58
you can now pin lists
2022-08-11 21:00:27 +03:00
Alexander Tumin
258b5e6be2
Column width configuration: do not act on defaults, bound with on minmax --miniColumn
2022-08-11 16:38:24 +03:00
HJ
017061a46c
refactor
2022-08-11 16:38:24 +03:00
Alexander Tumin
3e7e31d4a9
Allow column width configuration
...
Group column configuration in settings
Column width configuration: do not act on defaults
2022-08-11 16:38:24 +03:00
Henry Jameson
6df9913354
ability to pin items in navigation menu, initial draft version
2022-08-11 14:30:58 +03:00
Henry Jameson
e59e10e077
put modals on top of navbar
2022-06-27 19:03:06 +03:00