Major Changes in New UserCP (v0.63) Prototype


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Major Changes in New UserCP (v0.63) Prototype
# 1  
Old 03-07-2019
Major Changes in New UserCP (v0.63) Prototype

Regarding the latest version of the UserCP prototype (version 0.63) I have made a lot of major changes, including
  • Added a "Posts Timeline" table for the recent posts, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
  • Added a "Today's Posts" table for posts in the past 24 hours.
  • Added a "Recent Badges" table, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
  • Added a "My Recent Posts" table, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table).
  • Added a "Subscribed Discussion" table.

In addition, behind the scenes I have made a lot of Vue.js changes with Axios, Vuex and Vue Router and started the scaffolding for a number future "Settings" for updating avatars, profile pics, etc.

This is a fairly major upgrade, so I'm sure Ravinder, Nez and others will like it Smilie Thing are really coming along nicely, step-by-step.

Here are some links and screen shots:

Code:
https://www.unix.com/usercp/#/subscribed

Image

Code:
https://www.unix.com/usercp/#/mypoststimeline

Image

Code:
https://www.unix.com/usercp/#/badgestimeline

Image

Code:
https://www.unix.com/usercp/#/today

Image

Code:
https://www.unix.com/usercp/#/poststimeline

Image

Please note that if you have recently visited this usercp, you may need to close your browser and restart it to get all the new javascript to load.
These 4 Users Gave Thanks to Neo For This Post:
# 2  
Old 03-07-2019
First off: nicely done and the new UserCP is really coming along.
Quote:
I'm sure Ravinder, Nez and others will like it
If it means anything to you, count me in. :-)

A suggestion i'd like to offer is: is it possible to make the UserCP open selected threads open in a new window/tab or is this already possible and i have simply not found it?

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 03-07-2019
It is a LOT of work .... LOL but am slowly making progress Smilie

Feel like I will soon be new Vue.js expert ... or well on my way Smilie
# 4  
Old 03-07-2019
Quote:
Originally Posted by bakunin
...

A suggestion i'd like to offer is: is it possible to make the UserCP open selected threads open in a new window/tab or is this already possible and i have simply not found it?

bakunin
Sorry, I actually have no idea what page, texts or links you are referring to.
# 5  
Old 03-08-2019
v0.642 Created Mobile and Desktop views for "Online" and added . new menu item. Here is the mobile view (the desktop view has more information):

Image
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

New UserCP Update Profile Image Page (UserCP Screeching Frog 0.7485)

Update! UserCP Screeching Frog 0.7485 Created a new page for uploaded a profile picture (profile pictures are different than avatar pictures). https://www.unix.com/usercp/#/settings/other https://www.unix.com/members/1-albums225-picture1158.png ... (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

My Badges Page - A Major UserCP Update (v0.661):

Another major upgrade on the new UserCP today. I have created the "My Badges" page in the new control panel, and it's looking very cool :) If you have visited the new UserCP recently, you will more-than-likely need to close your browser (completely) and then restart it to clear out the old... (2 Replies)
Discussion started by: Neo
2 Replies

3. What is on Your Mind?

UserCP Prototype v0.53 Quick Search in Navbar

FYI. In version 0.53 of the new UserCP I am working on, the top navbar search works; but I'm still displaying the results in the main forums. I in the future, I may being to change this to display the results in the new UserCP. https://www.unix.com/members/1-albums225-picture1118.png (2 Replies)
Discussion started by: Neo
2 Replies

4. What is on Your Mind?

Congrats to Nezabudka for her Formulator Badge (UserCP Prototype v0.40)

Please join me in thanking one of our most active new members, nezabudka, who suggested that we start using the new usercp prototype and change the menu items around, effectively "promoting" the new prototype CP. At first, I did not understand her suggestion, but after 'coming down" from days of... (1 Reply)
Discussion started by: Neo
1 Replies

5. What is on Your Mind?

My Charts in the Prototype Vue.js UserCP

Yea.... something I thought would take me an hour ended up taking most of the day. Well, it's not like those YT video tutorials where it take a week or more to make a video and the guys (gals) make it look so easy. But having said that, I'm happy to share with forum members the first "My... (6 Replies)
Discussion started by: Neo
6 Replies

6. Shell Programming and Scripting

Function prototype declaration

Hi All, I have the script as below #!bin/bash let k=9 if then echo "Start" Hello echo "End" else echo "failed" fi function Hello() { echo "hello !!!!" } I got the below error : (4 Replies)
Discussion started by: Balasankar
4 Replies

7. UNIX for Dummies Questions & Answers

Pkgmk....question on prototype file

I've read the man page, but still unclear a bit.... I'm making some packages of files. My pkginfo file has a line BASEDIR=/base/path. I also have several prototype files (depending on the package), that either list the destination path as absolute: f non /abs/path/to/go/here/file1 or are... (0 Replies)
Discussion started by: Yinzer955i
0 Replies

8. UNIX for Advanced & Expert Users

Solaris pkgmk -> prototype errors...

I'm attempting to create another package (i.e. for utilizing pkgadd/pkgrm/pkgchk/etc.) But after creating the prototype file, I noticed that some of my files begin with the '=' character. How do I get pkgmk to interpret the "/path/=file" as a single file, rather than interpreting it as... (7 Replies)
Discussion started by: mslightn
7 Replies
Login or Register to Ask a Question